Ignore:
Timestamp:
2023-08-09T18:17:29+02:00 (11 months ago)
Author:
josefine.ghattas
Message:
  • Updated to use module hdf5/1.12.2 needed at irene-skl, previously done in coupled configuration. Needed for XIOS3.
  • Cleaning in xml files needed for use with XIOS3. All modifications are also working with XIOS2.

See ticket #933

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

Legend:

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

    r7509 r8133  
    2828 
    2929    <file id="soils_param_file" mode="read" output_freq="1y" enabled="true"> 
    30       <field id="soilcolor" name="soilcolor" domain_ref="dom_file_soil" operation="instant" freq_offset="1ts"/> 
     30      <field id="soilcolor" name="soilcolor" domain_ref="dom_file_soil" operation="instant" freq_offset="1ts" enabled="false"/> 
    3131      <field id="soiltext" name="soiltext" domain_ref="dom_file_soil" operation="instant" freq_offset="1ts"/> 
    3232    </file> 
     
    138138      <field id="frac_veget_frac" field_ref="maxvegetfrac_mask" domain_ref="dom_from_pft" read_access="true" enabled="true" /> 
    139139 
    140       <field id="slope_tmp"           field_ref="pente_read"       domain_ref="dom_from_topo"                                  /> 
    141       <field id="frac_slope_interp"   field_ref="mask_pente_read"  domain_ref="dom_from_topo" read_access="true" enabled="true"/> 
     140      <field id="slope_tmp"           field_ref="pente_read"       domain_ref="dom_from_topo_read"                                  /> 
     141      <field id="frac_slope_interp"   field_ref="mask_pente_read"  domain_ref="dom_from_topo_read" read_access="true" enabled="true"/> 
    142142      <field id="reinf_slope_interp"                               domain_ref="dom_from_topo" read_access="true" enabled="true"> (frac_slope_interp &gt; $min_sechiba ) ? 1-slope_tmp/(frac_slope_interp+1e-100) : $slope_default </field> 
    143143 
     
    163163    </field_group> 
    164164 
    165     <field_group id="orchidee_input_mc" grid_ref="grid_nslm_nstm"> 
     165    <field_group id="orchidee_input_mc" grid_ref="grid_nslm_nstm_read"> 
    166166      <!-- Interpolate the mask. This gives now the fraction of the source area underlaying the model grid cell --> 
    167167      <field id="mask_moistc_interp" field_ref="mask_moistc_in" read_access="true" /> 
     
    225225     
    226226    <domain id="dom_from_topo" domain_ref="domain_landpoints"> 
    227       <interpolate_domain order="1" renormalize="false" /> 
    228     </domain> 
    229      
     227    </domain> 
     228     
     229    <domain id="dom_from_topo_read" domain_ref="domain_landpoints"> 
     230      <interpolate_domain order="1" renormalize="false" /> 
     231    </domain> 
     232 
    230233    <domain id="dom_from_albedo" domain_ref="domain_landpoints"> 
    231234      <interpolate_domain order="1" renormalize="true" detect_missing_value="true"/> 
  • branches/ORCHIDEE_2_2/ORCHIDEE/src_xml/context_orchidee.xml

    r7576 r8133  
    266266 
    267267    <!-- Definition of grids with fields having two extra dimensions, 4D grids --> 
    268     <grid id="grid_nslm_nstm"> 
     268    <grid id="grid_nslm_nstm_read"> 
    269269      <domain domain_ref="domain_landpoints" > 
    270270        <interpolate_domain order="1"/> 
     
    273273      <axis axis_ref="nstm" /> 
    274274    </grid> 
     275    <grid id="grid_nslm_nstm"> 
     276      <domain domain_ref="domain_landpoints" > 
     277      </domain> 
     278      <axis axis_ref="nslm" /> 
     279      <axis axis_ref="nstm" /> 
     280    </grid> 
    275281    <grid id="grid_nslm_nstm_out"> 
    276282      <domain domain_ref="domain_landpoints_out" /> 
Note: See TracChangeset for help on using the changeset viewer.