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 2869 for branches/2011/dev_r2802_MERCATOR9_floats/NEMOGCM/CONFIG/GYRE/EXP00/iodef.xml – NEMO

Ignore:
Timestamp:
2011-09-27T16:49:40+02:00 (13 years ago)
Author:
cbricaud
Message:

add floats variables in iodef.xml and chnage a comments in namelist

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2011/dev_r2802_MERCATOR9_floats/NEMOGCM/CONFIG/GYRE/EXP00/iodef.xml

    r2561 r2869  
    206206      </group> 
    207207 
     208      <!-- variables available with key_float --> 
     209      <group id="floatvar" axis_ref="nfloat" grid_ref="scalarpoint" zoom_ref="1point"> 
     210        <field id="traj_lon"   description="floats longitude"   unit="deg"  operation="inst(X)" /> 
     211        <field id="traj_lat"   description="floats latitude"    unit="deg"   /> 
     212        <field id="traj_dep"   description="floats depth"       unit="m"     /> 
     213        <field id="traj_temp"  description="floats temperature" unit="degC"  /> 
     214        <field id="traj_salt"  description="floats salinity"    unit="psu"   /> 
     215        <field id="traj_dens"  description="floats density"     unit="kg/m3" /> 
     216        <field id="traj_group" description="floats group"       unit="none"  /> 
     217      </group> 
     218 
     219 
    208220    </field_definition> 
    209221 
     
    286298        </file> 
    287299 
     300        <!-- variables available with key_float, instantaneous fields --> 
     301        <file id="floats"  description="floats variables"> 
     302            <field ref="traj_lon"   name="floats_longitude"   freq_op="432000" /> 
     303            <field ref="traj_lat"   name="floats_latitude"    freq_op="432000" /> 
     304            <field ref="traj_dep"   name="floats_depth"       freq_op="432000" /> 
     305            <field ref="traj_temp"  name="floats_temperature" freq_op="432000" /> 
     306            <field ref="traj_salt"  name="floats_salinity"    freq_op="432000" /> 
     307            <field ref="traj_dens"  name="floats_density"     freq_op="432000" /> 
     308            <field ref="traj_group" name="floats_group"       freq_op="432000" /> 
     309        </file> 
     310 
    288311      </group> 
    289312 
     
    330353     <axis id="depthv" description="Vertical V levels" unit="m" positive=".false." /> 
    331354     <axis id="depthw" description="Vertical W levels" unit="m" positive=".false." /> 
     355     <axis id="nfloat" description="Number of float"   unit="no unit" positive=".false." /> 
    332356     <axis id="none" description="axe non defini" unit="none" size="1" /> 
    333357  </axis_definition>  
Note: See TracChangeset for help on using the changeset viewer.