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_PISCES – 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_PISCES/EXP00/iodef.xml

    r1681 r1682  
    326326     
    327327    <axis_definition>   
    328       <axis id="deptht" description="Vertical T levels" unit="m" /> 
    329       <axis id="depthu" description="Vertical U levels" unit="m" /> 
    330       <axis id="depthv" description="Vertical V levels" unit="m" /> 
    331       <axis id="depthw" description="Vertical W levels" unit="m" /> 
     328      <axis id="deptht" description="Vertical T levels" unit="m" positive=".false." /> 
     329      <axis id="depthu" description="Vertical U levels" unit="m" positive=".false." /> 
     330      <axis id="depthv" description="Vertical V levels" unit="m" positive=".false." /> 
     331      <axis id="depthw" description="Vertical W levels" unit="m" positive=".false." /> 
    332332      <axis id="none" description="axe non defini" unit="none" size="1" /> 
    333333    </axis_definition>  
Note: See TracChangeset for help on using the changeset viewer.