Ignore:
Timestamp:
2022-03-07T15:09:04+01:00 (2 years ago)
Author:
josefine.ghattas
Message:

Corrected error in naming axis for nscm into ncsm. Now axis and grid all takes nscm as the name of the parameter.
Added grid_nscm and grid_nscm_out needed for variable interp_diag_soilclass. Corrected variable interp_diag_vegetrefrac
Add new file sechiba_interp_diag containing the variables read from file, after they have been read and interpolated from file with XIOS or with standard method in ORCHIDEE.

File:
1 edited

Legend:

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

    r6151 r7510  
    7070    <axis id="albtyp" standard_name="model_level_number" long_name="Albedo types" unit="1"/> 
    7171    <axis id="nslm" name="solay" standard_name="model_level_number" long_name="Hydrological soil levels" unit="1"/> 
    72     <axis id="ncsm" name="ncsm"    standard_name="model_level_number" long_name="Soil type" unit="1"/> 
     72    <axis id="nscm" name="nscm" standard_name="model_level_number" long_name="Soil type" unit="1"/> 
    7373    <axis id="nsnow" name="snowlev" standard_name="model_level_number" long_name="Snow levels" unit="1"/> 
    7474    <axis id="P10" standard_name="model_level_number" long_name="Pool 10 years" unit="1"/> 
     
    145145    </grid> 
    146146 
     147    <grid id="grid_nscm"> 
     148      <domain domain_ref="domain_landpoints" /> 
     149      <axis axis_ref="nscm" /> 
     150    </grid> 
     151    <grid id="grid_nscm_out"> 
     152      <domain domain_ref="domain_landpoints_out" /> 
     153      <axis axis_ref="nscm" /> 
     154    </grid> 
     155 
    147156    <grid id="grid_ngrnd"> 
    148157      <domain domain_ref="domain_landpoints" /> 
Note: See TracChangeset for help on using the changeset viewer.