Changeset 8566
- Timestamp:
- 2024-05-24T14:13:17+02:00 (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ORCHIDEE_2_2/ORCHIDEE/src_xml/field_def_orchidee.xml
r8543 r8566 349 349 <field id="tmcs" name="tmcs" long_name="Total soil moisture at saturation (total land average)" unit="kg/m^2" operation="once" freq_offset="0ts"/> 350 350 <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"/> 351 <field id="wilt" name="wilt" long_name="Wilting point (in % of soil volume)" unit="%" grid_ref="grid_nslm" operation="once" > mcw*100 </field>352 <field id="fldcapacity" name="fldcapacity" long_name="Field capacity (in % of soil volume)" grid_ref="grid_nslm" unit="%" operation="once" > mcfc*100 </field>351 <field id="wilt" name="wilt" long_name="Wilting point (in % of soil volume)" unit="%" grid_ref="grid_nslm" operation="once" freq_offset="0ts" > mcw*100 </field> 352 <field id="fldcapacity" name="fldcapacity" long_name="Field capacity (in % of soil volume)" grid_ref="grid_nslm" unit="%" operation="once" freq_offset="0ts" > mcfc*100 </field> 353 353 <field id="ksat" name="ksat" long_name="Saturated Hydraulic conductivity (at each hydrologic node)" unit="10^(-6) m/s" grid_ref="grid_nslm" operation="once" freq_offset="0ts"> this*1000/86400 </field> <!-- ym check this value. jg why ? --> 354 354 <field id="ksref" name="ksref" long_name="Reference saturated hydraulic conductivity (before imposing a vertical profile)" unit="mm/d" operation="once" freq_offset="0ts" /> … … 636 636 <field id="mc_read_current" name="mc_read_current" long_name="Soil moisture read from file and interpolated to current time step" unit="m3/m3" grid_ref="grid_nslm_nstm"/> 637 637 <field id="mc_read_prev" name="mc_read_prev" long_name="Soil moisture read from file, value from previous day" unit="m3/m3" grid_ref="grid_nslm_nstm"/> 638 <field id="mask_mc_interp_out" name="mask_mc_interp_out" long_name="Mask read from file" operation="once" unit="1" grid_ref="grid_nslm_nstm"/>638 <field id="mask_mc_interp_out" name="mask_mc_interp_out" long_name="Mask read from file" operation="once" freq_offset="0ts" unit="1" grid_ref="grid_nslm_nstm"/> 639 639 <field id="kfact_root" name="kfactroot" long_name="Root factor to increase Ks towards the surface, for all soil tiles" unit="%" grid_ref="grid_nslm_nstm"/> 640 640 <field id="vegetmax_soil" name="vegetsoil" long_name="PFT fraction for soil tiles" unit="1" grid_ref="grid_nvm_nstm"/>
Note: See TracChangeset
for help on using the changeset viewer.