Changeset 8133
- Timestamp:
- 2023-08-09T18:17:29+02:00 (17 months ago)
- Location:
- branches/ORCHIDEE_2_2
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ORCHIDEE_2_2/ORCHIDEE/src_xml/context_input_orchidee.xml
r7509 r8133 28 28 29 29 <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"/> 31 31 <field id="soiltext" name="soiltext" domain_ref="dom_file_soil" operation="instant" freq_offset="1ts"/> 32 32 </file> … … 138 138 <field id="frac_veget_frac" field_ref="maxvegetfrac_mask" domain_ref="dom_from_pft" read_access="true" enabled="true" /> 139 139 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"/> 142 142 <field id="reinf_slope_interp" domain_ref="dom_from_topo" read_access="true" enabled="true"> (frac_slope_interp > $min_sechiba ) ? 1-slope_tmp/(frac_slope_interp+1e-100) : $slope_default </field> 143 143 … … 163 163 </field_group> 164 164 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"> 166 166 <!-- Interpolate the mask. This gives now the fraction of the source area underlaying the model grid cell --> 167 167 <field id="mask_moistc_interp" field_ref="mask_moistc_in" read_access="true" /> … … 225 225 226 226 <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 230 233 <domain id="dom_from_albedo" domain_ref="domain_landpoints"> 231 234 <interpolate_domain order="1" renormalize="true" detect_missing_value="true"/> -
branches/ORCHIDEE_2_2/ORCHIDEE/src_xml/context_orchidee.xml
r7576 r8133 266 266 267 267 <!-- Definition of grids with fields having two extra dimensions, 4D grids --> 268 <grid id="grid_nslm_nstm ">268 <grid id="grid_nslm_nstm_read"> 269 269 <domain domain_ref="domain_landpoints" > 270 270 <interpolate_domain order="1"/> … … 273 273 <axis axis_ref="nstm" /> 274 274 </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> 275 281 <grid id="grid_nslm_nstm_out"> 276 282 <domain domain_ref="domain_landpoints_out" /> -
branches/ORCHIDEE_2_2/ORCHIDEE_OL/ARCH/arch-X64_IRENE.env
r7961 r8133 11 11 module load mpi/openmpi/4.1.4 12 12 module load flavor/hdf5/parallel 13 module load hdf5/1.12. 013 module load hdf5/1.12.2 14 14 module load netcdf-fortran/4.5.3 15 15 module load mkl/20.0.0 -
branches/ORCHIDEE_2_2/ORCHIDEE_OL/OOL_SEC_STO_FG1transnd/PARAM/iodef_xios2.xml
r7911 r8133 18 18 <variable id="using_server" type="bool">false</variable> 19 19 <variable id="using_oasis" type="bool">false</variable> 20 <variable id="oasis_codes_id" type="string" >oceanx</variable>21 20 22 21 </variable_definition> -
branches/ORCHIDEE_2_2/ORCHIDEE_OL/OOL_SEC_STO_FG2nd/PARAM/iodef_xios2.xml
r7422 r8133 18 18 <variable id="using_server" type="bool">false</variable> 19 19 <variable id="using_oasis" type="bool">false</variable> 20 <variable id="oasis_codes_id" type="string" >oceanx</variable>21 20 22 21 </variable_definition> -
branches/ORCHIDEE_2_2/ORCHIDEE_OL/SPINUP_ANALYTIC_FG1nd/PARAM/iodef_xios2.xml
r7911 r8133 18 18 <variable id="using_server" type="bool">false</variable> 19 19 <variable id="using_oasis" type="bool">false</variable> 20 <variable id="oasis_codes_id" type="string" >oceanx</variable>21 20 22 21 </variable_definition>
Note: See TracChangeset
for help on using the changeset viewer.