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 11390 for NEMO/branches/2019/dev_r10984_HPC-13_IRRMANN_DYN_optimization/cfgs/SHARED/namelist_ref – NEMO

Ignore:
Timestamp:
2019-08-02T10:43:44+02:00 (5 years ago)
Author:
girrmann
Message:

dev_r10984_HPC-13 : merge DYN with BDY @11389, see #2308

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/dev_r10984_HPC-13_IRRMANN_DYN_optimization/cfgs/SHARED/namelist_ref

    r11381 r11390  
    11081108!!   namdiu       Cool skin and warm layer models                       (default: OFF) 
    11091109!!   namdiu       Cool skin and warm layer models                       (default: OFF) 
    1110 !!   namflo       float parameters                                      ("key_float") 
     1110!!   namflo       float parameters                                      (default: OFF) 
    11111111!!   nam_diaharm  Harmonic analysis of tidal constituents               (default: OFF) 
    11121112!!   nam_diadct   transports through some sections                      (default: OFF) 
     
    11451145&namhsb        !  Heat and salt budgets                                 (default: OFF) 
    11461146!----------------------------------------------------------------------- 
    1147    ln_diahsb   = .false.   !  check the heat and salt budgets (T) or not (F) 
     1147   ln_diahsb   = .false.   !  output the heat and salt budgets (T) or not (F) 
    11481148/ 
    11491149!----------------------------------------------------------------------- 
     
    11541154/ 
    11551155!----------------------------------------------------------------------- 
    1156 &namflo        !   float parameters                                     ("key_float") 
    1157 !----------------------------------------------------------------------- 
    1158    jpnfl       = 1         !  total number of floats during the run 
    1159    jpnnewflo   = 0         !  number of floats for the restart 
    1160    ln_rstflo   = .false.   !  float restart (T) or not (F) 
    1161    nn_writefl  =      75   !  frequency of writing in float output file 
    1162    nn_stockfl  =    5475   !  frequency of creation of the float restart file 
    1163    ln_argo     = .false.   !  Argo type floats (stay at the surface each 10 days) 
    1164    ln_flork4   = .false.   !  trajectories computed with a 4th order Runge-Kutta (T) 
    1165    !                       !  or computed with Blanke' scheme (F) 
    1166    ln_ariane   = .true.    !  Input with Ariane tool convention(T) 
    1167    ln_flo_ascii = .true.    !  Output with Ariane tool netcdf convention(F) or ascii file (T) 
     1156&namflo        !   float parameters                                     (default: OFF) 
     1157!----------------------------------------------------------------------- 
     1158   ln_floats   = .false.      ! activate floats or not 
     1159      jpnfl       = 1         !    total number of floats during the run 
     1160      jpnnewflo   = 0         !    number of floats for the restart 
     1161      ln_rstflo   = .false.   !    float restart (T) or not (F) 
     1162      nn_writefl  =      75   !    frequency of writing in float output file 
     1163      nn_stockfl  =    5475   !    frequency of creation of the float restart file 
     1164      ln_argo     = .false.   !    Argo type floats (stay at the surface each 10 days) 
     1165      ln_flork4   = .false.   !    trajectories computed with a 4th order Runge-Kutta (T) 
     1166      !                       !    or computed with Blanke' scheme (F) 
     1167      ln_ariane   = .true.    !    Input with Ariane tool convention(T) 
     1168      ln_flo_ascii= .true.    !    Output with Ariane tool netcdf convention(F) or ascii file (T) 
    11681169/ 
    11691170!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.