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 3055 for branches/2011/dev_MERCATOR_2011_MERGE/NEMOGCM/CONFIG/ORCA2_LIM_PISCES/EXP00/iodef.xml – NEMO

Ignore:
Timestamp:
2011-11-07T16:31:17+01:00 (12 years ago)
Author:
cbricaud
Message:

add changes from dev_r2802_MERCATOR9_floats

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2011/dev_MERCATOR_2011_MERGE/NEMOGCM/CONFIG/ORCA2_LIM_PISCES/EXP00/iodef.xml

    r2561 r3055  
    205205   <field id="fram_trans" description="Sea Ice Mass Transport Through Fram Strait" unit="kg/s" /> 
    206206      </group> 
    207           
     207 
     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      
    208219      <!-- ptrc on T grid --> 
    209220 
     
    378389     <field ref="aht2d_eiv"    name="soleaeiw" /> 
    379390   </file> 
    380     
     391 
     392 
    381393   <file id="5d_icemod" name="auto" description="ice variables" > 
    382394     <field ref="ice_pres"                     /> 
     
    394406     <field ref="snowpre"      name="isnowpre" /> 
    395407   </file> 
     408 
     409        <!-- variables available with key_float, instantaneous fields --> 
     410        <file id="floats"  description="floats variables"> 
     411            <field ref="traj_lon"   name="floats_longitude"   freq_op="432000" /> 
     412            <field ref="traj_lat"   name="floats_latitude"    freq_op="432000" /> 
     413            <field ref="traj_dep"   name="floats_depth"       freq_op="432000" /> 
     414            <field ref="traj_temp"  name="floats_temperature" freq_op="432000" /> 
     415            <field ref="traj_salt"  name="floats_salinity"    freq_op="432000" /> 
     416            <field ref="traj_dens"  name="floats_density"     freq_op="432000" /> 
     417            <field ref="traj_group" name="floats_group"       freq_op="432000" /> 
     418        </file> 
    396419 
    397420       <file id="5d_diad_T" name="auto" description="additional pisces diagnostics" > 
     
    523546      <axis id="depthv" description="Vertical V levels" unit="m" positive=".false." /> 
    524547      <axis id="depthw" description="Vertical W levels" unit="m" positive=".false." /> 
     548      <axis id="nfloat" description="Number of float"   unit="no unit" positive=".false." /> 
    525549      <axis id="none" description="axe non defini" unit="none" size="1" /> 
    526550    </axis_definition>  
Note: See TracChangeset for help on using the changeset viewer.