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 1682 for trunk/CONFIG/ORCA2_LIM/EXP00/iodef.xml – NEMO

Ignore:
Timestamp:
2009-10-27T19:04:07+01:00 (15 years ago)
Author:
smasson
Message:

set attribute called positive to down when using iom_put, see ticket:569

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/CONFIG/ORCA2_LIM/EXP00/iodef.xml

    r1681 r1682  
    206206     
    207207    <axis_definition>   
    208       <axis id="deptht" description="Vertical T levels" unit="m" /> 
    209       <axis id="depthu" description="Vertical U levels" unit="m" /> 
    210       <axis id="depthv" description="Vertical V levels" unit="m" /> 
    211       <axis id="depthw" description="Vertical W levels" unit="m" /> 
     208      <axis id="deptht" description="Vertical T levels" unit="m" positive=".false." /> 
     209      <axis id="depthu" description="Vertical U levels" unit="m" positive=".false." /> 
     210      <axis id="depthv" description="Vertical V levels" unit="m" positive=".false." /> 
     211      <axis id="depthw" description="Vertical W levels" unit="m" positive=".false." /> 
    212212      <axis id="none" description="axe non defini" unit="none" size="1" /> 
    213213    </axis_definition>  
Note: See TracChangeset for help on using the changeset viewer.