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 5468 for trunk – NEMO

Changeset 5468 for trunk


Ignore:
Timestamp:
2015-06-24T14:01:05+02:00 (9 years ago)
Author:
hadcv
Message:

Syntax fixes to ORCA2_LIM iodef_demo.xml.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMOGCM/CONFIG/ORCA2_LIM/EXP00/iodef_demo.xml

    r5385 r5468  
    6464     <field field_ref="sst"    name="sst_1d_inst" operation="instant" />     <!-- instant value --> 
    6565     <field field_ref="sst"    name="sst_1d_max"  operation="maximum" />     <!-- max --> 
    66      <field field_ref="suoce"  />   <!-- include a U-grid variable in the list --> 
     66     <field field_ref="ssu"  />   <!-- include a U-grid variable in the list --> 
    6767   </file> 
    6868    
     
    7878     
    7979   <axis_definition>   
    80       <axis id="deptht"  long_name="Vertical T levels"  unit="m" positive="down" /> 
    81       <axis id="deptht_myzoom" zoom_begin="1" zoom_end="10   " axis_ref="deptht" /> 
     80      <axis_group id="deptht" long_name="Vertical T levels" unit="m" positive="down" >  
     81         <axis id="deptht" />  
     82         <axis id="deptht_myzoom" zoom_begin="1" zoom_end="10" />  
     83      </axis_group> 
    8284      <axis id="depthu"  long_name="Vertical U levels"  unit="m" positive="down" /> 
    8385      <axis id="depthv"  long_name="Vertical V levels"  unit="m" positive="down" /> 
Note: See TracChangeset for help on using the changeset viewer.