Ignore:
Timestamp:
2019-08-14T12:38:08+02:00 (5 years ago)
Author:
josefine.ghattas
Message:

Corrected errors on variables zcarblu and znetco2. These variables are only used for the specific case when coupling carbon variables to LMDZ. zcarblu was only available at time step do_slow, at other timesteps, the variable was not initialized. It is now saved in stomate. Units are now kgC/m2/s when sending these variables to LMDZ.

P Cadule, J Ghattas

Location:
branches/ORCHIDEE_2_2/ORCHIDEE/src_xml
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/ORCHIDEE_2_2/ORCHIDEE/src_xml/field_def_orchidee.xml

    r6151 r6160  
    360360    <field id="mrro_lut" name="mrroLut" long_name="Total runoff from land use tile" unit="kg m-2 s-1" grid_ref="grid_nlut"/> 
    361361    <field id="gpplut" name="gppLut" long_name="Gross primary productivity on Landuse tiles" unit="kgC m-2 s-1" grid_ref="grid_nlut" /> 
     362    <field id="zcarblu" name="zcarblu" long_name="Land Cover Change CO2 flux (variable in interface to LMDZ)" unit="kgC m-2 s-1" /> 
     363    <field id="znetco2" name="znetco2" long_name="Sum CO2 flux over PFTs (variable in interface to LMDZ)" unit="kgC m-2 s-1" /> 
    362364  </field_group> 
    363365 
  • branches/ORCHIDEE_2_2/ORCHIDEE/src_xml/file_def_orchidee.xml

    r6151 r6160  
    348348    <field field_ref="snowtemp_read_current" grid_ref="grid_nsnow_out"  level="12"/> 
    349349    <field field_ref="mask_snow_interp_out" grid_ref="grid_nsnow_out"  level="12"/> 
     350    <field field_ref="zcarblu" level="12" /> 
     351    <field field_ref="znetco2" level="12" /> 
    350352   </field_group> 
    351353  </file> 
Note: See TracChangeset for help on using the changeset viewer.