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 5532 for branches/UKMO/dev_r5021_nn_etau_revision/NEMOGCM/CONFIG/ORCA2_LIM/EXP00/iodef_demo.xml – NEMO

Ignore:
Timestamp:
2015-07-02T15:49:24+02:00 (9 years ago)
Author:
davestorkey
Message:

Update UKMO/dev_r5021_nn_etau_revision branch to rev 5518 of trunk
(=branching point for NEMO 3.6_stable).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/dev_r5021_nn_etau_revision/NEMOGCM/CONFIG/ORCA2_LIM/EXP00/iodef_demo.xml

    r5448 r5532  
    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.