C-LAMP_L1_table
changeset 0 5c7c8220feb6
equal deleted inserted replaced
-1:000000000000 0:02f2d919c724
       
     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
       
     7 
       
     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)'
       
    21 
       
    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 
       
    25                           !   characters in file. 
       
    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)
       
    32 
       
    33 !*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#
       
    34 !
       
    35 ! SUBROUTINE ARGUMENT DEFAULT INFORMATION
       
    36 !
       
    37 !*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#
       
    38 !
       
    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)
       
    43 !
       
    44 !
       
    45 !============
       
    46 subroutine_entry: cmor_axis
       
    47 !============
       
    48 !
       
    49 required: table axis_name units length coord_vals cell_bounds
       
    50 ignored: interval
       
    51 !
       
    52 !============
       
    53 subroutine_entry: cmor_variable
       
    54 !============
       
    55 !
       
    56 required: table table_entry units axis_ids
       
    57 indeterminate: missing_value
       
    58 optional: tolerance original_name history comment
       
    59 ignored: positive
       
    60 !
       
    61 !============
       
    62 subroutine_entry: cmor_write
       
    63 !============
       
    64 !
       
    65 required:  var_id data 
       
    66 indeterminate: ntimes_passed time_vals time_bnds store_with
       
    67 optional: file_suffix
       
    68 !
       
    69 !
       
    70 !*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#
       
    71 !
       
    72 ! AXIS INFORMATION
       
    73 !
       
    74 !*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#
       
    75 !
       
    76 ! ??? what about climatology???
       
    77 ! ??? what about model level data???
       
    78 !
       
    79 !
       
    80 !  TEMPLATE FOR AXES
       
    81 !
       
    82 !============
       
    83 !axis_entry:               ! (required)
       
    84 !============
       
    85 !
       
    86 !    Override default argument specifications for cmor_axis 
       
    87 !------------
       
    88 !    acceptable arguments include units length coord_vals cell_bounds interval
       
    89 !required:                  ! (default: table axis_name units length
       
    90 !                                        coord_vals cell_bounds)
       
    91 !indeterminate:
       
    92 !optional:
       
    93 !ignored:                   ! (default: interval)
       
    94 !forbidden:
       
    95 !------------
       
    96 !
       
    97 ! Axis attributes:
       
    98 !----------------------------------	
       
    99 !standard_name:             ! (required)
       
   100 !units:                     ! (required)
       
   101 !axis:                      ! X, Y, Z, T (default: undeclared)
       
   102 !positive:                  ! up or down (default: undeclared)
       
   103 !long_name:                 ! (default: undeclared)
       
   104 !----------------------------------	
       
   105 !
       
   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 !----------------------------------	
       
   124 !
       
   125 !
       
   126 !  TEMPLATE FOR VARIABLES
       
   127 !
       
   128 !
       
   129 !============
       
   130 !variable_entry:                ! (required)
       
   131 !============
       
   132 !
       
   133 !    Override default argument specifications for cmor_variable
       
   134 !------------
       
   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)
       
   141 !forbidden:
       
   142 !------------
       
   143 !
       
   144 ! Variable attributes:
       
   145 !----------------------------------	
       
   146 !standard_name:              ! (required)
       
   147 !units:                      ! (required)
       
   148 !cell_methods:               ! (default: undeclared)
       
   149 !long_name:                  ! (default: undeclared)
       
   150 !comment:                    ! (default: undeclared)
       
   151 !----------------------------------	
       
   152 !
       
   153 ! Additional variable information:
       
   154 !----------------------------------	
       
   155 !dimensions:                 ! (required)  (scalar dimension(s) should appear
       
   156                              !      last in list)
       
   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 !----------------------------------	
       
   165 
       
   166 !============
       
   167 axis_entry: longitude
       
   168 !============
       
   169 !
       
   170 !    Override default argument specifications for cmor_axis 
       
   171 !------------
       
   172 optional: cell_bounds
       
   173 !------------
       
   174 !
       
   175 ! Axis attributes:
       
   176 !----------------------------------	
       
   177 standard_name:    longitude
       
   178 units:            degree_east
       
   179 axis:             X
       
   180 long_name:        longitude
       
   181 !----------------------------------	
       
   182 !
       
   183 ! Additional axis information:
       
   184 !----------------------------------	
       
   185 out_name:         lon
       
   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 
       
   190                                !  appropriately.
       
   191 valid_max:        360.         !  see above comment.
       
   192 !----------------------------------	
       
   193 
       
   194 !=============
       
   195 axis_entry: latitude
       
   196 !=============
       
   197 !
       
   198 !    Override default argument specifications for cmor_axis 
       
   199 !------------
       
   200 optional: cell_bounds
       
   201 !------------
       
   202 !
       
   203 ! Axis attributes:
       
   204 !----------------------------------	
       
   205 standard_name:    latitude
       
   206 units:            degree_north
       
   207 axis:             Y
       
   208 long_name:        latitude
       
   209 !----------------------------------	
       
   210 !
       
   211 ! Additional axis information:
       
   212 !----------------------------------	
       
   213 out_name:         lat
       
   214 valid_min:        -90.
       
   215 valid_max:        90.
       
   216 !----------------------------------	
       
   217 
       
   218 ! ??? What about climatological data???
       
   219 
       
   220 !============
       
   221 axis_entry: time
       
   222 !============
       
   223 !
       
   224 !    Override default argument specifications for cmor_axis 
       
   225 !------------
       
   226 optional: interval length
       
   227 indeterminate: coord_vals cell_bounds
       
   228 !------------
       
   229 !
       
   230 ! Axis attributes:
       
   231 !----------------------------------	
       
   232 standard_name:    time
       
   233 units:            days since ?
       
   234 axis:             T
       
   235 long_name:        time
       
   236 !----------------------------------	
       
   237 
       
   238 !============
       
   239 axis_entry: pressure
       
   240 !============
       
   241 !
       
   242 !    Override default argument specifications for cmor_axis 
       
   243 !------------
       
   244 ignored: cell_bounds
       
   245 !------------
       
   246 !
       
   247 ! Axis attributes:
       
   248 !----------------------------------	
       
   249 standard_name:    air_pressure
       
   250 units:            Pa 
       
   251 axis:             Z
       
   252 positive:         down
       
   253 long_name:        pressure
       
   254 !----------------------------------	
       
   255 !
       
   256 ! Additional axis information:
       
   257 !----------------------------------	
       
   258 out_name:         plev
       
   259 stored_direction: decreasing
       
   260 valid_min:        0.
       
   261 valid_max:        110000.
       
   262 requested:        100000. 92500. 85000. 70000. 60000. 50000. 40000. 
       
   263 requested:         30000. 25000. 20000. 15000. 10000.  7000.  5000.
       
   264 requested:          3000.  2000.  1000.
       
   265 !----------------------------------	
       
   266 
       
   267 !============
       
   268 axis_entry: height_forc
       
   269 !============
       
   270 !
       
   271 !    Override default argument specifications for cmor_axis 
       
   272 !------------
       
   273 ignored: cell_bounds
       
   274 !------------
       
   275 !
       
   276 ! Axis attributes:
       
   277 !----------------------------------	
       
   278 standard_name:    height
       
   279 units:            m
       
   280 axis:             Z
       
   281 positive:         up
       
   282 long_name:        Atmospheric forcing height
       
   283 !----------------------------------	
       
   284 !
       
   285 ! Additional axis information:
       
   286 !----------------------------------	
       
   287 out_name:         height
       
   288 value:            30.
       
   289 !----------------------------------	
       
   290 
       
   291 !============
       
   292 axis_entry: height_2m
       
   293 !============
       
   294 !
       
   295 !    Override default argument specifications for cmor_axis 
       
   296 !------------
       
   297 optional: cell_bounds
       
   298 !------------
       
   299 !
       
   300 ! Axis attributes:
       
   301 !----------------------------------	
       
   302 standard_name:    height
       
   303 units:            m
       
   304 axis:             Z
       
   305 positive:         up
       
   306 long_name:        2m height
       
   307 !----------------------------------	
       
   308 !
       
   309 ! Additional axis information:
       
   310 !----------------------------------	
       
   311 out_name:         height
       
   312 value:            2.
       
   313 !----------------------------------	
       
   314 
       
   315 !============
       
   316 axis_entry: depth_soil
       
   317 !============
       
   318 !
       
   319 !    Override default argument specifications for cmor_axis 
       
   320 !------------
       
   321 optional: cell_bounds
       
   322 !------------
       
   323 !
       
   324 ! Axis attributes:
       
   325 !----------------------------------	
       
   326 standard_name:    depth
       
   327 units:            m
       
   328 axis:             Z
       
   329 positive:         down
       
   330 long_name:        Soil depth
       
   331 !----------------------------------	
       
   332 !
       
   333 ! Additional axis information:
       
   334 !----------------------------------	
       
   335 out_name:         depth
       
   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 !----------------------------------
       
   339 
       
   340 !============
       
   341 axis_entry: land_cover_type
       
   342 !============
       
   343 !
       
   344 !    Override default argument specifications for cmor_axis 
       
   345 !------------
       
   346 ignored: cell_bounds
       
   347 !------------
       
   348 !
       
   349 ! Axis attributes:
       
   350 !----------------------------------	
       
   351 standard_name:    land_cover_type
       
   352 units:            1
       
   353 long_name:        Land cover type
       
   354 !----------------------------------	
       
   355 !
       
   356 ! Additional axis information:
       
   357 !----------------------------------	
       
   358 type:             integer
       
   359 !----------------------------------
       
   360 
       
   361 !============
       
   362 axis_entry: max_len_lcn
       
   363 !============
       
   364 !
       
   365 !------------
       
   366 !
       
   367 ! Axis attributes:
       
   368 !----------------------------------	
       
   369 standard_name:    max_len_lcn
       
   370 units:            1
       
   371 long_name:        String length of land cover name
       
   372 !----------------------------------	
       
   373 !
       
   374 ! Additional axis information:
       
   375 !----------------------------------	
       
   376 type:             integer
       
   377 value:            128
       
   378 !----------------------------------
       
   379 
       
   380 !
       
   381 !
       
   382 !============
       
   383 axis_entry:  standard_hybrid_sigma
       
   384 !============
       
   385 !
       
   386 !    Override default argument specifications for cmor_axis 
       
   387 !------------
       
   388 optional: units
       
   389 !------------
       
   390 !
       
   391 ! Axis attributes:
       
   392 !----------------------------------	
       
   393 standard_name:    atmosphere_hybrid_sigma_pressure_coordinate
       
   394 units:            1
       
   395 axis:             Z 
       
   396 positive:         down
       
   397 long_name:        hybrid sigma pressure coordinate
       
   398 !----------------------------------	
       
   399 !
       
   400 ! Additional axis information:
       
   401 !----------------------------------	
       
   402 out_name:         lev
       
   403 stored_direction: decreasing
       
   404 valid_min:        0.0
       
   405 valid_max:        1.0
       
   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 !----------------------------------		
       
   410 !
       
   411 !
       
   412 !
       
   413 !*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#
       
   414 !
       
   415 ! VARIABLE INFORMATION
       
   416 !
       
   417 !*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#
       
   418 !
       
   419 !
       
   420 !
       
   421 ! ***************************************************************
       
   422 !
       
   423 ! Vertical dimensionless coordinate variables:
       
   424 !
       
   425 ! ***************************************************************
       
   426 !
       
   427 !
       
   428 !
       
   429 !============
       
   430 variable_entry: p0
       
   431 !============
       
   432 !
       
   433 !    Override default argument specifications for cmor_variable
       
   434 !------------
       
   435 ignored: axis_ids
       
   436 !------------
       
   437 !
       
   438 ! Variable attributes:
       
   439 !----------------------------------	
       
   440 long_name:       reference pressure for hybrid sigma coordinate 
       
   441 units:           Pa
       
   442 !----------------------------------	
       
   443 !
       
   444 !
       
   445 !============
       
   446 variable_entry: ptop
       
   447 !============
       
   448 !
       
   449 !    Override default argument specifications for cmor_variable
       
   450 !------------
       
   451 ignored: axis_ids
       
   452 !------------
       
   453 !
       
   454 ! Variable attributes:
       
   455 !----------------------------------	
       
   456 long_name:       pressure at top of model 
       
   457 units:           Pa
       
   458 !----------------------------------	
       
   459 !
       
   460 !
       
   461 !============
       
   462 variable_entry: sigma
       
   463 !============
       
   464 !
       
   465 !    Override default argument specifications for cmor_variable
       
   466 !------------
       
   467 optional: units
       
   468 !------------
       
   469 !
       
   470 ! Variable attributes:
       
   471 !----------------------------------	
       
   472 long_name:  sigma coordinate
       
   473 !----------------------------------	
       
   474 !
       
   475 ! Additional variable information:
       
   476 !----------------------------------	
       
   477 dimensions:         zlevel
       
   478 type:               double
       
   479 !----------------------------------	
       
   480 !
       
   481 !
       
   482 !============
       
   483 variable_entry: sigma_bnds
       
   484 !============
       
   485 !IPCC_table_A1
       
   486 !    Override default argument specifications for cmor_variable
       
   487 !------------
       
   488 optional: units
       
   489 !------------
       
   490 !
       
   491 ! Variable attributes:
       
   492 !----------------------------------	
       
   493 long_name:  sigma coordinate for layer bounds
       
   494 !----------------------------------	
       
   495 !
       
   496 ! Additional variable information:
       
   497 !----------------------------------	
       
   498 dimensions:         zlevel
       
   499 type:               double
       
   500 !----------------------------------	
       
   501 !
       
   502 !
       
   503 !============
       
   504 variable_entry: a
       
   505 !============
       
   506 !
       
   507 !    Override default argument specifications for cmor_variable
       
   508 !------------
       
   509 optional: units
       
   510 !------------
       
   511 !
       
   512 ! Variable attributes:
       
   513 !----------------------------------	
       
   514 long_name:   hybrid sigma coordinate A coefficient for layer
       
   515 !----------------------------------	
       
   516 !
       
   517 ! Additional variable information:
       
   518 !----------------------------------	
       
   519 dimensions:         zlevel
       
   520 type:               double
       
   521 !----------------------------------	
       
   522 !
       
   523 !
       
   524 !============
       
   525 variable_entry: b
       
   526 !============
       
   527 !
       
   528 !    Override default argument specifications for cmor_variable
       
   529 !------------
       
   530 optional: units
       
   531 !------------
       
   532 !
       
   533 ! Variable attributes:
       
   534 !----------------------------------	
       
   535 long_name:   hybrid sigma coordinate B coefficient for layer
       
   536 !----------------------------------	
       
   537 !
       
   538 ! Additional variable information:
       
   539 !----------------------------------	
       
   540 dimensions:         zlevel
       
   541 type:               double
       
   542 !----------------------------------	
       
   543 !
       
   544 !
       
   545 !============
       
   546 variable_entry: a_bnds
       
   547 !============
       
   548 !
       
   549 !    Override default argument specifications for cmor_variable
       
   550 !------------
       
   551 optional: units
       
   552 !------------
       
   553 !
       
   554 ! Variable attributes:
       
   555 !----------------------------------	
       
   556 long_name:   hybrid sigma coordinate A coefficient for layer bounds
       
   557 !----------------------------------	
       
   558 !
       
   559 ! Additional variable information:
       
   560 !----------------------------------	
       
   561 dimensions:         zlevel
       
   562 type:               double
       
   563 !----------------------------------	
       
   564 !
       
   565 !
       
   566 !============
       
   567 variable_entry: b_bnds
       
   568 !============
       
   569 !
       
   570 !    Override default argument specifications for cmor_variable
       
   571 !------------
       
   572 optional: units
       
   573 !------------
       
   574 !
       
   575 ! Variable attributes:
       
   576 !----------------------------------	
       
   577 long_name:   hybrid sigma coordinate B coefficient for layer bounds
       
   578 !----------------------------------	
       
   579 !
       
   580 ! Additional variable information:
       
   581 !----------------------------------	
       
   582 dimensions:         zlevel
       
   583 type:               double
       
   584 !----------------------------------
       
   585 !
       
   586 !
       
   587 !============
       
   588 variable_entry: ap
       
   589 !============
       
   590 !
       
   591 ! Variable attributes:
       
   592 !----------------------------------	
       
   593 long_name:   alternate hybrid sigma coordinate A coefficient for layer
       
   594 units:           Pa
       
   595 !----------------------------------	
       
   596 !
       
   597 ! Additional variable information:
       
   598 !----------------------------------	
       
   599 dimensions:         zlevel
       
   600 type:               double
       
   601 !----------------------------------	
       
   602 !
       
   603 !
       
   604 !============
       
   605 variable_entry: ap_bnds
       
   606 !============
       
   607 !
       
   608 ! Variable attributes:
       
   609 !----------------------------------	
       
   610 long_name:   alternate hybrid sigma coordinate A coefficient for layer bounds
       
   611 units:           Pa
       
   612 !----------------------------------	
       
   613 !
       
   614 ! Additional variable information:
       
   615 !----------------------------------	
       
   616 dimensions:         zlevel
       
   617 type:               double
       
   618 !----------------------------------	
       
   619 !
       
   620 !
       
   621 !============
       
   622 variable_entry: az
       
   623 !============
       
   624 !
       
   625 !
       
   626 ! Variable attributes:
       
   627 !----------------------------------	
       
   628 long_name:   hybrid height coordinate A coefficient for layer
       
   629 units:           m
       
   630 !----------------------------------	
       
   631 !
       
   632 ! Additional variable information:
       
   633 !----------------------------------	
       
   634 dimensions:         zlevel
       
   635 type:               double
       
   636 !----------------------------------	
       
   637 !
       
   638 !
       
   639 !============
       
   640 variable_entry: bz
       
   641 !============
       
   642 !
       
   643 !    Override default argument specifications for cmor_variable 
       
   644 !------------
       
   645 optional: units
       
   646 !------------
       
   647 !
       
   648 ! Variable attributes:
       
   649 !----------------------------------	
       
   650 long_name:   hybrid height coordinate B coefficient for layer
       
   651 !----------------------------------	
       
   652 !
       
   653 ! Additional variable information:
       
   654 !----------------------------------	
       
   655 dimensions:         zlevel
       
   656 type:               double
       
   657 !----------------------------------	
       
   658 !
       
   659 !
       
   660 !============
       
   661 variable_entry: az_bnds
       
   662 !============
       
   663 !
       
   664 ! Variable attributes:
       
   665 !----------------------------------	
       
   666 long_name:   hybrid sigma coordinate A coefficient for layer bounds
       
   667 units:           m
       
   668 !----------------------------------	
       
   669 !
       
   670 ! Additional variable information:
       
   671 !----------------------------------	
       
   672 dimensions:         zlevel
       
   673 type:               double
       
   674 !----------------------------------	
       
   675 !
       
   676 !
       
   677 !============
       
   678 variable_entry: bz_bnds
       
   679 !============
       
   680 !
       
   681 !    Override default argument specifications for cmor_variable
       
   682 !------------
       
   683 optional: units
       
   684 !------------
       
   685 !
       
   686 ! Variable attributes:
       
   687 !----------------------------------	
       
   688 long_name:   hybrid sigma coordinate B coefficient for layer bounds
       
   689 !----------------------------------	
       
   690 !
       
   691 ! Additional variable information:
       
   692 !----------------------------------	
       
   693 dimensions:         zlevel
       
   694 type:               double
       
   695 !----------------------------------
       
   696 
       
   697 
       
   698 ! ***************************************************************
       
   699 ! Atmospheric forcing
       
   700 ! ***************************************************************
       
   701 
       
   702 !============
       
   703 variable_entry:  husf
       
   704 !============
       
   705 ! Variable attributes:
       
   706 !----------------------------------	
       
   707 standard_name:   specific_humidity
       
   708 units:           kg kg-1
       
   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
       
   715 valid_min:       0.0
       
   716 !----------------------------------	
       
   717 
       
   718 !============
       
   719 variable_entry:  prra
       
   720 !============
       
   721 ! Variable attributes:
       
   722 !----------------------------------	
       
   723 standard_name:   rainfall_precipitation_flux
       
   724 units:           kg m-2 s-1
       
   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
       
   732 valid_min:       0.0
       
   733 valid_max:       1.e-3
       
   734 ok_min_mean_abs: 1.e-6
       
   735 ok_max_mean_abs: 5.e-5
       
   736 !----------------------------------	
       
   737 
       
   738 !============
       
   739 variable_entry:  prsn
       
   740 !============
       
   741 ! Variable attributes:
       
   742 !----------------------------------	
       
   743 standard_name:   snowfall_precipitation_flux
       
   744 units:           kg m-2 s-1
       
   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
       
   752 valid_min:       0.0
       
   753 valid_max:       1.e-3
       
   754 ok_min_mean_abs: 1.e-6
       
   755 ok_max_mean_abs: 5.e-5
       
   756 !----------------------------------	
       
   757 
       
   758 
       
   759 ! ***************************************************************
       
   760 ! Biogeochemistry
       
   761 ! ***************************************************************
       
   762 
       
   763 !============
       
   764 variable_entry:  agbc
       
   765 !============
       
   766 ! Variable attributes:
       
   767 !----------------------------------	
       
   768 standard_name:   above_ground_biomass_carbon_content
       
   769 units:           kg m-2
       
   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
       
   777 valid_min:       0.0
       
   778 !----------------------------------	
       
   779 
       
   780 !============
       
   781 variable_entry:  aglbc
       
   782 !============
       
   783 ! Variable attributes:
       
   784 !----------------------------------	
       
   785 standard_name:   above_ground_live_biomass_carbon_content
       
   786 units:           kg m-2
       
   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
       
   794 valid_min:       0.0
       
   795 !----------------------------------	
       
   796 
       
   797 !============
       
   798 variable_entry:  agnpp
       
   799 !============
       
   800 ! Variable attributes:
       
   801 !----------------------------------	
       
   802 standard_name:   above_ground_net_primary_productivity_of_carbon
       
   803 units:           kg m-2 s-1
       
   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
       
   811 valid_min:       0.0
       
   812 !----------------------------------	
       
   813 
       
   814 !============
       
   815 variable_entry:  ar
       
   816 !============
       
   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.
       
   824 units:           kg m-2 s-1
       
   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
       
   832 valid_min:       0.0
       
   833 !----------------------------------	
       
   834 
       
   835 !============
       
   836 variable_entry:  bco
       
   837 !============
       
   838 ! Variable attributes:
       
   839 !----------------------------------	
       
   840 standard_name:   biogenic_carbon_monoxide_flux
       
   841 units:           kg m-2 s-1
       
   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
       
   849 valid_min:       0.0
       
   850 !----------------------------------	
       
   851 
       
   852 !============
       
   853 variable_entry:  bgbc
       
   854 !============
       
   855 ! Variable attributes:
       
   856 !----------------------------------	
       
   857 standard_name:   below_ground_biomass_carbon_content
       
   858 units:           kg m-2
       
   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
       
   866 valid_min:       0.0
       
   867 !----------------------------------	
       
   868 
       
   869 !============
       
   870 variable_entry:  bgnpp
       
   871 !============
       
   872 ! Variable attributes:
       
   873 !----------------------------------	
       
   874 standard_name:   below_ground_net_primary_productivity_of_carbon
       
   875 units:           kg m-2 s-1
       
   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
       
   883 valid_min:       0.0
       
   884 !----------------------------------	
       
   885 
       
   886 !============
       
   887 variable_entry:  bipn
       
   888 !============
       
   889 ! Variable attributes:
       
   890 !----------------------------------	
       
   891 standard_name:   biogenic_isoprene_flux
       
   892 units:           kg m-2 s-1
       
   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
       
   900 valid_min:       0.0
       
   901 !----------------------------------	
       
   902 
       
   903 !============
       
   904 variable_entry:  bmtpn
       
   905 !============
       
   906 ! Variable attributes:
       
   907 !----------------------------------	
       
   908 standard_name:   biogenic_monoterpene_flux
       
   909 units:           kg m-2 s-1
       
   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
       
   917 valid_min:       0.0
       
   918 !----------------------------------	
       
   919 
       
   920 !============
       
   921 variable_entry:  borvoc
       
   922 !============
       
   923 ! Variable attributes:
       
   924 !----------------------------------	
       
   925 standard_name:   biogenic_other_reactive_volatile_organic_compound_flux
       
   926 units:           kg m-2 s-1
       
   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
       
   934 valid_min:       0.0
       
   935 !----------------------------------	
       
   936 
       
   937 !============
       
   938 variable_entry:  bovoc
       
   939 !============
       
   940 ! Variable attributes:
       
   941 !----------------------------------	
       
   942 standard_name:   biogenic_other_volatile_organic_compound_flux
       
   943 units:           kg m-2 s-1
       
   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
       
   951 valid_min:       0.0
       
   952 !----------------------------------	
       
   953 
       
   954 !============
       
   955 variable_entry:  cwdc
       
   956 !============
       
   957 ! Variable attributes:
       
   958 !----------------------------------	
       
   959 standard_name:   coarse_woody_debris_carbon_content
       
   960 units:           kg m-2
       
   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
       
   968 valid_min:       0.0
       
   969 !----------------------------------	
       
   970 
       
   971 !============
       
   972 variable_entry:  cwdc_hr
       
   973 !============
       
   974 ! Variable attributes:
       
   975 !----------------------------------	
       
   976 standard_name:   coarse_woody_debris_heterotrophic_respiration_carbon_flux
       
   977 units:           kg m-2 s-1
       
   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
       
   985 valid_min:       0.0
       
   986 !----------------------------------	
       
   987 
       
   988 !============
       
   989 variable_entry:  cwdc_loss
       
   990 !============
       
   991 ! Variable attributes:
       
   992 !----------------------------------	
       
   993 standard_name:   coarse_woody_debris_carbon_flux
       
   994 units:           kg m-2 s-1
       
   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
       
  1002 valid_min:       0.0
       
  1003 !----------------------------------	
       
  1004 
       
  1005 !============
       
  1006 variable_entry:  froot_litterc
       
  1007 !============
       
  1008 ! Variable attributes:
       
  1009 !----------------------------------	
       
  1010 standard_name:   fine_root_litter_carbon_content
       
  1011 units:           kg m-2
       
  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
       
  1019 valid_min:       0.0
       
  1020 !----------------------------------	
       
  1021 
       
  1022 !============
       
  1023 variable_entry:  froot_litterc_hr
       
  1024 !============
       
  1025 ! Variable attributes:
       
  1026 !----------------------------------	
       
  1027 standard_name:   fine_root_litter_heterotrophic_respiration_of_carbon
       
  1028 units:           kg m-2 s-1
       
  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
       
  1036 valid_min:       0.0
       
  1037 !----------------------------------	
       
  1038 
       
  1039 !============
       
  1040 variable_entry:  froot_litterc_loss
       
  1041 !============
       
  1042 ! Variable attributes:
       
  1043 !----------------------------------	
       
  1044 standard_name:   fine_root_litter_carbon_flux
       
  1045 units:           kg m-2 s-1
       
  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
       
  1053 valid_min:       0.0
       
  1054 !----------------------------------	
       
  1055 
       
  1056 !============
       
  1057 variable_entry:  frootc
       
  1058 !============
       
  1059 ! Variable attributes:
       
  1060 !----------------------------------	
       
  1061 standard_name:   fine_root_carbon_content
       
  1062 units:           kg m-2
       
  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
       
  1070 valid_min:       0.0
       
  1071 !----------------------------------	
       
  1072 
       
  1073 !============
       
  1074 variable_entry:  frootc_alloc
       
  1075 !============
       
  1076 ! Variable attributes:
       
  1077 !----------------------------------	
       
  1078 standard_name:   fine_root_allocation_of_carbon
       
  1079 units:           kg m-2 s-1
       
  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
       
  1087 valid_min:       0.0
       
  1088 !----------------------------------	
       
  1089 
       
  1090 !============
       
  1091 variable_entry:  frootc_loss
       
  1092 !============
       
  1093 ! Variable attributes:
       
  1094 !----------------------------------	
       
  1095 standard_name:   fine_root_carbon_flux
       
  1096 units:           kg m-2 s-1
       
  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
       
  1104 valid_min:       0.0
       
  1105 !----------------------------------	
       
  1106 
       
  1107 !============
       
  1108 variable_entry:  gpp
       
  1109 !============
       
  1110 ! Variable attributes:
       
  1111 !----------------------------------	
       
  1112 standard_name:   gross_primary_productivity_of_carbon
       
  1113 units:           kg m-2 s-1
       
  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
       
  1121 valid_min:       0.0
       
  1122 !----------------------------------	
       
  1123 
       
  1124 !============
       
  1125 variable_entry:  gnmin
       
  1126 !============
       
  1127 ! Variable attributes:
       
  1128 !----------------------------------	
       
  1129 standard_name:   gross_mineralization_of_nitrogen
       
  1130 units:           kg m-2 s-1
       
  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
       
  1138 valid_min:       0.0
       
  1139 !----------------------------------	
       
  1140 
       
  1141 !============
       
  1142 variable_entry:  hr
       
  1143 !============
       
  1144 ! Variable attributes:
       
  1145 !----------------------------------	
       
  1146 standard_name:   heterotrophic_respiration_of_carbon
       
  1147 units:           kg m-2 s-1
       
  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
       
  1155 valid_min:       0.0
       
  1156 !----------------------------------	
       
  1157 
       
  1158 !============
       
  1159 variable_entry:  leaf_litterc
       
  1160 !============
       
  1161 ! Variable attributes:
       
  1162 !----------------------------------	
       
  1163 standard_name:   leaf_litter_carbon_content
       
  1164 units:           kg m-2
       
  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
       
  1172 valid_min:       0.0
       
  1173 !----------------------------------	
       
  1174 
       
  1175 !============
       
  1176 variable_entry:  leaf_litterc_hr
       
  1177 !============
       
  1178 ! Variable attributes:
       
  1179 !----------------------------------	
       
  1180 standard_name:   leaf_litter_heterotrophic_respiration_of_carbon
       
  1181 units:           kg m-2 s-1
       
  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
       
  1189 valid_min:       0.0
       
  1190 !----------------------------------	
       
  1191 
       
  1192 !============
       
  1193 variable_entry:  leaf_litterc_loss
       
  1194 !============
       
  1195 ! Variable attributes:
       
  1196 !----------------------------------	
       
  1197 standard_name:   leaf_litter_carbon_flux
       
  1198 units:           kg m-2 s-1
       
  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
       
  1206 valid_min:       0.0
       
  1207 !----------------------------------	
       
  1208 
       
  1209 !============
       
  1210 variable_entry:  leafc
       
  1211 !============
       
  1212 ! Variable attributes:
       
  1213 !----------------------------------	
       
  1214 standard_name:   leaf_carbon_content
       
  1215 units:           kg m-2
       
  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
       
  1223 valid_min:       0.0
       
  1224 !----------------------------------	
       
  1225 
       
  1226 !============
       
  1227 variable_entry:  leafc_alloc
       
  1228 !============
       
  1229 ! Variable attributes:
       
  1230 !----------------------------------	
       
  1231 standard_name:   leaf_allocation_of_carbon
       
  1232 units:           kg m-2 s-1
       
  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
       
  1240 valid_min:       0.0
       
  1241 !----------------------------------	
       
  1242 
       
  1243 !============
       
  1244 variable_entry:  leafc_loss
       
  1245 !============
       
  1246 ! Variable attributes:
       
  1247 !----------------------------------	
       
  1248 standard_name:   leaf_carbon_flux
       
  1249 units:           kg m-2 s-1
       
  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
       
  1257 valid_min:       0.0
       
  1258 !----------------------------------	
       
  1259 
       
  1260 !============
       
  1261 variable_entry:  litterc
       
  1262 !============
       
  1263 ! Variable attributes:
       
  1264 !----------------------------------	
       
  1265 standard_name:   litter_carbon_content
       
  1266 units:           kg m-2
       
  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
       
  1274 valid_min:       0.0
       
  1275 !----------------------------------	
       
  1276 
       
  1277 !============
       
  1278 variable_entry:  litterc_hr
       
  1279 !============
       
  1280 ! Variable attributes:
       
  1281 !----------------------------------	
       
  1282 standard_name:   litter_heterotrophic_respiration_of_carbon
       
  1283 units:           kg m-2 s-1
       
  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
       
  1291 valid_min:       0.0
       
  1292 !----------------------------------	
       
  1293 
       
  1294 !============
       
  1295 variable_entry:  litterc_loss
       
  1296 !============
       
  1297 ! Variable attributes:
       
  1298 !----------------------------------	
       
  1299 standard_name:   litter_carbon_flux
       
  1300 units:           kg m-2 s-1
       
  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
       
  1308 valid_min:       0.0
       
  1309 !----------------------------------	
       
  1310 
       
  1311 !============
       
  1312 variable_entry:  nee
       
  1313 !============
       
  1314 ! Variable attributes:
       
  1315 !----------------------------------	
       
  1316 standard_name:   net_ecosystem_exchange_of_carbon_out_of_biosphere
       
  1317 units:           kg m-2 s-1
       
  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 !----------------------------------	
       
  1326 
       
  1327 !============
       
  1328 variable_entry:  nep
       
  1329 !============
       
  1330 ! Variable attributes:
       
  1331 !----------------------------------	
       
  1332 standard_name:   net_ecosystem_productivity_of_carbon
       
  1333 units:           kg m-2 s-1
       
  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 !----------------------------------	
       
  1342 
       
  1343 !============
       
  1344 variable_entry:  nnmin
       
  1345 !============
       
  1346 ! Variable attributes:
       
  1347 !----------------------------------	
       
  1348 standard_name:   net_mineralization_of_nitrogen
       
  1349 units:           kg m-2 s-1
       
  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 !----------------------------------	
       
  1358 
       
  1359 !============
       
  1360 variable_entry:  npp
       
  1361 !============
       
  1362 !------------
       
  1363 ! Variable attributes:
       
  1364 !----------------------------------	
       
  1365 standard_name:   net_primary_productivity_of_carbon
       
  1366 units:           kg m-2 s-1
       
  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
       
  1375 !valid_min:       0.0
       
  1376 !----------------------------------	
       
  1377 
       
  1378 !============
       
  1379 variable_entry:  soilc
       
  1380 !============
       
  1381 ! Variable attributes:
       
  1382 !----------------------------------	
       
  1383 standard_name:   soil_carbon_content
       
  1384 units:           kg m-2
       
  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
       
  1392 valid_min:       0.0
       
  1393 !----------------------------------	
       
  1394 
       
  1395 !============
       
  1396 variable_entry:  soilc_hr
       
  1397 !============
       
  1398 ! Variable attributes:
       
  1399 !----------------------------------	
       
  1400 standard_name:   soil_heterotrophic_respiration_of_carbon
       
  1401 units:           kg m-2 s-1
       
  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
       
  1409 valid_min:       0.0
       
  1410 !----------------------------------	
       
  1411 
       
  1412 !============
       
  1413 variable_entry:  soilc_loss
       
  1414 !============
       
  1415 ! Variable attributes:
       
  1416 !----------------------------------	
       
  1417 standard_name:   soil_carbon_flux
       
  1418 units:           kg m-2 s-1
       
  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
       
  1426 valid_min:       0.0
       
  1427 !----------------------------------	
       
  1428 
       
  1429 !============
       
  1430 variable_entry:  tbvoc
       
  1431 !============
       
  1432 ! Variable attributes:
       
  1433 !----------------------------------	
       
  1434 standard_name:   total_biogenic_volatile_organic_compound_flux
       
  1435 units:           kg m-2 s-1
       
  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
       
  1443 valid_min:       0.0
       
  1444 !----------------------------------	
       
  1445 
       
  1446 !============
       
  1447 variable_entry:  woodc
       
  1448 !============
       
  1449 ! Variable attributes:
       
  1450 !----------------------------------	
       
  1451 standard_name:   wood_carbon_content
       
  1452 units:           kg m-2
       
  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
       
  1460 valid_min:       0.0
       
  1461 !----------------------------------	
       
  1462 
       
  1463 !============
       
  1464 variable_entry:  woodc_alloc
       
  1465 !============
       
  1466 ! Variable attributes:
       
  1467 !----------------------------------	
       
  1468 standard_name:   wood_allocation_of_carbon
       
  1469 units:           kg m-2 s-1
       
  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
       
  1477 valid_min:       0.0
       
  1478 !----------------------------------	
       
  1479 
       
  1480 !============
       
  1481 variable_entry:  woodc_loss
       
  1482 !============
       
  1483 ! Variable attributes:
       
  1484 !----------------------------------	
       
  1485 standard_name:   wood_carbon_flux
       
  1486 units:           kg m-2 s-1
       
  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
       
  1494 valid_min:       0.0
       
  1495 !----------------------------------	
       
  1496 
       
  1497 
       
  1498 ! ***************************************************************
       
  1499 ! Energy
       
  1500 ! ***************************************************************
       
  1501 
       
  1502 !============
       
  1503 variable_entry:  hfg
       
  1504 !============
       
  1505 !------------
       
  1506 required:        positive
       
  1507 !------------
       
  1508 ! Variable attributes:
       
  1509 !----------------------------------	
       
  1510 standard_name:   downward_heat_flux_at_ground_level_in_soil
       
  1511 units:           W m-2
       
  1512 cell_methods:    time: mean
       
  1513 long_name:       Surface heat flux into soil
       
  1514 !----------------------------------	
       
  1515 ! Additional variable information:
       
  1516 !----------------------------------	
       
  1517 dimensions:      longitude latitude time
       
  1518 positive:        down
       
  1519 !----------------------------------	
       
  1520 
       
  1521 !============
       
  1522 variable_entry:  hfls
       
  1523 !============
       
  1524 !------------
       
  1525 required:        positive
       
  1526 !------------
       
  1527 ! Variable attributes:
       
  1528 !----------------------------------	
       
  1529 standard_name:   surface_upward_latent_heat_flux
       
  1530 units:           W m-2
       
  1531 cell_methods:    time: mean
       
  1532 long_name:       Surface latent heat flux
       
  1533 !----------------------------------	
       
  1534 ! Additional variable information:
       
  1535 !----------------------------------	
       
  1536 dimensions:      longitude latitude time
       
  1537 positive:        up
       
  1538 valid_min:       -120
       
  1539 valid_max:       900.
       
  1540 ok_min_mean_abs: 50.
       
  1541 ok_max_mean_abs: 120.
       
  1542 !----------------------------------	
       
  1543 
       
  1544 !============
       
  1545 variable_entry:  hfss
       
  1546 !============
       
  1547 !------------
       
  1548 required:        positive
       
  1549 !------------
       
  1550 ! Variable attributes:
       
  1551 !----------------------------------	
       
  1552 standard_name:   surface_upward_sensible_heat_flux
       
  1553 units:           W m-2
       
  1554 cell_methods:    time: mean
       
  1555 long_name:       Surface sensible heat flux
       
  1556 !----------------------------------	
       
  1557 ! Additional variable information:
       
  1558 !----------------------------------	
       
  1559 dimensions:      longitude latitude time
       
  1560 positive:        up
       
  1561 !----------------------------------	
       
  1562 
       
  1563 !============
       
  1564 variable_entry:  hfssg
       
  1565 !============
       
  1566 !------------
       
  1567 required:        positive
       
  1568 !------------
       
  1569 ! Variable attributes:
       
  1570 !----------------------------------	
       
  1571 standard_name:   surface_upward_sensible_heat_flux_from_ground
       
  1572 units:           W m-2
       
  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
       
  1579 positive:        up
       
  1580 !----------------------------------	
       
  1581 
       
  1582 !============
       
  1583 variable_entry:  hfssv
       
  1584 !============
       
  1585 !------------
       
  1586 required:        positive
       
  1587 !------------
       
  1588 ! Variable attributes:
       
  1589 !----------------------------------	
       
  1590 standard_name:   surface_upward_sensible_heat_flux_from_vegetation
       
  1591 units:           W m-2
       
  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
       
  1598 positive:        up
       
  1599 !----------------------------------	
       
  1600 
       
  1601 
       
  1602 ! ***************************************************************
       
  1603 ! Grid
       
  1604 ! ***************************************************************
       
  1605 
       
  1606 !============
       
  1607 variable_entry:  gca
       
  1608 !============
       
  1609 ! Variable attributes:
       
  1610 !----------------------------------	
       
  1611 standard_name:   area
       
  1612 units:           m2
       
  1613 long_name:       Grid cell area
       
  1614 !----------------------------------	
       
  1615 ! Additional variable information:
       
  1616 !----------------------------------	
       
  1617 dimensions:      longitude latitude
       
  1618 valid_min:       0.
       
  1619 !----------------------------------	
       
  1620 
       
  1621 !============
       
  1622 variable_entry:  lbm
       
  1623 !============
       
  1624 ! Variable attributes:
       
  1625 !----------------------------------	
       
  1626 standard_name:   land_binary_mask
       
  1627 units:           1
       
  1628 long_name:       Land mask
       
  1629 !----------------------------------	
       
  1630 ! Additional variable information:
       
  1631 !----------------------------------	
       
  1632 dimensions:      longitude latitude
       
  1633 type:            integer
       
  1634 !----------------------------------	
       
  1635 
       
  1636 !============
       
  1637 variable_entry:  lcf
       
  1638 !============
       
  1639 ! Variable attributes:
       
  1640 !----------------------------------	
       
  1641 standard_name:   land_cover_fraction
       
  1642 units:           %
       
  1643 cell_methods:    time: mean
       
  1644 long_name:       Land cover fraction
       
  1645 !----------------------------------	
       
  1646 ! Additional variable information:
       
  1647 !----------------------------------	
       
  1648 dimensions:      longitude latitude land_cover_type
       
  1649 valid_min:       0.
       
  1650 valid_max:       100.
       
  1651 !----------------------------------	
       
  1652 
       
  1653 !============
       
  1654 variable_entry:  lcn
       
  1655 !============
       
  1656 ! Variable attributes:
       
  1657 !----------------------------------	
       
  1658 standard_name:   land_cover_name
       
  1659 units:           none
       
  1660 long_name:       Land cover name
       
  1661 !----------------------------------	
       
  1662 ! Additional variable information:
       
  1663 !----------------------------------	
       
  1664 type:            character
       
  1665 dimensions:      land_cover_type max_len_lcn
       
  1666 !----------------------------------	
       
  1667 
       
  1668 !============
       
  1669 variable_entry:  orog
       
  1670 !============
       
  1671 ! Variable attributes:
       
  1672 !----------------------------------	
       
  1673 standard_name:   surface_altitude
       
  1674 units:           m
       
  1675 long_name:       Surface altitude
       
  1676 !----------------------------------	
       
  1677 ! Additional variable information:
       
  1678 !----------------------------------	
       
  1679 dimensions:      longitude latitude
       
  1680 valid_min:       -500.
       
  1681 valid_max:       12000.
       
  1682 ok_min_mean_abs: 0.
       
  1683 ok_max_mean_abs: 2000.
       
  1684 !----------------------------------	
       
  1685 
       
  1686 !============
       
  1687 variable_entry:  sftlf
       
  1688 !============
       
  1689 ! Variable attributes:
       
  1690 !----------------------------------	
       
  1691 standard_name:   land_area_fraction
       
  1692 units:           1
       
  1693 long_name:       Land area fraction
       
  1694 !----------------------------------	
       
  1695 ! Additional variable information:
       
  1696 !----------------------------------	
       
  1697 dimensions:      longitude latitude
       
  1698 valid_min:       0.
       
  1699 valid_max:       1.
       
  1700 !----------------------------------	
       
  1701 
       
  1702 
       
  1703 ! ***************************************************************
       
  1704 ! Humidity
       
  1705 ! ***************************************************************
       
  1706 
       
  1707 !============
       
  1708 variable_entry:  hur2m
       
  1709 !============
       
  1710 ! Variable attributes:
       
  1711 !----------------------------------	
       
  1712 standard_name:   relative_humidity
       
  1713 units:           %
       
  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
       
  1720 valid_min:       0.
       
  1721 valid_max:       100.
       
  1722 ok_min_mean_abs: 1.
       
  1723 ok_max_mean_abs: 99.
       
  1724 !----------------------------------	
       
  1725 
       
  1726 !============
       
  1727 variable_entry:  hus2m
       
  1728 !============
       
  1729 ! Variable attributes:
       
  1730 !----------------------------------	
       
  1731 standard_name:   specific_humidity
       
  1732 units:           kg kg-1
       
  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
       
  1739 valid_min:       0.0
       
  1740 !----------------------------------	
       
  1741 
       
  1742 
       
  1743 ! ***************************************************************
       
  1744 ! Hydrology
       
  1745 ! ***************************************************************
       
  1746 
       
  1747 !============
       
  1748 variable_entry:  btran
       
  1749 !============
       
  1750 ! Variable attributes:
       
  1751 !----------------------------------
       
  1752 standard_name:   transpiration_beta_factor
       
  1753 units:           1
       
  1754 cell_methods:    time: mean
       
  1755 long_name:       Transpiration beta factor
       
  1756 !----------------------------------
       
  1757 ! Additional variable information:
       
  1758 !----------------------------------
       
  1759 dimensions:      longitude latitude time
       
  1760 valid_min:       0.
       
  1761 valid_max:       1.
       
  1762 ok_min_mean_abs: 0.1
       
  1763 ok_max_mean_abs: 0.9
       
  1764 !----------------------------------
       
  1765 
       
  1766 !============
       
  1767 variable_entry:  et
       
  1768 !============
       
  1769 ! Variable attributes:
       
  1770 !----------------------------------	
       
  1771 standard_name:   water_evapotranspiration_flux
       
  1772 units:           kg m-2 s-1 
       
  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 !----------------------------------	
       
  1781 
       
  1782 !============
       
  1783 variable_entry:  evspsblsoi
       
  1784 !============
       
  1785 ! Variable attributes:
       
  1786 !----------------------------------	
       
  1787 standard_name:   water_evaporation_flux_from_soil
       
  1788 units:           kg m-2 s-1
       
  1789 cell_methods:    time: mean
       
  1790 long_name:       Soil evaporation
       
  1791 !----------------------------------	
       
  1792 ! Additional variable information:
       
  1793 !----------------------------------	
       
  1794 dimensions:      longitude latitude time
       
  1795 !----------------------------------	
       
  1796 
       
  1797 !============
       
  1798 variable_entry:  evspsblveg
       
  1799 !============
       
  1800 ! Variable attributes:
       
  1801 !----------------------------------	
       
  1802 standard_name:   water_evaporation_flux_from_canopy
       
  1803 units:           kg m-2 s-1 
       
  1804 cell_methods:    time: mean
       
  1805 long_name:       Evaporation from vegetation canopy
       
  1806 !----------------------------------	
       
  1807 ! Additional variable information:
       
  1808 !----------------------------------	
       
  1809 dimensions:      longitude latitude time
       
  1810 !----------------------------------	
       
  1811 
       
  1812 !============
       
  1813 variable_entry:  mrfsl
       
  1814 !============
       
  1815 ! Variable attributes:
       
  1816 !----------------------------------	
       
  1817 standard_name:   frozen_water_content_of_soil_layer
       
  1818 units:           kg m-2
       
  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
       
  1826 valid_min:       0.
       
  1827 !----------------------------------	
       
  1828 
       
  1829 !============
       
  1830 variable_entry:  mrfso
       
  1831 !============
       
  1832 ! Variable attributes:
       
  1833 !----------------------------------	
       
  1834 standard_name:   soil_frozen_water_content
       
  1835 units:           kg m-2
       
  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
       
  1843 valid_min:       0.
       
  1844 !----------------------------------	
       
  1845 
       
  1846 !============
       
  1847 variable_entry:  mrlsl
       
  1848 !============
       
  1849 ! Variable attributes:
       
  1850 !----------------------------------	
       
  1851 standard_name:   liquid_water_content_of_soil_layer
       
  1852 units:           kg m-2
       
  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
       
  1859 valid_min:       0.
       
  1860 !----------------------------------	
       
  1861 
       
  1862 !============
       
  1863 variable_entry:  mrlso
       
  1864 !============
       
  1865 ! Variable attributes:
       
  1866 !----------------------------------	
       
  1867 standard_name:   soil_liquid_water_content
       
  1868 units:           kg m-2
       
  1869 cell_methods:    time: mean
       
  1870 long_name:       Soil liquid water content
       
  1871 !----------------------------------	
       
  1872 ! Additional variable information:
       
  1873 !----------------------------------	
       
  1874 dimensions:      longitude latitude time
       
  1875 valid_min:       0.
       
  1876 !----------------------------------	
       
  1877 
       
  1878 !============
       
  1879 variable_entry:  mrros
       
  1880 !============
       
  1881 ! Variable attributes:
       
  1882 !----------------------------------	
       
  1883 standard_name:   surface_runoff_flux
       
  1884 units:           kg m-2 s-1
       
  1885 cell_methods:    time: mean
       
  1886 long_name:       Surface runoff
       
  1887 !----------------------------------	
       
  1888 ! Additional variable information:
       
  1889 !----------------------------------	
       
  1890 dimensions:      longitude latitude time
       
  1891 valid_min:       0.
       
  1892 !----------------------------------	
       
  1893 
       
  1894 !============
       
  1895 variable_entry:  mrross
       
  1896 !============
       
  1897 ! Variable attributes:
       
  1898 !----------------------------------	
       
  1899 standard_name:   subsurface_runoff_flux
       
  1900 units:           kg m-2 s-1 
       
  1901 cell_methods:    time: mean
       
  1902 long_name:       Subsurface drainage
       
  1903 !----------------------------------	
       
  1904 ! Additional variable information:
       
  1905 !----------------------------------	
       
  1906 dimensions:      longitude latitude time
       
  1907 !----------------------------------	
       
  1908 
       
  1909 !============
       
  1910 variable_entry:  prveg
       
  1911 !============
       
  1912 ! Variable attributes:
       
  1913 !----------------------------------	
       
  1914 standard_name:   precipitation_flux_onto_canopy
       
  1915 units:           kg m-2 s-1 
       
  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
       
  1923 valid_min:       0.
       
  1924 !----------------------------------	
       
  1925 
       
  1926 !============
       
  1927 variable_entry:  snd
       
  1928 !============
       
  1929 ! Variable attributes:
       
  1930 !----------------------------------	
       
  1931 standard_name:   surface_snow_thickness
       
  1932 units:           m
       
  1933 cell_methods:    time: mean
       
  1934 long_name:       Snow depth
       
  1935 !----------------------------------	
       
  1936 ! Additional variable information:
       
  1937 !----------------------------------	
       
  1938 dimensions:      longitude latitude time
       
  1939 valid_min:       0.
       
  1940 !----------------------------------	
       
  1941 
       
  1942 !============
       
  1943 variable_entry:  tran
       
  1944 !============
       
  1945 ! Variable attributes:
       
  1946 !----------------------------------	
       
  1947 standard_name:   transpiration_flux
       
  1948 units:           kg m-2 s-1
       
  1949 cell_methods:    time: mean
       
  1950 long_name:       Transpiration
       
  1951 !----------------------------------	
       
  1952 ! Additional variable information:
       
  1953 !----------------------------------	
       
  1954 dimensions:      longitude latitude time
       
  1955 valid_min:       0.
       
  1956 !----------------------------------	
       
  1957 
       
  1958 !============
       
  1959 variable_entry:  vfwsl
       
  1960 !============
       
  1961 ! Variable attributes:
       
  1962 !----------------------------------	
       
  1963 standard_name:   volume_fraction_of_water_in_soil_layer
       
  1964 units:           m3 m-3
       
  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
       
  1971 valid_min:       0.
       
  1972 !----------------------------------	
       
  1973 
       
  1974 !============
       
  1975 variable_entry:  wpsl
       
  1976 !============
       
  1977 ! Variable attributes:
       
  1978 !----------------------------------	
       
  1979 standard_name:   water_potential_of_soil_layer
       
  1980 units:           Pa
       
  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 !----------------------------------	
       
  1988 
       
  1989 
       
  1990 ! ***************************************************************
       
  1991 ! Radiation
       
  1992 ! ***************************************************************
       
  1993 
       
  1994 !============
       
  1995 variable_entry:  alsas
       
  1996 !============
       
  1997 ! Variable attributes:
       
  1998 !----------------------------------	
       
  1999 standard_name:   surface_all_sky_albedo
       
  2000 units:           1
       
  2001 cell_methods:    time: mean
       
  2002 long_name:       Surface all sky albedo
       
  2003 !----------------------------------	
       
  2004 ! Additional variable information:
       
  2005 !----------------------------------	
       
  2006 dimensions:      longitude latitude time
       
  2007 valid_min:       0.
       
  2008 valid_max:       1.
       
  2009 !----------------------------------	
       
  2010 
       
  2011 !============
       
  2012 variable_entry:  alsbs
       
  2013 !============
       
  2014 ! Variable attributes:
       
  2015 !----------------------------------	
       
  2016 standard_name:   surface_black_sky_albedo
       
  2017 units:           1
       
  2018 cell_methods:    time: mean
       
  2019 long_name:       Surface black sky albedo
       
  2020 !----------------------------------	
       
  2021 ! Additional variable information:
       
  2022 !----------------------------------	
       
  2023 dimensions:      longitude latitude time
       
  2024 valid_min:       0.
       
  2025 valid_max:       1.
       
  2026 !----------------------------------	
       
  2027 
       
  2028 !============
       
  2029 variable_entry:  laisha
       
  2030 !============
       
  2031 ! Variable attributes:
       
  2032 !----------------------------------	
       
  2033 standard_name:   shaded_projected_leaf_area_index
       
  2034 units:           m2 m-2
       
  2035 cell_methods:    time: mean
       
  2036 long_name:       Shaded projected leaf area index
       
  2037 !----------------------------------	
       
  2038 ! Additional variable information:
       
  2039 !----------------------------------	
       
  2040 dimensions:      longitude latitude time
       
  2041 valid_min:       0.
       
  2042 !----------------------------------	
       
  2043 
       
  2044 !============
       
  2045 variable_entry:  laisun
       
  2046 !============
       
  2047 ! Variable attributes:
       
  2048 !----------------------------------	
       
  2049 standard_name:   sunlit_projected_leaf_area_index
       
  2050 units:           m2 m-2
       
  2051 cell_methods:    time: mean
       
  2052 long_name:       Sunlit projected leaf area index
       
  2053 !----------------------------------	
       
  2054 ! Additional variable information:
       
  2055 !----------------------------------	
       
  2056 dimensions:      longitude latitude time
       
  2057 valid_min:       0.
       
  2058 !----------------------------------	
       
  2059 
       
  2060 !============
       
  2061 variable_entry:  rlds
       
  2062 !============
       
  2063 !------------
       
  2064 required:        positive
       
  2065 !------------
       
  2066 ! Variable attributes:
       
  2067 !----------------------------------	
       
  2068 standard_name:   surface_downwelling_longwave_flux_in_air
       
  2069 units:           W m-2
       
  2070 cell_methods:    time: mean
       
  2071 long_name:       Surface downwelling longwave radiation
       
  2072 !----------------------------------	
       
  2073 ! Additional variable information:
       
  2074 !----------------------------------	
       
  2075 dimensions:      longitude latitude time
       
  2076 positive:        down
       
  2077 valid_min:       20.
       
  2078 valid_max:       600.
       
  2079 ok_min_mean_abs: 300.
       
  2080 ok_max_mean_abs: 370.
       
  2081 !----------------------------------	
       
  2082 
       
  2083 !============
       
  2084 variable_entry:  rls
       
  2085 !============
       
  2086 !------------
       
  2087 required:        positive
       
  2088 !------------
       
  2089 ! Variable attributes:
       
  2090 !----------------------------------	
       
  2091 standard_name:   surface_net_downward_longwave_flux
       
  2092 units:           W m-2
       
  2093 cell_methods:    time: mean
       
  2094 long_name:       Surface net downward longwave radiation
       
  2095 !----------------------------------	
       
  2096 ! Additional variable information:
       
  2097 !----------------------------------	
       
  2098 dimensions:      longitude latitude time
       
  2099 positive:        down
       
  2100 !----------------------------------	
       
  2101 
       
  2102 !============
       
  2103 variable_entry:  rlus
       
  2104 !============
       
  2105 !------------
       
  2106 required:        positive
       
  2107 !------------
       
  2108 ! Variable attributes:
       
  2109 !----------------------------------	
       
  2110 standard_name:   surface_upwelling_longwave_flux_in_air
       
  2111 units:           W m-2
       
  2112 cell_methods:    time: mean
       
  2113 long_name:       Surface upwelling longwave radiation
       
  2114 !----------------------------------	
       
  2115 ! Additional variable information:
       
  2116 !----------------------------------	
       
  2117 dimensions:      longitude latitude time
       
  2118 positive:        up
       
  2119 valid_min:       50.
       
  2120 valid_max:       750.
       
  2121 ok_min_mean_abs: 250.
       
  2122 ok_max_mean_abs: 450.
       
  2123 !----------------------------------	
       
  2124 
       
  2125 !============
       
  2126 variable_entry:  rs
       
  2127 !============
       
  2128 !------------
       
  2129 required:        positive
       
  2130 !------------
       
  2131 ! Variable attributes:
       
  2132 !----------------------------------	
       
  2133 standard_name:   surface_net_downward_radiative_flux
       
  2134 units:           W m-2
       
  2135 cell_methods:    time: mean
       
  2136 long_name:       Surface net downward radiation
       
  2137 !----------------------------------	
       
  2138 ! Additional variable information:
       
  2139 !----------------------------------	
       
  2140 dimensions:      longitude latitude time
       
  2141 positive:        down
       
  2142 !----------------------------------	
       
  2143 
       
  2144 !============
       
  2145 variable_entry:  rsas
       
  2146 !============
       
  2147 !------------
       
  2148 required:        positive
       
  2149 !------------
       
  2150 ! Variable attributes:
       
  2151 !----------------------------------	
       
  2152 standard_name:   surface_absorbed_shortwave_flux
       
  2153 units:           W m-2
       
  2154 cell_methods:    time: mean
       
  2155 long_name:       Surface absorbed shortwave radiation
       
  2156 !----------------------------------	
       
  2157 ! Additional variable information:
       
  2158 !----------------------------------	
       
  2159 dimensions:      longitude latitude time
       
  2160 positive:        down
       
  2161 valid_min:       0.
       
  2162 !----------------------------------	
       
  2163 
       
  2164 !============
       
  2165 variable_entry:  rsasg
       
  2166 !============
       
  2167 !------------
       
  2168 required:        positive
       
  2169 !------------
       
  2170 ! Variable attributes:
       
  2171 !----------------------------------	
       
  2172 standard_name:   surface_absorbed_shortwave_flux_in_soil
       
  2173 units:           W m-2
       
  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
       
  2180 positive:        down
       
  2181 valid_min:       0.
       
  2182 !----------------------------------	
       
  2183 
       
  2184 !============
       
  2185 variable_entry:  rsasv
       
  2186 !============
       
  2187 !------------
       
  2188 required:        positive
       
  2189 !------------
       
  2190 ! Variable attributes:
       
  2191 !----------------------------------	
       
  2192 standard_name:   surface_absorbed_shortwave_flux_in_vegetation
       
  2193 units:           W m-2
       
  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
       
  2200 positive:        down
       
  2201 valid_min:       0.
       
  2202 !----------------------------------	
       
  2203 
       
  2204 !============
       
  2205 variable_entry:  rsds
       
  2206 !============
       
  2207 !------------
       
  2208 required:        positive
       
  2209 !------------
       
  2210 ! Variable attributes:
       
  2211 !----------------------------------	
       
  2212 standard_name:   surface_downwelling_shortwave_flux_in_air
       
  2213 units:           W m-2
       
  2214 cell_methods:    time: mean
       
  2215 long_name:       Surface downwelling shortwave radiation
       
  2216 !----------------------------------	
       
  2217 ! Additional variable information:
       
  2218 !----------------------------------	
       
  2219 dimensions:      longitude latitude time
       
  2220 positive:        down
       
  2221 valid_min:       0.
       
  2222 valid_max:       550.
       
  2223 ok_min_mean_abs: 150.
       
  2224 ok_max_mean_abs: 220.
       
  2225 !----------------------------------	
       
  2226 
       
  2227 !============
       
  2228 variable_entry:  rsus
       
  2229 !============
       
  2230 !------------
       
  2231 required:        positive
       
  2232 !------------
       
  2233 ! Variable attributes:
       
  2234 !----------------------------------	
       
  2235 standard_name:   surface_upwelling_shortwave_flux_in_air
       
  2236 units:           W m-2
       
  2237 cell_methods:    time: mean
       
  2238 long_name:       Surface upwelling shortwave radiation
       
  2239 !----------------------------------	
       
  2240 ! Additional variable information:
       
  2241 !----------------------------------	
       
  2242 dimensions:      longitude latitude time
       
  2243 positive:        up
       
  2244 valid_min:       0.
       
  2245 !----------------------------------	
       
  2246 
       
  2247 !============
       
  2248 variable_entry:  snc
       
  2249 !============
       
  2250 ! Variable attributes:
       
  2251 !----------------------------------	
       
  2252 standard_name:   surface_snow_area_fraction
       
  2253 units:           1
       
  2254 cell_methods:    time: mean
       
  2255 long_name:       Snow area fraction
       
  2256 !----------------------------------	
       
  2257 ! Additional variable information:
       
  2258 !----------------------------------	
       
  2259 dimensions:      longitude latitude time
       
  2260 valid_min:       0.
       
  2261 valid_max:       100.
       
  2262 !----------------------------------	
       
  2263 
       
  2264 
       
  2265 ! ***************************************************************
       
  2266 ! Temperature
       
  2267 ! ***************************************************************
       
  2268 
       
  2269 !============
       
  2270 variable_entry:  degday
       
  2271 !============
       
  2272 ! Variable attributes:
       
  2273 !----------------------------------	
       
  2274 standard_name:   accumulated_degree_days
       
  2275 units:           K
       
  2276 cell_methods:    time: mean
       
  2277 long_name:       Accumulated degree days
       
  2278 !----------------------------------	
       
  2279 ! Additional variable information:
       
  2280 !----------------------------------	
       
  2281 dimensions:      longitude latitude time
       
  2282 valid_min:       0.
       
  2283 !----------------------------------	
       
  2284 
       
  2285 !============
       
  2286 variable_entry:  ta2m
       
  2287 !============
       
  2288 ! Variable attributes:
       
  2289 !----------------------------------	
       
  2290 standard_name:   air_temperature
       
  2291 units:           K
       
  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
       
  2298 valid_min:       0.
       
  2299 !----------------------------------	
       
  2300 
       
  2301 !============
       
  2302 variable_entry:  ta2mdmax
       
  2303 !============
       
  2304 ! Variable attributes:
       
  2305 !----------------------------------	
       
  2306 standard_name:   air_temperature
       
  2307 units:           K
       
  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
       
  2314 valid_min:       0.
       
  2315 !----------------------------------	
       
  2316 
       
  2317 !============
       
  2318 variable_entry:  ta2mdmin
       
  2319 !============
       
  2320 ! Variable attributes:
       
  2321 !----------------------------------	
       
  2322 standard_name:   air_temperature
       
  2323 units:           K
       
  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
       
  2330 valid_min:       0.
       
  2331 !----------------------------------	
       
  2332 
       
  2333 !============
       
  2334 variable_entry:  tsl
       
  2335 !============
       
  2336 ! Variable attributes:
       
  2337 !----------------------------------	
       
  2338 standard_name:   temperature_of_soil_layer
       
  2339 units:           K
       
  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
       
  2346 valid_min:       0.
       
  2347 !----------------------------------	
       
  2348 
       
  2349 !============
       
  2350 variable_entry:  tv
       
  2351 !============
       
  2352 ! Variable attributes:
       
  2353 !----------------------------------	
       
  2354 standard_name:   vegetation_temperature
       
  2355 units:           K
       
  2356 cell_methods:    time: mean
       
  2357 long_name:       Vegetation temperature
       
  2358 !----------------------------------	
       
  2359 ! Additional variable information:
       
  2360 !----------------------------------	
       
  2361 dimensions:      longitude latitude time
       
  2362 valid_min:       0.
       
  2363 !----------------------------------	
       
  2364 
       
  2365 
       
  2366 ! ***************************************************************
       
  2367 ! Vegetation Phenology
       
  2368 ! ***************************************************************
       
  2369 
       
  2370 !============
       
  2371 variable_entry:  laiexp
       
  2372 !============
       
  2373 ! Variable attributes:
       
  2374 !----------------------------------	
       
  2375 standard_name:   exposed_one_sided_leaf_area_index
       
  2376 units:           m2 m-2
       
  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
       
  2383 valid_min:       0.
       
  2384 !----------------------------------	
       
  2385 
       
  2386 !============
       
  2387 variable_entry:  laitot
       
  2388 !============
       
  2389 ! Variable attributes:
       
  2390 !----------------------------------	
       
  2391 standard_name:   total_one_sided_leaf_area_index
       
  2392 units:           m2 m-2
       
  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
       
  2399 valid_min:       0.
       
  2400 !----------------------------------	
       
  2401 
       
  2402 !============
       
  2403 variable_entry:  saiexp
       
  2404 !============
       
  2405 ! Variable attributes:
       
  2406 !----------------------------------	
       
  2407 standard_name:   exposed_one_sided_stem_area_index
       
  2408 units:           m2 m-2
       
  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
       
  2415 valid_min:       0.
       
  2416 !----------------------------------	
       
  2417 
       
  2418 !============
       
  2419 variable_entry:  saitot
       
  2420 !============
       
  2421 ! Variable attributes:
       
  2422 !----------------------------------	
       
  2423 standard_name:   total_one_sided_stem_area_index
       
  2424 units:           m2 m-2
       
  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
       
  2431 valid_min:       0.
       
  2432 !----------------------------------	
       
  2433 
       
  2434 
       
  2435 ! ***************************************************************
       
  2436 ! Vegetation Physiology
       
  2437 ! ***************************************************************
       
  2438 
       
  2439 !============
       
  2440 variable_entry:  psn
       
  2441 !============
       
  2442 ! Variable attributes:
       
  2443 !----------------------------------	
       
  2444 standard_name:   photosynthesis_of_carbon
       
  2445 units:           kg m-2 s-1
       
  2446 cell_methods:    time: mean
       
  2447 long_name:       Photosynthesis
       
  2448 !----------------------------------	
       
  2449 ! Additional variable information:
       
  2450 !----------------------------------	
       
  2451 dimensions:      longitude latitude time
       
  2452 valid_min:       0.
       
  2453 !----------------------------------	
       
  2454 
       
  2455 !============
       
  2456 variable_entry:  rssha
       
  2457 !============
       
  2458 ! Variable attributes:
       
  2459 !----------------------------------	
       
  2460 standard_name:   shaded_leaf_stomatal_resistance
       
  2461 units:           s m-1
       
  2462 cell_methods:    time: mean
       
  2463 long_name:       Shaded leaf stomatal resistance
       
  2464 !----------------------------------	
       
  2465 ! Additional variable information:
       
  2466 !----------------------------------	
       
  2467 dimensions:      longitude latitude time
       
  2468 valid_min:       0.
       
  2469 !----------------------------------	
       
  2470 
       
  2471 !============
       
  2472 variable_entry:  rssun
       
  2473 !============
       
  2474 ! Variable attributes:
       
  2475 !----------------------------------	
       
  2476 standard_name:   sunlit_leaf_stomatal_resistance
       
  2477 units:           s m-1
       
  2478 cell_methods:    time: mean
       
  2479 long_name:       Sunlit leaf stomatal resistance
       
  2480 !----------------------------------	
       
  2481 ! Additional variable information:
       
  2482 !----------------------------------	
       
  2483 dimensions:      longitude latitude time
       
  2484 valid_min:       0.
       
  2485 !----------------------------------	
       
  2486