Ignore:
Timestamp:
12/21/22 16:34:17 (19 months ago)
Author:
aclsce
Message:
  • Merge in ICOLMDZOR_LAM configuration accordingly with ICOLMDZOR configuration :

compilation : added rad option (with correct handling of svn test version)
experiments : merge with LMDZOR_v6.2 configuration
cleaning and other small things

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v7/ICOLMDZOR_LAM_v7/GENERAL/PARAM/context_orchidee.xml

    r6260 r6291  
    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"/> 
     74    <axis id="nbhtu" name="nbhtu" standard_name="model_level_number" long_name="HTU dimension for routing" unit="1"/> 
     75    <axis id="nbasmon" name="nbasmon" standard_name="model_level_number" long_name="HTU monitoring dimension" unit="1"/> 
    7476    <axis id="P10" standard_name="model_level_number" long_name="Pool 10 years" unit="1"/> 
    7577    <axis id="P100" standard_name="model_level_number" long_name="Pool 100 years" unit="1"/> 
     
    145147    </grid> 
    146148 
     149    <grid id="grid_nscm"> 
     150      <domain domain_ref="domain_landpoints" /> 
     151      <axis axis_ref="nscm" /> 
     152    </grid> 
     153    <grid id="grid_nscm_out"> 
     154      <domain domain_ref="domain_landpoints_out" /> 
     155      <axis axis_ref="nscm" /> 
     156    </grid> 
     157 
    147158    <grid id="grid_ngrnd"> 
    148159      <domain domain_ref="domain_landpoints" /> 
     
    233244      <domain domain_ref="domain_landpoints_out" /> 
    234245      <axis axis_ref="P101" /> 
     246    </grid> 
     247 
     248    <grid id="grid_nbhtu"> 
     249      <domain domain_ref="domain_landpoints" /> 
     250      <axis axis_ref="nbhtu" /> 
     251    </grid> 
     252    <grid id="grid_nbhtu_out"> 
     253      <domain domain_ref="domain_landpoints_out" /> 
     254      <axis axis_ref="nbhtu" /> 
     255    </grid> 
     256 
     257    <grid id="grid_nbasmon"> 
     258      <domain domain_ref="domain_landpoints" /> 
     259      <axis axis_ref="nbasmon" /> 
     260    </grid> 
     261    <grid id="grid_nbasmon_out"> 
     262      <domain domain_ref="domain_landpoints_out" /> 
     263      <axis axis_ref="nbasmon" /> 
    235264    </grid> 
    236265 
Note: See TracChangeset for help on using the changeset viewer.