New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Changeset 3771 for branches/2012/dev_MERGE_2012/NEMOGCM/CONFIG/ORCA2_LIM_PISCES/EXP00/iodef.xml – NEMO

Ignore:
Timestamp:
2013-02-05T15:02:22+01:00 (11 years ago)
Author:
smasson
Message:

dev_MERGE_2012: activate ln_mskland with XIOS, see #1047

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2012/dev_MERGE_2012/NEMOGCM/CONFIG/ORCA2_LIM_PISCES/EXP00/iodef.xml

    r3710 r3771  
    224224     
    225225   <axis_definition>   
    226       <axis id="deptht" long_name="Vertical T levels" unit="m"  /><!-- positive=".FALSE." --> 
    227       <axis id="depthu" long_name="Vertical U levels" unit="m"  /><!-- positive=".FALSE." --> 
    228       <axis id="depthv" long_name="Vertical V levels" unit="m"  /><!-- positive=".FALSE." --> 
    229       <axis id="depthw" long_name="Vertical W levels" unit="m"  /><!-- positive=".FALSE." --> 
     226      <axis id="deptht" long_name="Vertical T levels" unit="m" positive="down" /> 
     227      <axis id="depthu" long_name="Vertical U levels" unit="m" positive="down" /> 
     228      <axis id="depthv" long_name="Vertical V levels" unit="m" positive="down" /> 
     229      <axis id="depthw" long_name="Vertical W levels" unit="m" positive="down" /> 
    230230      <axis id="nfloat" long_name="Float number"      unit="-"  /> 
    231231   </axis_definition>  
     
    233233   <domain_definition src="./domain_def.xml"/> 
    234234    
    235    <grid_definition />     
     235   <grid_definition>     
     236     <grid id="grid_T_2D" domain_ref="grid_T"/> 
     237     <grid id="grid_T_3D" domain_ref="grid_T" axis_ref="deptht"/> 
     238     <grid id="grid_U_2D" domain_ref="grid_U"/> 
     239     <grid id="grid_U_3D" domain_ref="grid_U" axis_ref="depthu"/> 
     240     <grid id="grid_V_2D" domain_ref="grid_V"/> 
     241     <grid id="grid_V_3D" domain_ref="grid_V" axis_ref="depthv"/> 
     242     <grid id="grid_W_2D" domain_ref="grid_W"/> 
     243     <grid id="grid_W_3D" domain_ref="grid_W" axis_ref="depthw"/> 
     244    </grid_definition>   
    236245   
    237246  </context> 
Note: See TracChangeset for help on using the changeset viewer.