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 3051 for branches/2011/dev_MERCATOR_2011_MERGE/NEMOGCM/CONFIG – NEMO

Ignore:
Timestamp:
2011-11-07T16:03:29+01:00 (13 years ago)
Author:
cbricaud
Message:

add changes from dev_r2802_MERCATOR9_floats

Location:
branches/2011/dev_MERCATOR_2011_MERGE/NEMOGCM/CONFIG
Files:
6 edited

Legend:

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

    r2561 r3051  
    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>  
  • branches/2011/dev_MERCATOR_2011_MERGE/NEMOGCM/CONFIG/GYRE/EXP00/namelist

    r3049 r3051  
    772772&namflo       !   float parameters                                      ("key_float") 
    773773!----------------------------------------------------------------------- 
     774   jpnfl      = 1          !  total number of floats during the run 
     775   jpnnewflo  = 0          !  number of floats for the restart 
    774776   ln_rstflo  = .false.    !  float restart (T) or not (F) 
    775777   nn_writefl =      75    !  frequency of writing in float output file  
     
    778780   ln_flork4  = .false.    !  trajectories computed with a 4th order Runge-Kutta (T) 
    779781                           !  or computed with Blanke' scheme (F) 
     782   ln_ariane  = .true.     !  Input with Ariane tool convention(T)  
     783   ln_ascii   = .true.     !  Output with Ariane tool netcdf convention(F) or ascii file (T) 
    780784/ 
    781785!----------------------------------------------------------------------- 
  • branches/2011/dev_MERCATOR_2011_MERGE/NEMOGCM/CONFIG/ORCA2_LIM/EXP00/iodef.xml

    r3046 r3051  
    276276      </group> 
    277277 
     278 
     279      <!-- variables available with key_float --> 
     280      <group id="floatvar" axis_ref="nfloat" grid_ref="scalarpoint" zoom_ref="1point"> 
     281        <field id="traj_lon"   description="floats longitude"   unit="deg"   operation="inst(X)" /> 
     282        <field id="traj_lat"   description="floats latitude"    unit="deg"   operation="inst(X)"  /> 
     283        <field id="traj_dep"   description="floats depth"       unit="m"     operation="inst(X)"  /> 
     284        <field id="traj_temp"  description="floats temperature" unit="degC"  operation="inst(X)"  /> 
     285        <field id="traj_salt"  description="floats salinity"    unit="psu"   operation="inst(X)"  /> 
     286        <field id="traj_dens"  description="floats density"     unit="kg/m3" operation="inst(X)"  /> 
     287        <field id="traj_group" description="floats group"       unit="none"  operation="inst(X)"  /> 
     288      </group> 
     289 
    278290    </field_definition> 
    279      
     291 
    280292    <!--  
    281293============================================================================================================ 
     
    336348   </group> 
    337349 
    338  
    339  
     350        <!-- variables available with key_float, instantaneous fields --> 
     351        <file id="floats"  description="floats variables"> 
     352            <field ref="traj_lon"   name="floats_longitude"   freq_op="86400" /> 
     353            <field ref="traj_lat"   name="floats_latitude"    freq_op="86400" /> 
     354            <field ref="traj_dep"   name="floats_depth"       freq_op="86400" /> 
     355            <field ref="traj_temp"  name="floats_temperature" freq_op="86400" /> 
     356            <field ref="traj_salt"  name="floats_salinity"    freq_op="86400" /> 
     357            <field ref="traj_dens"  name="floats_density"     freq_op="86400" /> 
     358            <field ref="traj_group" name="floats_group"       freq_op="86400" /> 
     359        </file> 
    340360 
    341361      </group> 
     
    459479     
    460480    <axis_definition>   
    461       <axis id="deptht" description="Vertical T levels" unit="m" positive=".false." /> 
    462       <axis id="depthu" description="Vertical U levels" unit="m" positive=".false." /> 
    463       <axis id="depthv" description="Vertical V levels" unit="m" positive=".false." /> 
    464       <axis id="depthw" description="Vertical W levels" unit="m" positive=".false." /> 
     481      <axis id="deptht" description="Vertical T levels" unit="m"       positive=".false." /> 
     482      <axis id="depthu" description="Vertical U levels" unit="m"       positive=".false." /> 
     483      <axis id="depthv" description="Vertical V levels" unit="m"       positive=".false." /> 
     484      <axis id="depthw" description="Vertical W levels" unit="m"       positive=".false." /> 
     485      <axis id="nfloat" description="Number of float"   unit="no unit" positive=".false." /> 
    465486      <axis id="none" description="axe non defini" unit="none" size="1" /> 
    466487    </axis_definition>  
  • branches/2011/dev_MERCATOR_2011_MERGE/NEMOGCM/CONFIG/ORCA2_LIM/EXP00/namelist

    r3049 r3051  
    772772&namflo       !   float parameters                                      ("key_float") 
    773773!----------------------------------------------------------------------- 
     774   jpnfl      = 1          !  total number of floats during the run 
     775   jpnnewflo  = 0          !  number of floats for the restart 
    774776   ln_rstflo  = .false.    !  float restart (T) or not (F) 
    775777   nn_writefl =      75    !  frequency of writing in float output file  
     
    778780   ln_flork4  = .false.    !  trajectories computed with a 4th order Runge-Kutta (T) 
    779781                           !  or computed with Blanke' scheme (F) 
     782   ln_ariane  = .true.     !  Input with Ariane tool convention(T) 
     783   ln_ascii   = .true.     !  Output with Ariane tool netcdf convention(F) or ascii file (T) 
    780784/ 
    781785!----------------------------------------------------------------------- 
  • branches/2011/dev_MERCATOR_2011_MERGE/NEMOGCM/CONFIG/ORCA2_OFF_PISCES/EXP00/namelist

    r3049 r3051  
    764764&namflo       !   float parameters                                      ("key_float") 
    765765!----------------------------------------------------------------------- 
     766   jpnfl      = 1          !  total number of floats during the run 
     767   jpnnewflo  = 0          !  number of floats for the restart 
    766768   ln_rstflo  = .false.    !  float restart (T) or not (F) 
    767769   nn_writefl =      75    !  frequency of writing in float output file  
     
    771773                           !  or computed with Blanke' scheme (F) 
    772774                           !  or computed with Blanke' scheme (F) 
     775   ln_ariane  = .true.     !  Input with Ariane tool convention(T)  
     776   ln_ascii   = .true.     !  Output with Ariane tool netcdf convention(T) or ascii file (F) 
    773777/ 
    774778!----------------------------------------------------------------------- 
  • branches/2011/dev_MERCATOR_2011_MERGE/NEMOGCM/CONFIG/POMME/EXP00/namelist

    r3049 r3051  
    777777&namflo       !   float parameters                                      ("key_float") 
    778778!----------------------------------------------------------------------- 
     779   jpnfl      = 1          !  total number of floats during the run 
     780   jpnnewflo  = 0          !  number of floats for the restart 
    779781   ln_rstflo  = .false.    !  float restart (T) or not (F) 
    780782   nn_writefl =      75    !  frequency of writing in float output file  
     
    783785   ln_flork4  = .false.    !  trajectories computed with a 4th order Runge-Kutta (T) 
    784786                           !  or computed with Blanke' scheme (F) 
     787   ln_ariane  = .true.     !  Input with Ariane tool convention(T)  
     788   ln_ascii   = .true.     !  Output with Ariane tool netcdf convention(T) or ascii file (F) 
    785789/ 
    786790!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.