Changeset 7983 for branches/ORCHIDEE_2_2


Ignore:
Timestamp:
2023-04-19T13:48:54+02:00 (20 months ago)
Author:
josefine.ghattas
Message:

Added 2 diagnostics : mc_layh and mcl_layh

Location:
branches/ORCHIDEE_2_2/ORCHIDEE
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/ORCHIDEE_2_2/ORCHIDEE/src_sechiba/hydrol.f90

    r7709 r7983  
    907907    CALL xios_orchidee_send_field("mcw",land_mcw) ! in m3/m3  
    908908    CALL xios_orchidee_send_field("mcr",land_mcr) ! in m3/m3  
    909  
     909    CALL xios_orchidee_send_field("mc_layh",mc_layh) 
     910    CALL xios_orchidee_send_field("mcl_layh",mcl_layh)  
    910911       
    911912    CALL xios_orchidee_send_field("water2infilt",water2infilt)    
  • branches/ORCHIDEE_2_2/ORCHIDEE/src_xml/field_def_orchidee.xml

    r7710 r7983  
    340340    <field id="mcw" name="mcw" long_name="Mean volumetric water content at wilting point (total land average)" unit="m^3/m^3" grid_ref="grid_nslm" operation="once" freq_offset="0ts"/> 
    341341    <field id="mcr" name="mcr" long_name="Mean volumetric residual water content (total land average)" unit="m^3/m^3" grid_ref="grid_nslm" operation="once" freq_offset="0ts"/> 
     342    <field id="mc_layh" name="mc_layh" long_name="Volumetric moisture content for each layer in hydrol (liquid+ice)" unit="m^3/m^3" grid_ref="grid_nslm"/> 
     343    <field id="mcl_layh" name="mcl_layh" long_name="Volumetric moisture content for each layer in hydrol (liquid)" unit="m^3/m^3" grid_ref="grid_nslm"/> 
    342344    <field id="tmcs" name="tmcs" long_name="Total soil moisture at saturation (total land average)" unit="kg/m^2" operation="once" freq_offset="0ts"/> 
    343345    <field id="tmcfc" name="tmcfc" long_name="Total soil moisture at field capacity (total land average)" unit="kg/m^2" operation="once" freq_offset="0ts"/> 
  • branches/ORCHIDEE_2_2/ORCHIDEE/src_xml/file_def_orchidee.xml

    r7720 r7983  
    283283    <field field_ref="mcs" grid_ref="grid_nslm_out" level="11"/> 
    284284    <field field_ref="mcr" grid_ref="grid_nslm_out" level="11"/> 
     285    <field field_ref="mc_layh" grid_ref="grid_nslm_out" level="11"/> 
     286    <field field_ref="mcl_layh" grid_ref="grid_nslm_out" level="11"/> 
    285287    <field field_ref="nvg" grid_ref="grid_nslm_out" level="11"/> 
    286288    <field field_ref="alphavg" grid_ref="grid_nslm_out" level="11"/> 
Note: See TracChangeset for help on using the changeset viewer.