Initial check in of first CMOR table used for C-LAMP Experiment 1 monthly means
1 ! Table for C-LAMP Experiment 1 Monthly Mean model output
2 cmor_version: 1.3 ! version of CMOR that can read this table
3 cf_version: 1.3 ! version of CF that output conforms to
4 project_id: Carbon-Land Model Intercomparison Project (C-LAMP) ! project id
5 table_id: Table C-LAMP_L1 ! table id
6 table_date: 1 September 2008 ! date this table was constructed
8 expt_id_ok: 'Experiment 1.1 (Spin-up)' ! Not for publication
9 expt_id_ok: 'Experiment 1.2 (Control)' ! official name(s) of
10 expt_id_ok: 'Experiment 1.3 (Varying Climate)' ! project's experiments
11 expt_id_ok: 'Experiment 1.4 (Varying Climate, CO2, and N Deposition)'
12 expt_id_ok: 'Experiment 1.5 (Varying Climate, CO2, N Deposition, and Land Cover)'
13 expt_id_ok: 'Experiment 1.6 (FACE Control varying Climate, CO2, and N Deposition)'
14 expt_id_ok: 'Experiment 1.7 (FACE Transient varying Climate, CO2, and N Deposition)'
15 expt_id_ok: 'Experiment 2.1 (Spin-up)' ! Not for publication
16 expt_id_ok: 'Experiment 2.2 (Control)' ! official name(s) of
17 expt_id_ok: 'Experiment 2.3 (Varying Climate)' ! project's experiments
18 expt_id_ok: 'Experiment 2.4 (Varying Climate, CO2, and N Deposition)'
19 expt_id_ok: 'Experiment 2.5 (Varying Climate, CO2, N Deposition, and Land Cover)'
20 expt_id_ok: 'Experiment 2.6 (Varying Climate, CO2, N Deposition, and Land Cover with Seasonalized Emissions)'
22 magic_number: -1 ! used to check whether this file has been
23 ! altered from the official version.
24 ! should be set to number of non-blank
26 approx_interval: 30. ! approximate spacing between successive time
27 ! samples (in units of the output time
28 ! coordinate), but this is ignored if set to 0.
29 missing_value: 1.e+36 ! value used to indicate a missing value
30 ! in arrays output by netCDF as 32-bit IEEE
31 ! floating-point numbers (float or real)
33 !*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#
35 ! SUBROUTINE ARGUMENT DEFAULT INFORMATION
37 !*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#
39 ! set default specifications for subroutine arguments to:
40 ! required/indeterminate/optional/ignored/forbidden
41 ! (indeterminate may or may not be required information, but is not always
42 ! required as an argument of the function call)
46 subroutine_entry: cmor_axis
49 required: table axis_name units length coord_vals cell_bounds
53 subroutine_entry: cmor_variable
56 required: table table_entry units axis_ids
57 indeterminate: missing_value
58 optional: tolerance original_name history comment
62 subroutine_entry: cmor_write
66 indeterminate: ntimes_passed time_vals time_bnds store_with
70 !*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#
74 !*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#
76 ! ??? what about climatology???
77 ! ??? what about model level data???
83 !axis_entry: ! (required)
86 ! Override default argument specifications for cmor_axis
88 ! acceptable arguments include units length coord_vals cell_bounds interval
89 !required: ! (default: table axis_name units length
90 ! coord_vals cell_bounds)
93 !ignored: ! (default: interval)
98 !----------------------------------
99 !standard_name: ! (required)
101 !axis: ! X, Y, Z, T (default: undeclared)
102 !positive: ! up or down (default: undeclared)
103 !long_name: ! (default: undeclared)
104 !----------------------------------
106 ! Additional axis information:
107 !----------------------------------
108 !out_name: ! (default: same as axis_entry)
109 !type: ! double (default), real, character, integer
110 !stored_direction: ! increasing (default) or decreasing
111 !valid_min: ! type: double precision (default: no check performed
112 !valid_max: ! type: double precision (default: no check performed
113 !requested: ! space-separated list of requested coordinates
114 ! (default: undeclared)
115 !bounds_requested: ! space-separated list of requested coordinate bounds
116 ! (default: undeclared)
117 !tol_on_requests: ! fractional tolerance for meeting request
118 ! (default=1.e-3, which is used in the formula:
119 ! eps = MIN(( tol*interval between grid-points)
120 ! and (1.e-3*tol*coordinate value)))
121 !value: ! of scalar (singleton) dimension
122 !bounds_values: ! of scalar (singleton) dimension bounds
123 !----------------------------------
126 ! TEMPLATE FOR VARIABLES
130 !variable_entry: ! (required)
133 ! Override default argument specifications for cmor_variable
135 ! acceptable arguments include file_suffix missing_value tolerance
136 ! original_name history comment positive
137 !required: ! (default: table table_entry units axis_ids)
138 !indeterminate: ! (default: file_suffix missing_value)
139 !optional: ! (default: original_name history comment)
140 !ignored: ! (default: positive)
144 ! Variable attributes:
145 !----------------------------------
146 !standard_name: ! (required)
148 !cell_methods: ! (default: undeclared)
149 !long_name: ! (default: undeclared)
150 !comment: ! (default: undeclared)
151 !----------------------------------
153 ! Additional variable information:
154 !----------------------------------
155 !dimensions: ! (required) (scalar dimension(s) should appear
157 !out_name: ! (default: variable_entry)
158 !type: ! real (default), double, integer
159 !positive: ! up or down (default: undeclared)
160 !valid_min: ! type: real (default: no check performed)
161 !valid_max: ! type: real (default: no check performed)
162 !ok_min_mean_abs: ! type: real (default: no check performed)
163 !ok_max_mean_abs: ! type: real (default: no check performed)
164 !----------------------------------
167 axis_entry: longitude
170 ! Override default argument specifications for cmor_axis
172 optional: cell_bounds
176 !----------------------------------
177 standard_name: longitude
181 !----------------------------------
183 ! Additional axis information:
184 !----------------------------------
186 valid_min: 0. ! CMOR will add n*360 to input values
187 ! (where n is an integer) to ensure
188 ! longitudes are in proper range. The
189 ! data will also be rearranged
191 valid_max: 360. ! see above comment.
192 !----------------------------------
198 ! Override default argument specifications for cmor_axis
200 optional: cell_bounds
204 !----------------------------------
205 standard_name: latitude
209 !----------------------------------
211 ! Additional axis information:
212 !----------------------------------
216 !----------------------------------
218 ! ??? What about climatological data???
224 ! Override default argument specifications for cmor_axis
226 optional: interval length
227 indeterminate: coord_vals cell_bounds
231 !----------------------------------
236 !----------------------------------
242 ! Override default argument specifications for cmor_axis
248 !----------------------------------
249 standard_name: air_pressure
254 !----------------------------------
256 ! Additional axis information:
257 !----------------------------------
259 stored_direction: decreasing
262 requested: 100000. 92500. 85000. 70000. 60000. 50000. 40000.
263 requested: 30000. 25000. 20000. 15000. 10000. 7000. 5000.
264 requested: 3000. 2000. 1000.
265 !----------------------------------
268 axis_entry: height_forc
271 ! Override default argument specifications for cmor_axis
277 !----------------------------------
278 standard_name: height
282 long_name: Atmospheric forcing height
283 !----------------------------------
285 ! Additional axis information:
286 !----------------------------------
289 !----------------------------------
292 axis_entry: height_2m
295 ! Override default argument specifications for cmor_axis
297 optional: cell_bounds
301 !----------------------------------
302 standard_name: height
307 !----------------------------------
309 ! Additional axis information:
310 !----------------------------------
313 !----------------------------------
316 axis_entry: depth_soil
319 ! Override default argument specifications for cmor_axis
321 optional: cell_bounds
325 !----------------------------------
330 long_name: Soil depth
331 !----------------------------------
333 ! Additional axis information:
334 !----------------------------------
336 requested: 0.007100635 0.027925 0.06225858 0.1188651 0.2121934
337 requested: 0.3660658 0.6197585 1.038027 1.727635 2.864607
338 !----------------------------------
341 axis_entry: land_cover_type
344 ! Override default argument specifications for cmor_axis
350 !----------------------------------
351 standard_name: land_cover_type
353 long_name: Land cover type
354 !----------------------------------
356 ! Additional axis information:
357 !----------------------------------
359 !----------------------------------
362 axis_entry: max_len_lcn
368 !----------------------------------
369 standard_name: max_len_lcn
371 long_name: String length of land cover name
372 !----------------------------------
374 ! Additional axis information:
375 !----------------------------------
378 !----------------------------------
383 axis_entry: standard_hybrid_sigma
386 ! Override default argument specifications for cmor_axis
392 !----------------------------------
393 standard_name: atmosphere_hybrid_sigma_pressure_coordinate
397 long_name: hybrid sigma pressure coordinate
398 !----------------------------------
400 ! Additional axis information:
401 !----------------------------------
403 stored_direction: decreasing
406 formula: p(n,k,j,i) = a(k)*p0 + b(k)*ps(n,j,i)
407 z_factors: p0: p0 a: a b: b ps: ps
408 z_bounds_factors: p0: p0 a: a_bnds b: b_bnds ps: ps
409 !----------------------------------
413 !*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#
415 ! VARIABLE INFORMATION
417 !*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#
421 ! ***************************************************************
423 ! Vertical dimensionless coordinate variables:
425 ! ***************************************************************
433 ! Override default argument specifications for cmor_variable
438 ! Variable attributes:
439 !----------------------------------
440 long_name: reference pressure for hybrid sigma coordinate
442 !----------------------------------
449 ! Override default argument specifications for cmor_variable
454 ! Variable attributes:
455 !----------------------------------
456 long_name: pressure at top of model
458 !----------------------------------
462 variable_entry: sigma
465 ! Override default argument specifications for cmor_variable
470 ! Variable attributes:
471 !----------------------------------
472 long_name: sigma coordinate
473 !----------------------------------
475 ! Additional variable information:
476 !----------------------------------
479 !----------------------------------
483 variable_entry: sigma_bnds
486 ! Override default argument specifications for cmor_variable
491 ! Variable attributes:
492 !----------------------------------
493 long_name: sigma coordinate for layer bounds
494 !----------------------------------
496 ! Additional variable information:
497 !----------------------------------
500 !----------------------------------
507 ! Override default argument specifications for cmor_variable
512 ! Variable attributes:
513 !----------------------------------
514 long_name: hybrid sigma coordinate A coefficient for layer
515 !----------------------------------
517 ! Additional variable information:
518 !----------------------------------
521 !----------------------------------
528 ! Override default argument specifications for cmor_variable
533 ! Variable attributes:
534 !----------------------------------
535 long_name: hybrid sigma coordinate B coefficient for layer
536 !----------------------------------
538 ! Additional variable information:
539 !----------------------------------
542 !----------------------------------
546 variable_entry: a_bnds
549 ! Override default argument specifications for cmor_variable
554 ! Variable attributes:
555 !----------------------------------
556 long_name: hybrid sigma coordinate A coefficient for layer bounds
557 !----------------------------------
559 ! Additional variable information:
560 !----------------------------------
563 !----------------------------------
567 variable_entry: b_bnds
570 ! Override default argument specifications for cmor_variable
575 ! Variable attributes:
576 !----------------------------------
577 long_name: hybrid sigma coordinate B coefficient for layer bounds
578 !----------------------------------
580 ! Additional variable information:
581 !----------------------------------
584 !----------------------------------
591 ! Variable attributes:
592 !----------------------------------
593 long_name: alternate hybrid sigma coordinate A coefficient for layer
595 !----------------------------------
597 ! Additional variable information:
598 !----------------------------------
601 !----------------------------------
605 variable_entry: ap_bnds
608 ! Variable attributes:
609 !----------------------------------
610 long_name: alternate hybrid sigma coordinate A coefficient for layer bounds
612 !----------------------------------
614 ! Additional variable information:
615 !----------------------------------
618 !----------------------------------
626 ! Variable attributes:
627 !----------------------------------
628 long_name: hybrid height coordinate A coefficient for layer
630 !----------------------------------
632 ! Additional variable information:
633 !----------------------------------
636 !----------------------------------
643 ! Override default argument specifications for cmor_variable
648 ! Variable attributes:
649 !----------------------------------
650 long_name: hybrid height coordinate B coefficient for layer
651 !----------------------------------
653 ! Additional variable information:
654 !----------------------------------
657 !----------------------------------
661 variable_entry: az_bnds
664 ! Variable attributes:
665 !----------------------------------
666 long_name: hybrid sigma coordinate A coefficient for layer bounds
668 !----------------------------------
670 ! Additional variable information:
671 !----------------------------------
674 !----------------------------------
678 variable_entry: bz_bnds
681 ! Override default argument specifications for cmor_variable
686 ! Variable attributes:
687 !----------------------------------
688 long_name: hybrid sigma coordinate B coefficient for layer bounds
689 !----------------------------------
691 ! Additional variable information:
692 !----------------------------------
695 !----------------------------------
698 ! ***************************************************************
699 ! Atmospheric forcing
700 ! ***************************************************************
705 ! Variable attributes:
706 !----------------------------------
707 standard_name: specific_humidity
709 cell_methods: time: mean
710 long_name: Specific humidity at atmospheric forcing height
711 !----------------------------------
712 ! Additional variable information:
713 !----------------------------------
714 dimensions: longitude latitude time height_forc
716 !----------------------------------
721 ! Variable attributes:
722 !----------------------------------
723 standard_name: rainfall_precipitation_flux
725 cell_methods: time: mean
726 long_name: Rainfall precipitation flux
727 comment: Rainfall includes all liquid types (rain, large-scale, convective, etc.)
728 !----------------------------------
729 ! Additional variable information:
730 !----------------------------------
731 dimensions: longitude latitude time
734 ok_min_mean_abs: 1.e-6
735 ok_max_mean_abs: 5.e-5
736 !----------------------------------
741 ! Variable attributes:
742 !----------------------------------
743 standard_name: snowfall_precipitation_flux
745 cell_methods: time: mean
746 long_name: Snowfall precipitation flux
747 comment: Snowfall includes all frozen types (snow, hail, ice, etc.)
748 !----------------------------------
749 ! Additional variable information:
750 !----------------------------------
751 dimensions: longitude latitude time
754 ok_min_mean_abs: 1.e-6
755 ok_max_mean_abs: 5.e-5
756 !----------------------------------
759 ! ***************************************************************
761 ! ***************************************************************
766 ! Variable attributes:
767 !----------------------------------
768 standard_name: above_ground_biomass_carbon_content
770 cell_methods: time: mean
771 long_name: Above-ground biomass carbon
772 comment: Total carbon content in above-ground live and dead carbon pool(s)
773 !----------------------------------
774 ! Additional variable information:
775 !----------------------------------
776 dimensions: longitude latitude time
778 !----------------------------------
781 variable_entry: aglbc
783 ! Variable attributes:
784 !----------------------------------
785 standard_name: above_ground_live_biomass_carbon_content
787 cell_methods: time: mean
788 long_name: Above-ground live biomass carbon
789 comment: Total carbon content in above-ground live carbon pool(s)
790 !----------------------------------
791 ! Additional variable information:
792 !----------------------------------
793 dimensions: longitude latitude time
795 !----------------------------------
798 variable_entry: agnpp
800 ! Variable attributes:
801 !----------------------------------
802 standard_name: above_ground_net_primary_productivity_of_carbon
804 cell_methods: time: mean
805 long_name: Above-ground net primary production
806 comment: Component of net primary production attributable to above-ground live biomass
807 !----------------------------------
808 ! Additional variable information:
809 !----------------------------------
810 dimensions: longitude latitude time
812 !----------------------------------
817 ! Variable attributes:
818 !----------------------------------
819 ! This standard_name already exists:
820 !standard_name: plant_respiration_carbon_flux
821 ! but this standard_name is preferable:
822 standard_name: autotrophic_respiration_carbon_flux
823 ! so one should be proposed as an alias to the other.
825 cell_methods: time: mean
826 long_name: Autotrophic respiration
827 comment: Sum of maintenance respiration and growth respiration of vegetation
828 !----------------------------------
829 ! Additional variable information:
830 !----------------------------------
831 dimensions: longitude latitude time
833 !----------------------------------
838 ! Variable attributes:
839 !----------------------------------
840 standard_name: biogenic_carbon_monoxide_flux
842 cell_methods: time: mean
843 long_name: Biogenic carbon monoxide flux
844 comment: Total biogenic carbon monoxide flux out of biosphere
845 !----------------------------------
846 ! Additional variable information:
847 !----------------------------------
848 dimensions: longitude latitude time
850 !----------------------------------
855 ! Variable attributes:
856 !----------------------------------
857 standard_name: below_ground_biomass_carbon_content
859 cell_methods: time: mean
860 long_name: Below-ground biomass carbon
861 comment: Total carbon content in below-ground live and dead carbon pool(s)
862 !----------------------------------
863 ! Additional variable information:
864 !----------------------------------
865 dimensions: longitude latitude time
867 !----------------------------------
870 variable_entry: bgnpp
872 ! Variable attributes:
873 !----------------------------------
874 standard_name: below_ground_net_primary_productivity_of_carbon
876 cell_methods: time: mean
877 long_name: Below-ground net primary production
878 comment: Component of net primary production attributable to below-ground live biomass
879 !----------------------------------
880 ! Additional variable information:
881 !----------------------------------
882 dimensions: longitude latitude time
884 !----------------------------------
889 ! Variable attributes:
890 !----------------------------------
891 standard_name: biogenic_isoprene_flux
893 cell_methods: time: mean
894 long_name: Biogenic isoprene flux
895 comment: Total biogenic isoprene flux out of biosphere
896 !----------------------------------
897 ! Additional variable information:
898 !----------------------------------
899 dimensions: longitude latitude time
901 !----------------------------------
904 variable_entry: bmtpn
906 ! Variable attributes:
907 !----------------------------------
908 standard_name: biogenic_monoterpene_flux
910 cell_methods: time: mean
911 long_name: Biogenic monoterpene flux
912 comment: Total biogenic monoterpene flux out of biosphere
913 !----------------------------------
914 ! Additional variable information:
915 !----------------------------------
916 dimensions: longitude latitude time
918 !----------------------------------
921 variable_entry: borvoc
923 ! Variable attributes:
924 !----------------------------------
925 standard_name: biogenic_other_reactive_volatile_organic_compound_flux
927 cell_methods: time: mean
928 long_name: Biogenic other reactive volatile organic compound flux
929 comment: Total biogenic other reactive volatile organic compound flux out of biosphere
930 !----------------------------------
931 ! Additional variable information:
932 !----------------------------------
933 dimensions: longitude latitude time
935 !----------------------------------
938 variable_entry: bovoc
940 ! Variable attributes:
941 !----------------------------------
942 standard_name: biogenic_other_volatile_organic_compound_flux
944 cell_methods: time: mean
945 long_name: Biogenic other volatile organic compound flux
946 comment: Total biogenic other volatile organic compound flux out of biosphere
947 !----------------------------------
948 ! Additional variable information:
949 !----------------------------------
950 dimensions: longitude latitude time
952 !----------------------------------
957 ! Variable attributes:
958 !----------------------------------
959 standard_name: coarse_woody_debris_carbon_content
961 cell_methods: time: mean
962 long_name: Coarse woody debris carbon
963 comment: Total carbon content in the coarse woody debris carbon pool(s)
964 !----------------------------------
965 ! Additional variable information:
966 !----------------------------------
967 dimensions: longitude latitude time
969 !----------------------------------
972 variable_entry: cwdc_hr
974 ! Variable attributes:
975 !----------------------------------
976 standard_name: coarse_woody_debris_heterotrophic_respiration_carbon_flux
978 cell_methods: time: mean
979 long_name: Coarse woody debris heterotrophic respiration
980 comment: Carbon flux out of coarse woody debris carbon pool(s) attributable to decomposition
981 !----------------------------------
982 ! Additional variable information:
983 !----------------------------------
984 dimensions: longitude latitude time
986 !----------------------------------
989 variable_entry: cwdc_loss
991 ! Variable attributes:
992 !----------------------------------
993 standard_name: coarse_woody_debris_carbon_flux
995 cell_methods: time: mean
996 long_name: Coarse woody debris carbon loss
997 comment: Total carbon transfer out of coarse woody debris carbon pool(s)
998 !----------------------------------
999 ! Additional variable information:
1000 !----------------------------------
1001 dimensions: longitude latitude time
1003 !----------------------------------
1006 variable_entry: froot_litterc
1008 ! Variable attributes:
1009 !----------------------------------
1010 standard_name: fine_root_litter_carbon_content
1012 cell_methods: time: mean
1013 long_name: Fine root litter carbon
1014 comment: Total carbon content in fine root litter carbon pool(s)
1015 !----------------------------------
1016 ! Additional variable information:
1017 !----------------------------------
1018 dimensions: longitude latitude time
1020 !----------------------------------
1023 variable_entry: froot_litterc_hr
1025 ! Variable attributes:
1026 !----------------------------------
1027 standard_name: fine_root_litter_heterotrophic_respiration_of_carbon
1029 cell_methods: time: mean
1030 long_name: Fine root litter heterotrophic respiration
1031 comment: Carbon flux out of fine root litter carbon pool(s) attributable to decomposition
1032 !----------------------------------
1033 ! Additional variable information:
1034 !----------------------------------
1035 dimensions: longitude latitude time
1037 !----------------------------------
1040 variable_entry: froot_litterc_loss
1042 ! Variable attributes:
1043 !----------------------------------
1044 standard_name: fine_root_litter_carbon_flux
1046 cell_methods: time: mean
1047 long_name: Fine root litter carbon loss
1048 comment: Total carbon transfer out of fine root litter carbon pool(s)
1049 !----------------------------------
1050 ! Additional variable information:
1051 !----------------------------------
1052 dimensions: longitude latitude time
1054 !----------------------------------
1057 variable_entry: frootc
1059 ! Variable attributes:
1060 !----------------------------------
1061 standard_name: fine_root_carbon_content
1063 cell_methods: time: mean
1064 long_name: Fine root carbon
1065 comment: Total carbon content in fine root carbon pool(s)
1066 !----------------------------------
1067 ! Additional variable information:
1068 !----------------------------------
1069 dimensions: longitude latitude time
1071 !----------------------------------
1074 variable_entry: frootc_alloc
1076 ! Variable attributes:
1077 !----------------------------------
1078 standard_name: fine_root_allocation_of_carbon
1080 cell_methods: time: mean
1081 long_name: Fine root carbon allocation
1082 comment: Carbon flux into fine root carbon pool(s) through allocation
1083 !----------------------------------
1084 ! Additional variable information:
1085 !----------------------------------
1086 dimensions: longitude latitude time
1088 !----------------------------------
1091 variable_entry: frootc_loss
1093 ! Variable attributes:
1094 !----------------------------------
1095 standard_name: fine_root_carbon_flux
1097 cell_methods: time: mean
1098 long_name: Fine root carbon loss
1099 comment: Total carbon transfer out of fine root carbon pool(s)
1100 !----------------------------------
1101 ! Additional variable information:
1102 !----------------------------------
1103 dimensions: longitude latitude time
1105 !----------------------------------
1110 ! Variable attributes:
1111 !----------------------------------
1112 standard_name: gross_primary_productivity_of_carbon
1114 cell_methods: time: mean
1115 long_name: Gross primary production
1116 comment: Total assimilation of carbon into biosphere
1117 !----------------------------------
1118 ! Additional variable information:
1119 !----------------------------------
1120 dimensions: longitude latitude time
1122 !----------------------------------
1125 variable_entry: gnmin
1127 ! Variable attributes:
1128 !----------------------------------
1129 standard_name: gross_mineralization_of_nitrogen
1131 cell_methods: time: mean
1132 long_name: Gross nitrogen mineralization
1133 comment: Gross rate of nitrogen mineralization in soil
1134 !----------------------------------
1135 ! Additional variable information:
1136 !----------------------------------
1137 dimensions: longitude latitude time
1139 !----------------------------------
1144 ! Variable attributes:
1145 !----------------------------------
1146 standard_name: heterotrophic_respiration_of_carbon
1148 cell_methods: time: mean
1149 long_name: Heterotrophic respiration
1150 comment: Total carbon transfer out of biosphere attributable to decomposition of organic matter
1151 !----------------------------------
1152 ! Additional variable information:
1153 !----------------------------------
1154 dimensions: longitude latitude time
1156 !----------------------------------
1159 variable_entry: leaf_litterc
1161 ! Variable attributes:
1162 !----------------------------------
1163 standard_name: leaf_litter_carbon_content
1165 cell_methods: time: mean
1166 long_name: Leaf litter carbon
1167 comment: Total carbon content in leaf litter carbon pool(s)
1168 !----------------------------------
1169 ! Additional variable information:
1170 !----------------------------------
1171 dimensions: longitude latitude time
1173 !----------------------------------
1176 variable_entry: leaf_litterc_hr
1178 ! Variable attributes:
1179 !----------------------------------
1180 standard_name: leaf_litter_heterotrophic_respiration_of_carbon
1182 cell_methods: time: mean
1183 long_name: Leaf litter heterotrophic respiration
1184 comment: Carbon flux out of leaf litter carbon pool(s) attributable to decomposition
1185 !----------------------------------
1186 ! Additional variable information:
1187 !----------------------------------
1188 dimensions: longitude latitude time
1190 !----------------------------------
1193 variable_entry: leaf_litterc_loss
1195 ! Variable attributes:
1196 !----------------------------------
1197 standard_name: leaf_litter_carbon_flux
1199 cell_methods: time: mean
1200 long_name: Leaf litter carbon loss
1201 comment: Total carbon transfer out of leaf litter carbon pool(s)
1202 !----------------------------------
1203 ! Additional variable information:
1204 !----------------------------------
1205 dimensions: longitude latitude time
1207 !----------------------------------
1210 variable_entry: leafc
1212 ! Variable attributes:
1213 !----------------------------------
1214 standard_name: leaf_carbon_content
1216 cell_methods: time: mean
1217 long_name: Leaf carbon
1218 comment: Total carbon content in leaf carbon pool(s)
1219 !----------------------------------
1220 ! Additional variable information:
1221 !----------------------------------
1222 dimensions: longitude latitude time
1224 !----------------------------------
1227 variable_entry: leafc_alloc
1229 ! Variable attributes:
1230 !----------------------------------
1231 standard_name: leaf_allocation_of_carbon
1233 cell_methods: time: mean
1234 long_name: Leaf carbon allocation
1235 comment: Carbon flux into leaf carbon pool(s) through allocation
1236 !----------------------------------
1237 ! Additional variable information:
1238 !----------------------------------
1239 dimensions: longitude latitude time
1241 !----------------------------------
1244 variable_entry: leafc_loss
1246 ! Variable attributes:
1247 !----------------------------------
1248 standard_name: leaf_carbon_flux
1250 cell_methods: time: mean
1251 long_name: Leaf carbon loss
1252 comment: Total carbon transfer out of leaf carbon pool(s)
1253 !----------------------------------
1254 ! Additional variable information:
1255 !----------------------------------
1256 dimensions: longitude latitude time
1258 !----------------------------------
1261 variable_entry: litterc
1263 ! Variable attributes:
1264 !----------------------------------
1265 standard_name: litter_carbon_content
1267 cell_methods: time: mean
1268 long_name: Litter carbon
1269 comment: Total carbon content in litter carbon pool(s), excluding the coarse woody debris
1270 !----------------------------------
1271 ! Additional variable information:
1272 !----------------------------------
1273 dimensions: longitude latitude time
1275 !----------------------------------
1278 variable_entry: litterc_hr
1280 ! Variable attributes:
1281 !----------------------------------
1282 standard_name: litter_heterotrophic_respiration_of_carbon
1284 cell_methods: time: mean
1285 long_name: Litter heterotrophic respiration
1286 comment: Carbon flux out of litter carbon pool(s) attributable to decomposition of litter, excluding coarse woody debris
1287 !----------------------------------
1288 ! Additional variable information:
1289 !----------------------------------
1290 dimensions: longitude latitude time
1292 !----------------------------------
1295 variable_entry: litterc_loss
1297 ! Variable attributes:
1298 !----------------------------------
1299 standard_name: litter_carbon_flux
1301 cell_methods: time: mean
1302 long_name: Litter carbon loss
1303 comment: Total carbon transfer out of litter carbon pool(s), excluding coarse woody debris
1304 !----------------------------------
1305 ! Additional variable information:
1306 !----------------------------------
1307 dimensions: longitude latitude time
1309 !----------------------------------
1314 ! Variable attributes:
1315 !----------------------------------
1316 standard_name: net_ecosystem_exchange_of_carbon_out_of_biosphere
1318 cell_methods: time: mean
1319 long_name: Net ecosystem exchange
1320 comment: Sum of all carbon fluxes out of biosphere including gross primary production, ecosystem respiration, and fire
1321 !----------------------------------
1322 ! Additional variable information:
1323 !----------------------------------
1324 dimensions: longitude latitude time
1325 !----------------------------------
1330 ! Variable attributes:
1331 !----------------------------------
1332 standard_name: net_ecosystem_productivity_of_carbon
1334 cell_methods: time: mean
1335 long_name: Net ecosystem production
1336 comment: Sum of carbon fluxes into the biosphere, excluding fire, including gross primary production and ecosystem respiration
1337 !----------------------------------
1338 ! Additional variable information:
1339 !----------------------------------
1340 dimensions: longitude latitude time
1341 !----------------------------------
1344 variable_entry: nnmin
1346 ! Variable attributes:
1347 !----------------------------------
1348 standard_name: net_mineralization_of_nitrogen
1350 cell_methods: time: mean
1351 long_name: Net nitrogen mineralization
1352 comment: Net rate of nitrogen mineralization in soil
1353 !----------------------------------
1354 ! Additional variable information:
1355 !----------------------------------
1356 dimensions: longitude latitude time
1357 !----------------------------------
1363 ! Variable attributes:
1364 !----------------------------------
1365 standard_name: net_primary_productivity_of_carbon
1367 cell_methods: time: mean
1368 long_name: Net primary production
1369 comment: Total net primary production of above-ground and below-ground biomass
1370 !----------------------------------
1371 ! Additional variable information:
1372 !----------------------------------
1373 dimensions: longitude latitude time
1374 ! Some models produce negative NPPs, so do not restrict it to positive values
1376 !----------------------------------
1379 variable_entry: soilc
1381 ! Variable attributes:
1382 !----------------------------------
1383 standard_name: soil_carbon_content
1385 cell_methods: time: mean
1386 long_name: Soil carbon
1387 comment: Total carbon content in soil carbon pool(s), excluding coarse woody debris and litter
1388 !----------------------------------
1389 ! Additional variable information:
1390 !----------------------------------
1391 dimensions: longitude latitude time
1393 !----------------------------------
1396 variable_entry: soilc_hr
1398 ! Variable attributes:
1399 !----------------------------------
1400 standard_name: soil_heterotrophic_respiration_of_carbon
1402 cell_methods: time: mean
1403 long_name: Soil heterotrophic respiration
1404 comment: Carbon flux out of soil carbon pool(s) attributable to decomposition, excluding coarse woody debris and litter
1405 !----------------------------------
1406 ! Additional variable information:
1407 !----------------------------------
1408 dimensions: longitude latitude time
1410 !----------------------------------
1413 variable_entry: soilc_loss
1415 ! Variable attributes:
1416 !----------------------------------
1417 standard_name: soil_carbon_flux
1419 cell_methods: time: mean
1420 long_name: Soil carbon loss
1421 comment: Total carbon transfer out of soil carbon pool(s), excluding coarse woody debris and litter
1422 !----------------------------------
1423 ! Additional variable information:
1424 !----------------------------------
1425 dimensions: longitude latitude time
1427 !----------------------------------
1430 variable_entry: tbvoc
1432 ! Variable attributes:
1433 !----------------------------------
1434 standard_name: total_biogenic_volatile_organic_compound_flux
1436 cell_methods: time: mean
1437 long_name: Total biogenic volatile organic compound flux
1438 comment: Total biogenic volatile organic compound flux out of biosphere
1439 !----------------------------------
1440 ! Additional variable information:
1441 !----------------------------------
1442 dimensions: longitude latitude time
1444 !----------------------------------
1447 variable_entry: woodc
1449 ! Variable attributes:
1450 !----------------------------------
1451 standard_name: wood_carbon_content
1453 cell_methods: time: mean
1454 long_name: Wood carbon
1455 comment: Total carbon content in wood carbon pool(s)
1456 !----------------------------------
1457 ! Additional variable information:
1458 !----------------------------------
1459 dimensions: longitude latitude time
1461 !----------------------------------
1464 variable_entry: woodc_alloc
1466 ! Variable attributes:
1467 !----------------------------------
1468 standard_name: wood_allocation_of_carbon
1470 cell_methods: time: mean
1471 long_name: Wood carbon allocation
1472 comment: Carbon flux into wood carbon pool(s) through allocation
1473 !----------------------------------
1474 ! Additional variable information:
1475 !----------------------------------
1476 dimensions: longitude latitude time
1478 !----------------------------------
1481 variable_entry: woodc_loss
1483 ! Variable attributes:
1484 !----------------------------------
1485 standard_name: wood_carbon_flux
1487 cell_methods: time: mean
1488 long_name: Wood carbon loss
1489 comment: Total carbon transfer out of wood carbon pool(s)
1490 !----------------------------------
1491 ! Additional variable information:
1492 !----------------------------------
1493 dimensions: longitude latitude time
1495 !----------------------------------
1498 ! ***************************************************************
1500 ! ***************************************************************
1508 ! Variable attributes:
1509 !----------------------------------
1510 standard_name: downward_heat_flux_at_ground_level_in_soil
1512 cell_methods: time: mean
1513 long_name: Surface heat flux into soil
1514 !----------------------------------
1515 ! Additional variable information:
1516 !----------------------------------
1517 dimensions: longitude latitude time
1519 !----------------------------------
1522 variable_entry: hfls
1527 ! Variable attributes:
1528 !----------------------------------
1529 standard_name: surface_upward_latent_heat_flux
1531 cell_methods: time: mean
1532 long_name: Surface latent heat flux
1533 !----------------------------------
1534 ! Additional variable information:
1535 !----------------------------------
1536 dimensions: longitude latitude time
1540 ok_min_mean_abs: 50.
1541 ok_max_mean_abs: 120.
1542 !----------------------------------
1545 variable_entry: hfss
1550 ! Variable attributes:
1551 !----------------------------------
1552 standard_name: surface_upward_sensible_heat_flux
1554 cell_methods: time: mean
1555 long_name: Surface sensible heat flux
1556 !----------------------------------
1557 ! Additional variable information:
1558 !----------------------------------
1559 dimensions: longitude latitude time
1561 !----------------------------------
1564 variable_entry: hfssg
1569 ! Variable attributes:
1570 !----------------------------------
1571 standard_name: surface_upward_sensible_heat_flux_from_ground
1573 cell_methods: time: mean
1574 long_name: Surface sensible heat flux from ground
1575 !----------------------------------
1576 ! Additional variable information:
1577 !----------------------------------
1578 dimensions: longitude latitude time
1580 !----------------------------------
1583 variable_entry: hfssv
1588 ! Variable attributes:
1589 !----------------------------------
1590 standard_name: surface_upward_sensible_heat_flux_from_vegetation
1592 cell_methods: time: mean
1593 long_name: Surface sensible heat flux from vegetation
1594 !----------------------------------
1595 ! Additional variable information:
1596 !----------------------------------
1597 dimensions: longitude latitude time
1599 !----------------------------------
1602 ! ***************************************************************
1604 ! ***************************************************************
1609 ! Variable attributes:
1610 !----------------------------------
1613 long_name: Grid cell area
1614 !----------------------------------
1615 ! Additional variable information:
1616 !----------------------------------
1617 dimensions: longitude latitude
1619 !----------------------------------
1624 ! Variable attributes:
1625 !----------------------------------
1626 standard_name: land_binary_mask
1628 long_name: Land mask
1629 !----------------------------------
1630 ! Additional variable information:
1631 !----------------------------------
1632 dimensions: longitude latitude
1634 !----------------------------------
1639 ! Variable attributes:
1640 !----------------------------------
1641 standard_name: land_cover_fraction
1643 cell_methods: time: mean
1644 long_name: Land cover fraction
1645 !----------------------------------
1646 ! Additional variable information:
1647 !----------------------------------
1648 dimensions: longitude latitude land_cover_type
1651 !----------------------------------
1656 ! Variable attributes:
1657 !----------------------------------
1658 standard_name: land_cover_name
1660 long_name: Land cover name
1661 !----------------------------------
1662 ! Additional variable information:
1663 !----------------------------------
1665 dimensions: land_cover_type max_len_lcn
1666 !----------------------------------
1669 variable_entry: orog
1671 ! Variable attributes:
1672 !----------------------------------
1673 standard_name: surface_altitude
1675 long_name: Surface altitude
1676 !----------------------------------
1677 ! Additional variable information:
1678 !----------------------------------
1679 dimensions: longitude latitude
1683 ok_max_mean_abs: 2000.
1684 !----------------------------------
1687 variable_entry: sftlf
1689 ! Variable attributes:
1690 !----------------------------------
1691 standard_name: land_area_fraction
1693 long_name: Land area fraction
1694 !----------------------------------
1695 ! Additional variable information:
1696 !----------------------------------
1697 dimensions: longitude latitude
1700 !----------------------------------
1703 ! ***************************************************************
1705 ! ***************************************************************
1708 variable_entry: hur2m
1710 ! Variable attributes:
1711 !----------------------------------
1712 standard_name: relative_humidity
1714 cell_methods: time: mean
1715 long_name: Relative humidity at 2m above surface
1716 !----------------------------------
1717 ! Additional variable information:
1718 !----------------------------------
1719 dimensions: longitude latitude time height_2m
1723 ok_max_mean_abs: 99.
1724 !----------------------------------
1727 variable_entry: hus2m
1729 ! Variable attributes:
1730 !----------------------------------
1731 standard_name: specific_humidity
1733 cell_methods: time: mean
1734 long_name: Specific humidity at 2m above surface
1735 !----------------------------------
1736 ! Additional variable information:
1737 !----------------------------------
1738 dimensions: longitude latitude time height_2m
1740 !----------------------------------
1743 ! ***************************************************************
1745 ! ***************************************************************
1748 variable_entry: btran
1750 ! Variable attributes:
1751 !----------------------------------
1752 standard_name: transpiration_beta_factor
1754 cell_methods: time: mean
1755 long_name: Transpiration beta factor
1756 !----------------------------------
1757 ! Additional variable information:
1758 !----------------------------------
1759 dimensions: longitude latitude time
1762 ok_min_mean_abs: 0.1
1763 ok_max_mean_abs: 0.9
1764 !----------------------------------
1769 ! Variable attributes:
1770 !----------------------------------
1771 standard_name: water_evapotranspiration_flux
1773 cell_methods: time: mean
1774 long_name: Evapotranspiration
1775 comment: The total water loss from vegetation due to the combined effects of canopy evaporation and transpiration
1776 !----------------------------------
1777 ! Additional variable information:
1778 !----------------------------------
1779 dimensions: longitude latitude time
1780 !----------------------------------
1783 variable_entry: evspsblsoi
1785 ! Variable attributes:
1786 !----------------------------------
1787 standard_name: water_evaporation_flux_from_soil
1789 cell_methods: time: mean
1790 long_name: Soil evaporation
1791 !----------------------------------
1792 ! Additional variable information:
1793 !----------------------------------
1794 dimensions: longitude latitude time
1795 !----------------------------------
1798 variable_entry: evspsblveg
1800 ! Variable attributes:
1801 !----------------------------------
1802 standard_name: water_evaporation_flux_from_canopy
1804 cell_methods: time: mean
1805 long_name: Evaporation from vegetation canopy
1806 !----------------------------------
1807 ! Additional variable information:
1808 !----------------------------------
1809 dimensions: longitude latitude time
1810 !----------------------------------
1813 variable_entry: mrfsl
1815 ! Variable attributes:
1816 !----------------------------------
1817 standard_name: frozen_water_content_of_soil_layer
1819 cell_methods: time: mean
1820 long_name: Soil frozen water content in each soil layer
1821 comment: Soil frozen water content in each soil layer, excluding surface snow and ice
1822 !----------------------------------
1823 ! Additional variable information:
1824 !----------------------------------
1825 dimensions: longitude latitude depth_soil time
1827 !----------------------------------
1830 variable_entry: mrfso
1832 ! Variable attributes:
1833 !----------------------------------
1834 standard_name: soil_frozen_water_content
1836 cell_methods: time: mean
1837 long_name: Soil frozen water content
1838 comment: Soil frozen water content, excluding surface snow and ice
1839 !----------------------------------
1840 ! Additional variable information:
1841 !----------------------------------
1842 dimensions: longitude latitude time
1844 !----------------------------------
1847 variable_entry: mrlsl
1849 ! Variable attributes:
1850 !----------------------------------
1851 standard_name: liquid_water_content_of_soil_layer
1853 cell_methods: time: mean
1854 long_name: Soil liquid water content in each soil layer
1855 !----------------------------------
1856 ! Additional variable information:
1857 !----------------------------------
1858 dimensions: longitude latitude depth_soil time
1860 !----------------------------------
1863 variable_entry: mrlso
1865 ! Variable attributes:
1866 !----------------------------------
1867 standard_name: soil_liquid_water_content
1869 cell_methods: time: mean
1870 long_name: Soil liquid water content
1871 !----------------------------------
1872 ! Additional variable information:
1873 !----------------------------------
1874 dimensions: longitude latitude time
1876 !----------------------------------
1879 variable_entry: mrros
1881 ! Variable attributes:
1882 !----------------------------------
1883 standard_name: surface_runoff_flux
1885 cell_methods: time: mean
1886 long_name: Surface runoff
1887 !----------------------------------
1888 ! Additional variable information:
1889 !----------------------------------
1890 dimensions: longitude latitude time
1892 !----------------------------------
1895 variable_entry: mrross
1897 ! Variable attributes:
1898 !----------------------------------
1899 standard_name: subsurface_runoff_flux
1901 cell_methods: time: mean
1902 long_name: Subsurface drainage
1903 !----------------------------------
1904 ! Additional variable information:
1905 !----------------------------------
1906 dimensions: longitude latitude time
1907 !----------------------------------
1910 variable_entry: prveg
1912 ! Variable attributes:
1913 !----------------------------------
1914 standard_name: precipitation_flux_onto_canopy
1916 cell_methods: time: mean
1917 long_name: Canopy interception
1918 comment: Precipitation that does not reach the ground because it is intercepted by the vegetation canopy
1919 !----------------------------------
1920 ! Additional variable information:
1921 !----------------------------------
1922 dimensions: longitude latitude time
1924 !----------------------------------
1929 ! Variable attributes:
1930 !----------------------------------
1931 standard_name: surface_snow_thickness
1933 cell_methods: time: mean
1934 long_name: Snow depth
1935 !----------------------------------
1936 ! Additional variable information:
1937 !----------------------------------
1938 dimensions: longitude latitude time
1940 !----------------------------------
1943 variable_entry: tran
1945 ! Variable attributes:
1946 !----------------------------------
1947 standard_name: transpiration_flux
1949 cell_methods: time: mean
1950 long_name: Transpiration
1951 !----------------------------------
1952 ! Additional variable information:
1953 !----------------------------------
1954 dimensions: longitude latitude time
1956 !----------------------------------
1959 variable_entry: vfwsl
1961 ! Variable attributes:
1962 !----------------------------------
1963 standard_name: volume_fraction_of_water_in_soil_layer
1965 cell_methods: time: mean
1966 long_name: Volumetric soil water in each soil layer
1967 !----------------------------------
1968 ! Additional variable information:
1969 !----------------------------------
1970 dimensions: longitude latitude depth_soil time
1972 !----------------------------------
1975 variable_entry: wpsl
1977 ! Variable attributes:
1978 !----------------------------------
1979 standard_name: water_potential_of_soil_layer
1981 cell_methods: time: mean
1982 long_name: Soil water potential in each soil layer
1983 !----------------------------------
1984 ! Additional variable information:
1985 !----------------------------------
1986 dimensions: longitude latitude depth_soil time
1987 !----------------------------------
1990 ! ***************************************************************
1992 ! ***************************************************************
1995 variable_entry: alsas
1997 ! Variable attributes:
1998 !----------------------------------
1999 standard_name: surface_all_sky_albedo
2001 cell_methods: time: mean
2002 long_name: Surface all sky albedo
2003 !----------------------------------
2004 ! Additional variable information:
2005 !----------------------------------
2006 dimensions: longitude latitude time
2009 !----------------------------------
2012 variable_entry: alsbs
2014 ! Variable attributes:
2015 !----------------------------------
2016 standard_name: surface_black_sky_albedo
2018 cell_methods: time: mean
2019 long_name: Surface black sky albedo
2020 !----------------------------------
2021 ! Additional variable information:
2022 !----------------------------------
2023 dimensions: longitude latitude time
2026 !----------------------------------
2029 variable_entry: laisha
2031 ! Variable attributes:
2032 !----------------------------------
2033 standard_name: shaded_projected_leaf_area_index
2035 cell_methods: time: mean
2036 long_name: Shaded projected leaf area index
2037 !----------------------------------
2038 ! Additional variable information:
2039 !----------------------------------
2040 dimensions: longitude latitude time
2042 !----------------------------------
2045 variable_entry: laisun
2047 ! Variable attributes:
2048 !----------------------------------
2049 standard_name: sunlit_projected_leaf_area_index
2051 cell_methods: time: mean
2052 long_name: Sunlit projected leaf area index
2053 !----------------------------------
2054 ! Additional variable information:
2055 !----------------------------------
2056 dimensions: longitude latitude time
2058 !----------------------------------
2061 variable_entry: rlds
2066 ! Variable attributes:
2067 !----------------------------------
2068 standard_name: surface_downwelling_longwave_flux_in_air
2070 cell_methods: time: mean
2071 long_name: Surface downwelling longwave radiation
2072 !----------------------------------
2073 ! Additional variable information:
2074 !----------------------------------
2075 dimensions: longitude latitude time
2079 ok_min_mean_abs: 300.
2080 ok_max_mean_abs: 370.
2081 !----------------------------------
2089 ! Variable attributes:
2090 !----------------------------------
2091 standard_name: surface_net_downward_longwave_flux
2093 cell_methods: time: mean
2094 long_name: Surface net downward longwave radiation
2095 !----------------------------------
2096 ! Additional variable information:
2097 !----------------------------------
2098 dimensions: longitude latitude time
2100 !----------------------------------
2103 variable_entry: rlus
2108 ! Variable attributes:
2109 !----------------------------------
2110 standard_name: surface_upwelling_longwave_flux_in_air
2112 cell_methods: time: mean
2113 long_name: Surface upwelling longwave radiation
2114 !----------------------------------
2115 ! Additional variable information:
2116 !----------------------------------
2117 dimensions: longitude latitude time
2121 ok_min_mean_abs: 250.
2122 ok_max_mean_abs: 450.
2123 !----------------------------------
2131 ! Variable attributes:
2132 !----------------------------------
2133 standard_name: surface_net_downward_radiative_flux
2135 cell_methods: time: mean
2136 long_name: Surface net downward radiation
2137 !----------------------------------
2138 ! Additional variable information:
2139 !----------------------------------
2140 dimensions: longitude latitude time
2142 !----------------------------------
2145 variable_entry: rsas
2150 ! Variable attributes:
2151 !----------------------------------
2152 standard_name: surface_absorbed_shortwave_flux
2154 cell_methods: time: mean
2155 long_name: Surface absorbed shortwave radiation
2156 !----------------------------------
2157 ! Additional variable information:
2158 !----------------------------------
2159 dimensions: longitude latitude time
2162 !----------------------------------
2165 variable_entry: rsasg
2170 ! Variable attributes:
2171 !----------------------------------
2172 standard_name: surface_absorbed_shortwave_flux_in_soil
2174 cell_methods: time: mean
2175 long_name: Surface absorbed shortwave radiation in soil
2176 !----------------------------------
2177 ! Additional variable information:
2178 !----------------------------------
2179 dimensions: longitude latitude time
2182 !----------------------------------
2185 variable_entry: rsasv
2190 ! Variable attributes:
2191 !----------------------------------
2192 standard_name: surface_absorbed_shortwave_flux_in_vegetation
2194 cell_methods: time: mean
2195 long_name: Surface absorbed shortwave radiation in vegetation
2196 !----------------------------------
2197 ! Additional variable information:
2198 !----------------------------------
2199 dimensions: longitude latitude time
2202 !----------------------------------
2205 variable_entry: rsds
2210 ! Variable attributes:
2211 !----------------------------------
2212 standard_name: surface_downwelling_shortwave_flux_in_air
2214 cell_methods: time: mean
2215 long_name: Surface downwelling shortwave radiation
2216 !----------------------------------
2217 ! Additional variable information:
2218 !----------------------------------
2219 dimensions: longitude latitude time
2223 ok_min_mean_abs: 150.
2224 ok_max_mean_abs: 220.
2225 !----------------------------------
2228 variable_entry: rsus
2233 ! Variable attributes:
2234 !----------------------------------
2235 standard_name: surface_upwelling_shortwave_flux_in_air
2237 cell_methods: time: mean
2238 long_name: Surface upwelling shortwave radiation
2239 !----------------------------------
2240 ! Additional variable information:
2241 !----------------------------------
2242 dimensions: longitude latitude time
2245 !----------------------------------
2250 ! Variable attributes:
2251 !----------------------------------
2252 standard_name: surface_snow_area_fraction
2254 cell_methods: time: mean
2255 long_name: Snow area fraction
2256 !----------------------------------
2257 ! Additional variable information:
2258 !----------------------------------
2259 dimensions: longitude latitude time
2262 !----------------------------------
2265 ! ***************************************************************
2267 ! ***************************************************************
2270 variable_entry: degday
2272 ! Variable attributes:
2273 !----------------------------------
2274 standard_name: accumulated_degree_days
2276 cell_methods: time: mean
2277 long_name: Accumulated degree days
2278 !----------------------------------
2279 ! Additional variable information:
2280 !----------------------------------
2281 dimensions: longitude latitude time
2283 !----------------------------------
2286 variable_entry: ta2m
2288 ! Variable attributes:
2289 !----------------------------------
2290 standard_name: air_temperature
2292 cell_methods: time: mean
2293 long_name: Air temperature at 2m above surface
2294 !----------------------------------
2295 ! Additional variable information:
2296 !----------------------------------
2297 dimensions: longitude latitude time height_2m
2299 !----------------------------------
2302 variable_entry: ta2mdmax
2304 ! Variable attributes:
2305 !----------------------------------
2306 standard_name: air_temperature
2308 cell_methods: time: mean
2309 long_name: Daily maximum of average air temperature at 2m above surface
2310 !----------------------------------
2311 ! Additional variable information:
2312 !----------------------------------
2313 dimensions: longitude latitude time height_2m
2315 !----------------------------------
2318 variable_entry: ta2mdmin
2320 ! Variable attributes:
2321 !----------------------------------
2322 standard_name: air_temperature
2324 cell_methods: time: mean
2325 long_name: Daily minimum of average air temperature at 2m above surface
2326 !----------------------------------
2327 ! Additional variable information:
2328 !----------------------------------
2329 dimensions: longitude latitude time height_2m
2331 !----------------------------------
2336 ! Variable attributes:
2337 !----------------------------------
2338 standard_name: temperature_of_soil_layer
2340 cell_methods: time: mean
2341 long_name: Temperature of each soil layer
2342 !----------------------------------
2343 ! Additional variable information:
2344 !----------------------------------
2345 dimensions: longitude latitude depth_soil time
2347 !----------------------------------
2352 ! Variable attributes:
2353 !----------------------------------
2354 standard_name: vegetation_temperature
2356 cell_methods: time: mean
2357 long_name: Vegetation temperature
2358 !----------------------------------
2359 ! Additional variable information:
2360 !----------------------------------
2361 dimensions: longitude latitude time
2363 !----------------------------------
2366 ! ***************************************************************
2367 ! Vegetation Phenology
2368 ! ***************************************************************
2371 variable_entry: laiexp
2373 ! Variable attributes:
2374 !----------------------------------
2375 standard_name: exposed_one_sided_leaf_area_index
2377 cell_methods: time: mean
2378 long_name: Exposed one-sided leaf area index
2379 !----------------------------------
2380 ! Additional variable information:
2381 !----------------------------------
2382 dimensions: longitude latitude time
2384 !----------------------------------
2387 variable_entry: laitot
2389 ! Variable attributes:
2390 !----------------------------------
2391 standard_name: total_one_sided_leaf_area_index
2393 cell_methods: time: mean
2394 long_name: Total one-sided leaf area index
2395 !----------------------------------
2396 ! Additional variable information:
2397 !----------------------------------
2398 dimensions: longitude latitude time
2400 !----------------------------------
2403 variable_entry: saiexp
2405 ! Variable attributes:
2406 !----------------------------------
2407 standard_name: exposed_one_sided_stem_area_index
2409 cell_methods: time: mean
2410 long_name: Exposed one-sided stem area index
2411 !----------------------------------
2412 ! Additional variable information:
2413 !----------------------------------
2414 dimensions: longitude latitude time
2416 !----------------------------------
2419 variable_entry: saitot
2421 ! Variable attributes:
2422 !----------------------------------
2423 standard_name: total_one_sided_stem_area_index
2425 cell_methods: time: mean
2426 long_name: Total one-sided stem area index
2427 !----------------------------------
2428 ! Additional variable information:
2429 !----------------------------------
2430 dimensions: longitude latitude time
2432 !----------------------------------
2435 ! ***************************************************************
2436 ! Vegetation Physiology
2437 ! ***************************************************************
2442 ! Variable attributes:
2443 !----------------------------------
2444 standard_name: photosynthesis_of_carbon
2446 cell_methods: time: mean
2447 long_name: Photosynthesis
2448 !----------------------------------
2449 ! Additional variable information:
2450 !----------------------------------
2451 dimensions: longitude latitude time
2453 !----------------------------------
2456 variable_entry: rssha
2458 ! Variable attributes:
2459 !----------------------------------
2460 standard_name: shaded_leaf_stomatal_resistance
2462 cell_methods: time: mean
2463 long_name: Shaded leaf stomatal resistance
2464 !----------------------------------
2465 ! Additional variable information:
2466 !----------------------------------
2467 dimensions: longitude latitude time
2469 !----------------------------------
2472 variable_entry: rssun
2474 ! Variable attributes:
2475 !----------------------------------
2476 standard_name: sunlit_leaf_stomatal_resistance
2478 cell_methods: time: mean
2479 long_name: Sunlit leaf stomatal resistance
2480 !----------------------------------
2481 ! Additional variable information:
2482 !----------------------------------
2483 dimensions: longitude latitude time
2485 !----------------------------------