Ignore:
Timestamp:
2019-11-08T13:00:52+01:00 (5 years ago)
Author:
josefine.ghattas
Message:

Improvment for the ESM CO2 configuration:

  • Separate variable fco2_lu into 3 parts: fco2_lu, fco2_wh and fco2_ha
  • Move calculation of co2_flux from dt_sechiba time-step to daily time-step (in the part for do_slow)
  • Removed co2_flux and fco2_lu from stomate_intialize argument list. These variables were never used in the intialization phase.
  • Add co2_flux, and fco2_wh, fco2_ha to restart file
  • Corrected output unit for nee to be consistent with LMDZ and stomate output variables. It is now in kgC/m2/s.
  • Corrected output for znetco2
  • Added fCO2_fWoodharvest and fCO2_fHarvest as new possible tracers in LMDZ (intersurf).
  • Added diagnostic output for fCO2_fWoodharvest and fCO2_fHarvest
  1. Cadule
File:
1 edited

Legend:

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

    r6160 r6319  
    342342    <field field_ref="wilt" grid_ref="grid_nslm_out" level="11"/> 
    343343    <field field_ref="fldcapacity" grid_ref="grid_nslm_out" level="11"/> 
     344    <field field_ref="znetco2" level="11" /> 
     345    <field field_ref="zcarblu" level="11" /> 
     346    <field field_ref="zcarbwh" level="11" /> 
     347    <field field_ref="zcarbha" level="11" /> 
    344348    <field field_ref="frac_snow_veg"  level="12"/> 
    345349    <field field_ref="frac_snow_nobio" grid_ref="grid_nnobio_out"  level="12"/> 
     
    348352    <field field_ref="snowtemp_read_current" grid_ref="grid_nsnow_out"  level="12"/> 
    349353    <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" /> 
    352354   </field_group> 
    353355  </file> 
     
    562564    <field field_ref="snowdepth"  level="11"/> 
    563565    <field field_ref="mc" grid_ref="grid_nslm_nstm_out" level="0"/>   <!-- mc is a 4 dimensional variable --> 
    564    </field_group> 
     566    <field field_ref="znetco2" level="11" /> 
     567    <field field_ref="zcarblu" level="11" /> 
     568    <field field_ref="zcarbwh" level="11" /> 
     569    <field field_ref="zcarbha" level="11" /> 
     570    </field_group> 
    565571  </file> 
    566572 
Note: See TracChangeset for help on using the changeset viewer.