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 1738 for trunk/CONFIG/GYRE – NEMO

Changeset 1738 for trunk/CONFIG/GYRE


Ignore:
Timestamp:
2009-11-18T15:37:06+01:00 (15 years ago)
Author:
smasson
Message:

iom_put for scalar values, see ticket:604

File:
1 edited

Legend:

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

    r1725 r1738  
    3838   <field id="28d"          description="Depth of 28C isotherm"                     unit="m"                        /> 
    3939   <field id="hc300"        description="Heat content 300 m"                        unit="W"                        /> 
    40      </group> 
     40      </group> 
    4141        
    4242      <!-- SBC --> 
     
    5656      <!-- U grid --> 
    5757       
    58      <group id="grid_U"  axis_ref="depthu" grid_ref="grid_U"> 
     58      <group id="grid_U"  axis_ref="depthu" grid_ref="grid_U"> 
    5959   <field id="utau"        description="Wind Stress along i-axis"                  unit="N/m2" axis_ref="none" /> 
    6060   <field id="uoce"        description="ocean current along i-axis"                unit="m/s"                  /> 
     
    6464   <!-- uoce_eiv: available with key_trabbl_adv --> 
    6565   <field id="uoce_bbl"    description="BBL ocean current along i-axis"            unit="m/s"                  /> 
    66      </group> 
     66      </group> 
    6767       
    68      <!-- V grid --> 
    69             
    70      <group id="grid_V"  axis_ref="depthv" grid_ref="grid_V"> 
     68      <!-- V grid --> 
     69       
     70      <group id="grid_V"  axis_ref="depthv" grid_ref="grid_V"> 
    7171   <field id="vtau"        description="Wind Stress along j-axis"                  unit="N/m2" axis_ref="none" /> 
    7272   <field id="voce"        description="ocean current along j-axis"                unit="m/s"                  /> 
     
    7676   <!-- voce_eiv: available with key_trabbl_adv --> 
    7777   <field id="voce_bbl"    description="BBL ocean current along j-axis"            unit="m/s"                  /> 
    78      </group> 
    79             
    80      <!-- W grid --> 
     78      </group> 
    8179       
    82      <group id="grid_W"  axis_ref="depthw" grid_ref="grid_W"> 
     80      <!-- W grid --> 
     81       
     82      <group id="grid_W"  axis_ref="depthw" grid_ref="grid_W"> 
    8383   <field id="woce"        description="ocean vertical velocity"                   unit="m/s"                  /> 
    8484   <field id="woce_eff"    description="effective ocean vertical velocity"         unit="m/s"                  /> 
     
    100100   <!-- avt_tide: available with key_zdftmx --> 
    101101   <field id="av_tide"     description="tidal vertical diffusivity"               unit="m2/s"                 /> 
    102      </group> 
    103  
     102      </group> 
     103       
     104      <!-- scalar --> 
     105       
     106      <group id="scalar" axis_ref="none" grid_ref="scalarpoint" zoom_ref="1point" > 
     107      </group> 
     108       
    104109  </field_definition> 
    105110 
     
    182187    <grid id="grid_V" description="grid V" /> 
    183188    <grid id="grid_W" description="grid W" /> 
     189    <grid id="scalarpoint" description="scalar" > 
     190      <zoom id="1point" ibegin="1" jbegin="1" ni="1" nj="1" /> 
     191    </grid> 
    184192  </grid_definition>     
    185193 
Note: See TracChangeset for help on using the changeset viewer.