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 – NEMO

Changeset 3055


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

add changes from dev_r2802_MERCATOR9_floats

Location:
branches/2011/dev_MERCATOR_2011_MERGE/NEMOGCM
Files:
11 edited

Legend:

Unmodified
Added
Removed
  • branches/2011/dev_MERCATOR_2011_MERGE/NEMOGCM/CONFIG/GYRE/EXP00/namelist

    r3051 r3055  
    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 
    776    ln_rstflo  = .false.    !  float restart (T) or not (F) 
    777    nn_writefl =      75    !  frequency of writing in float output file  
    778    nn_stockfl =    5475    !  frequency of creation of the float restart file  
    779    ln_argo    = .false.    !  Argo type floats (stay at the surface each 10 days) 
    780    ln_flork4  = .false.    !  trajectories computed with a 4th order Runge-Kutta (T) 
    781                            !  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) 
     774   jpnfl         = 1          !  total number of floats during the run 
     775   jpnnewflo     = 0          !  number of floats for the restart 
     776   ln_rstflo     = .false.    !  float restart (T) or not (F) 
     777   nn_writefl    =      75    !  frequency of writing in float output file 
     778   nn_stockfl    =    5475    !  frequency of creation of the float restart file 
     779   ln_argo       = .false.    !  Argo type floats (stay at the surface each 10 days) 
     780   ln_flork4     = .false.    !  trajectories computed with a 4th order Runge-Kutta (T) 
     781                              !  or computed with Blanke' scheme (F) 
     782   ln_ariane     = .true.     !  Input with Ariane tool convention(T) 
     783   ln_flo_ascii  = .true.     !  Output with Ariane tool netcdf convention(F) or ascii file (T) 
    784784/ 
    785785!----------------------------------------------------------------------- 
  • branches/2011/dev_MERCATOR_2011_MERGE/NEMOGCM/CONFIG/GYRE/cpp_GYRE.fcm

    r2670 r3055  
    1  bld::tool::fppkeys key_gyre key_dynspg_flt key_ldfslp key_zdftke key_vectopt_loop key_iomput 
     1 bld::tool::fppkeys key_gyre key_dynspg_flt key_ldfslp key_zdftke key_vectopt_loop key_iomput key_mpp_mpi key_mpp_rep 
  • branches/2011/dev_MERCATOR_2011_MERGE/NEMOGCM/CONFIG/GYRE_LOBSTER/EXP00/iodef.xml

    r2561 r3055  
    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      <!-- ptrc on T grid --> 
    209221 
     
    325337          <field ref="aht2d_eiv"    name="soleaeiw" /> 
    326338        </file> 
    327    
     339  
     340       <!-- variables available with key_float, instantaneous fields --> 
     341        <file id="floats"  description="floats variables"> 
     342            <field ref="traj_lon"   name="floats_longitude"   freq_op="432000" /> 
     343            <field ref="traj_lat"   name="floats_latitude"    freq_op="432000" /> 
     344            <field ref="traj_dep"   name="floats_depth"       freq_op="432000" /> 
     345            <field ref="traj_temp"  name="floats_temperature" freq_op="432000" /> 
     346            <field ref="traj_salt"  name="floats_salinity"    freq_op="432000" /> 
     347            <field ref="traj_dens"  name="floats_density"     freq_op="432000" /> 
     348            <field ref="traj_group" name="floats_group"       freq_op="432000" /> 
     349        </file> 
     350 
    328351       <file id="5d_ptrc_T" name="auto" description="lobster sms variables" > 
    329352         <field ref="DET"      /> 
     
    404427     <axis id="depthv" description="Vertical V levels" unit="m" positive=".false." /> 
    405428     <axis id="depthw" description="Vertical W levels" unit="m" positive=".false." /> 
     429     <axis id="nfloat" description="Number of float"   unit="no unit" positive=".false." /> 
    406430     <axis id="none" description="axe non defini" unit="none" size="1" /> 
    407431  </axis_definition>  
  • branches/2011/dev_MERCATOR_2011_MERGE/NEMOGCM/CONFIG/ORCA2_LIM/EXP00/1_namelist

    r2735 r3055  
    755755&namflo       !   float parameters                                      ("key_float") 
    756756!----------------------------------------------------------------------- 
    757    ln_rstflo  = .false.    !  float restart (T) or not (F) 
    758    nn_writefl =      75    !  frequency of writing in float output file  
    759    nn_stockfl =    5475    !  frequency of creation of the float restart file  
    760    ln_argo    = .false.    !  Argo type floats (stay at the surface each 10 days) 
    761    ln_flork4  = .false.    !  trajectories computed with a 4th order Runge-Kutta (T) 
    762                            !  or computed with Blanke' scheme (F) 
     757   jpnfl         = 1          !  total number of floats during the run 
     758   jpnnewflo     = 0          !  number of floats for the restart 
     759   ln_rstflo     = .false.    !  float restart (T) or not (F) 
     760   nn_writefl    =      75    !  frequency of writing in float output file 
     761   nn_stockfl    =    5475    !  frequency of creation of the float restart file 
     762   ln_argo       = .false.    !  Argo type floats (stay at the surface each 10 days) 
     763   ln_flork4     = .false.    !  trajectories computed with a 4th order Runge-Kutta (T) 
     764                              !  or computed with Blanke' scheme (F) 
     765   ln_ariane     = .true.     !  Input with Ariane tool convention(T) 
     766   ln_flo_ascii  = .true.     !  Output with Ariane tool netcdf convention(F) or ascii file (T) 
    763767/ 
    764768!----------------------------------------------------------------------- 
  • branches/2011/dev_MERCATOR_2011_MERGE/NEMOGCM/CONFIG/ORCA2_LIM/EXP00/namelist

    r3051 r3055  
    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 
    776    ln_rstflo  = .false.    !  float restart (T) or not (F) 
    777    nn_writefl =      75    !  frequency of writing in float output file  
    778    nn_stockfl =    5475    !  frequency of creation of the float restart file  
    779    ln_argo    = .false.    !  Argo type floats (stay at the surface each 10 days) 
    780    ln_flork4  = .false.    !  trajectories computed with a 4th order Runge-Kutta (T) 
    781                            !  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) 
     774   jpnfl         = 1          !  total number of floats during the run 
     775   jpnnewflo     = 0          !  number of floats for the restart 
     776   ln_rstflo     = .false.    !  float restart (T) or not (F) 
     777   nn_writefl    =      75    !  frequency of writing in float output file  
     778   nn_stockfl    =    5475    !  frequency of creation of the float restart file  
     779   ln_argo       = .false.    !  Argo type floats (stay at the surface each 10 days) 
     780   ln_flork4     = .false.    !  trajectories computed with a 4th order Runge-Kutta (T) 
     781                              !  or computed with Blanke' scheme (F) 
     782   ln_ariane     = .true.     !  Input with Ariane tool convention(T) 
     783   ln_flo_ascii  = .true.     !  Output with Ariane tool netcdf convention(F) or ascii file (T) 
    784784/ 
    785785!----------------------------------------------------------------------- 
  • branches/2011/dev_MERCATOR_2011_MERGE/NEMOGCM/CONFIG/ORCA2_LIM/cpp_ORCA2_LIM.fcm

    r2670 r3055  
    1  bld::tool::fppkeys key_trabbl key_vectopt_loop key_orca_r2 key_lim2 key_dynspg_flt key_diaeiv key_ldfslp key_traldf_c2d key_traldf_eiv key_dynldf_c3d key_dtatem key_dtasal key_tradmp key_zdftke key_zdfddm key_zdftmx key_iomput  
     1 bld::tool::fppkeys key_trabbl key_orca_r2 key_lim2 key_dynspg_flt key_diaeiv key_ldfslp key_traldf_c2d key_traldf_eiv key_dynldf_c3d key_dtatem key_dtasal key_tradmp key_zdftke key_zdfddm key_zdftmx key_iomput key_mpp_mpi key_floats key_mpp_rep 
  • 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>  
  • branches/2011/dev_MERCATOR_2011_MERGE/NEMOGCM/CONFIG/ORCA2_OFF_PISCES/EXP00/namelist

    r3051 r3055  
    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 
    768    ln_rstflo  = .false.    !  float restart (T) or not (F) 
    769    nn_writefl =      75    !  frequency of writing in float output file  
    770    nn_stockfl =    5475    !  frequency of creation of the float restart file  
    771    ln_argo    = .false.    !  Argo type floats (stay at the surface each 10 days) 
    772    ln_flork4  = .false.    !  trajectories computed with a 4th order Runge-Kutta (T) 
    773                            !  or computed with Blanke' scheme (F) 
    774                            !  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) 
     766   jpnfl         = 1          !  total number of floats during the run 
     767   jpnnewflo     = 0          !  number of floats for the restart 
     768   ln_rstflo     = .false.    !  float restart (T) or not (F) 
     769   nn_writefl    =      75    !  frequency of writing in float output file 
     770   nn_stockfl    =    5475    !  frequency of creation of the float restart file 
     771   ln_argo       = .false.    !  Argo type floats (stay at the surface each 10 days) 
     772   ln_flork4     = .false.    !  trajectories computed with a 4th order Runge-Kutta (T) 
     773                              !  or computed with Blanke' scheme (F) 
     774   ln_ariane     = .true.     !  Input with Ariane tool convention(T) 
     775   ln_flo_ascii  = .true.     !  Output with Ariane tool netcdf convention(F) or ascii file (T) 
    777776/ 
    778777!----------------------------------------------------------------------- 
  • branches/2011/dev_MERCATOR_2011_MERGE/NEMOGCM/CONFIG/POMME/EXP00/iodef.xml

    r2561 r3055  
    204204   <field id="saltot"     description="global mean salinity"                       unit="psu"  /> 
    205205   <field id="fram_trans" description="Sea Ice Mass Transport Through Fram Strait" unit="kg/s" /> 
     206      </group> 
     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"  /> 
    206217      </group> 
    207218 
     
    263274    </file> 
    264275   
     276    <!-- variables available with key_float, instantaneous fields --> 
     277    <file id="floats"  description="floats variables"> 
     278         <field ref="traj_lon"   name="floats_longitude"   freq_op="432000" /> 
     279         <field ref="traj_lat"   name="floats_latitude"    freq_op="432000" /> 
     280         <field ref="traj_dep"   name="floats_depth"       freq_op="432000" /> 
     281         <field ref="traj_temp"  name="floats_temperature" freq_op="432000" /> 
     282         <field ref="traj_salt"  name="floats_salinity"    freq_op="432000" /> 
     283         <field ref="traj_dens"  name="floats_density"     freq_op="432000" /> 
     284         <field ref="traj_group" name="floats_group"       freq_op="432000" /> 
     285     </file> 
     286  
    265287  </file_definition> 
    266288 
     
    277299     <axis id="depthv" description="Vertical V levels" unit="m" positive=".false." /> 
    278300     <axis id="depthw" description="Vertical W levels" unit="m" positive=".false." /> 
     301     <axis id="nfloat" description="Number of float"   unit="no unit" positive=".false." /> 
    279302     <axis id="none" description="axe non defini" unit="none" size="1" /> 
    280303  </axis_definition>  
  • branches/2011/dev_MERCATOR_2011_MERGE/NEMOGCM/CONFIG/POMME/EXP00/namelist

    r3051 r3055  
    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 
    781    ln_rstflo  = .false.    !  float restart (T) or not (F) 
    782    nn_writefl =      75    !  frequency of writing in float output file  
    783    nn_stockfl =    5475    !  frequency of creation of the float restart file  
    784    ln_argo    = .false.    !  Argo type floats (stay at the surface each 10 days) 
    785    ln_flork4  = .false.    !  trajectories computed with a 4th order Runge-Kutta (T) 
    786                            !  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) 
     779   jpnfl         = 1          !  total number of floats during the run 
     780   jpnnewflo     = 0          !  number of floats for the restart 
     781   ln_rstflo     = .false.    !  float restart (T) or not (F) 
     782   nn_writefl    =      75    !  frequency of writing in float output file 
     783   nn_stockfl    =    5475    !  frequency of creation of the float restart file 
     784   ln_argo       = .false.    !  Argo type floats (stay at the surface each 10 days) 
     785   ln_flork4     = .false.    !  trajectories computed with a 4th order Runge-Kutta (T) 
     786                              !  or computed with Blanke' scheme (F) 
     787   ln_ariane     = .true.     !  Input with Ariane tool convention(T) 
     788   ln_flo_ascii  = .true.     !  Output with Ariane tool netcdf convention(F) or ascii file (T) 
    789789/ 
    790790!----------------------------------------------------------------------- 
  • branches/2011/dev_MERCATOR_2011_MERGE/NEMOGCM/NEMO/OPA_SRC/IOM/in_out_manager.F90

    r3051 r3055  
    116116   INTEGER ::   numdct_salt =   -1      !: logical unit for salt    transports output 
    117117   INTEGER ::   numfl      =   -1      !: logical unit for floats ascii output 
     118   INTEGER ::   numflo     =   -1      !: logical unit for floats ascii output 
    118119 
    119120   !!---------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.