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 9568 for branches/UKMO/dev_merge_2017_restart_datestamp_GO6_mixing/NEMOGCM/CONFIG/TEST_CASES – NEMO

Ignore:
Timestamp:
2018-05-10T16:27:38+02:00 (6 years ago)
Author:
davestorkey
Message:

Update branch to be relative to rev 9565 of dev_merge_2017.

Location:
branches/UKMO/dev_merge_2017_restart_datestamp_GO6_mixing/NEMOGCM/CONFIG/TEST_CASES
Files:
31 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/dev_merge_2017_restart_datestamp_GO6_mixing/NEMOGCM/CONFIG/TEST_CASES/CANAL/EXP00/field_def_nemo-opa.xml

    r9490 r9568  
    352352         <field id="uoces"        long_name="ocean transport along i-axis times salinity (CRS)"                                                  unit="1e-3*m/s"   grid_ref="grid_U_3D" /> 
    353353 
    354          <!-- u-eddy diffusivity coefficients (available if ln_traldf_NONE=F) --> 
     354         <!-- u-eddy diffusivity coefficients (available if ln_traldf_OFF=F) --> 
    355355         <field id="ahtu_2d"      long_name=" surface u-eddy diffusivity coefficient"   unit="m2/s or m4/s" /> 
    356356         <field id="ahtu_3d"      long_name=" 3D u-EIV coefficient"                     unit="m2/s or m4/s"      grid_ref="grid_U_3D"/> 
     
    402402         <field id="voces"        long_name="ocean transport along j-axis times salinity (CRS)"                                                  unit="1e-3*m/s"   grid_ref="grid_V_3D" /> 
    403403 
    404          <!-- v-eddy diffusivity coefficients (available if ln_traldf_NONE=F) --> 
     404         <!-- v-eddy diffusivity coefficients (available if ln_traldf_OFF=F) --> 
    405405         <field id="ahtv_2d"      long_name=" surface v-eddy diffusivity coefficient"     unit="m2/s or (m4/s)^1/2" /> 
    406406         <field id="ahtv_3d"      long_name=" 3D v-eddy diffusivity coefficient"          unit="m2/s or (m4/s)^1/2"           grid_ref="grid_V_3D"/> 
     
    755755       <field id="KE"            long_name="kinetic energy: u(n)*u(n+1)/2"                    unit="W/s^2"                        />    
    756756 
    757       <!-- variables available when explicit lateral mixing is used (ln_dynldf_NONE=F) --> 
     757      <!-- variables available when explicit lateral mixing is used (ln_dynldf_OFF=F) --> 
    758758      <field id="dispkexyfo"    long_name="KE-trend: lateral  mixing induced dissipation"   standard_name="ocean_kinetic_energy_dissipation_per_unit_area_due_to_xy_friction"                   unit="W/m^2" grid_ref="grid_T_2D" />    
    759759      <field id="dispkevfo"     long_name="KE-trend: vertical mixing induced dissipation"   standard_name="ocean_kinetic_energy_dissipation_per_unit_area_due_to_vertical_friction"             unit="W/m^2" grid_ref="grid_T_2D" />    
  • branches/UKMO/dev_merge_2017_restart_datestamp_GO6_mixing/NEMOGCM/CONFIG/TEST_CASES/CANAL/EXP00/namelist_cfg

    r9490 r9568  
    99!!   namdom       space and time domain 
    1010!!   namcfg       parameters of the configuration                       (default: user defined GYRE) 
    11 !!   namwad       Wetting and drying                                    (default NO) 
    12 !!   namtsd       data: temperature & salinity                          (default NO) 
     11!!   namwad       Wetting and drying                                    (default: OFF) 
     12!!   namtsd       data: temperature & salinity                          (default: OFF) 
    1313!!====================================================================== 
    1414! 
     
    8888!!               ***  Lateral boundary condition  ***                 !! 
    8989!!                                                                    !! 
    90 !!   namlbc        lateral momentum boundary condition                  (default: no slip) 
     90!!   namlbc        lateral momentum boundary condition                  (default: NO selection) 
    9191!!   namagrif      agrif nested grid ( read by child model only )       ("key_agrif") 
    92 !!   nam_tide      Tidal forcing                                        (default: NO) 
    93 !!   nambdy        Unstructured open boundaries                         (default: NO) 
     92!!   nam_tide      Tidal forcing                                        (default: OFF) 
     93!!   nambdy        Unstructured open boundaries                         (default: OFF) 
    9494!!   nambdy_dta    Unstructured open boundaries - external data         (see  nambdy) 
    95 !!   nambdy_tide   tidal forcing at open boundaries                     (default: NO) 
    96 !!====================================================================== 
    97 ! 
    98 !----------------------------------------------------------------------- 
    99 &namlbc        !   lateral momentum boundary condition 
    100 !----------------------------------------------------------------------- 
    101   rn_shlat     =    0.    !  free slip 
     95!!   nambdy_tide   tidal forcing at open boundaries                     (default: OFF) 
     96!!====================================================================== 
     97! 
     98!----------------------------------------------------------------------- 
     99&namlbc        !   lateral momentum boundary condition                  (default: NO selection) 
     100!----------------------------------------------------------------------- 
     101   rn_shlat    =    0.     !  free slip 
    102102/ 
    103103!!====================================================================== 
     
    105105!!                                                                    !! 
    106106!!   namdrg        top/bottom drag coefficient                          (default: NO selection) 
    107 !!   namdrg_top    top    friction                                      (ln_NONE=F & ln_isfcav=T) 
    108 !!   namdrg_bot    bottom friction                                      (ln_NONE=F) 
    109 !!   nambbc        bottom temperature boundary condition                (default: NO) 
    110 !!   nambbl        bottom boundary layer scheme                         (default: NO) 
     107!!   namdrg_top    top    friction                                      (ln_OFF =F & ln_isfcav=T) 
     108!!   namdrg_bot    bottom friction                                      (ln_OFF =F) 
     109!!   nambbc        bottom temperature boundary condition                (default: OFF) 
     110!!   nambbl        bottom boundary layer scheme                         (default: OFF) 
    111111!!====================================================================== 
    112112! 
     
    114114&namdrg        !   top/bottom drag coefficient                          (default: NO selection) 
    115115!----------------------------------------------------------------------- 
    116    ln_NONE    = .true.    !  free-slip       : Cd = 0 
     116   ln_OFF     = .true.    !  free-slip       : Cd = 0 
    117117/ 
    118118 
     
    120120!!                        Tracer (T & S) namelists                    !! 
    121121!!                                                                    !! 
    122 !!   nameos           equation of state                                 (default: NO selection) 
    123 !!   namtra_adv       advection scheme                                  (default: NO selection) 
    124 !!   namtra_ldf       lateral diffusion scheme                          (default: NO selection) 
    125 !!   namtra_adv_mle   mixed layer eddy param. (Fox-Kemper param.)       (default: NO) 
    126 !!   namtra_eiv       eddy induced velocity param.                      (default: NO) 
    127 !!   namtra_dmp       T & S newtonian damping                           (default: NO) 
     122!!   nameos        equation of state                                    (default: NO selection) 
     123!!   namtra_adv    advection scheme                                     (default: NO selection) 
     124!!   namtra_ldf    lateral diffusion scheme                             (default: NO selection) 
     125!!   namtra_mle    mixed layer eddy param. (Fox-Kemper param.)          (default: OFF) 
     126!!   namtra_eiv    eddy induced velocity param.                         (default: OFF) 
     127!!   namtra_dmp    T & S newtonian damping                              (default: OFF) 
    128128!!====================================================================== 
    129129! 
     
    144144&namtra_adv    !   advection scheme for tracer                          (default: NO selection) 
    145145!----------------------------------------------------------------------- 
    146    ln_traadv_NONE= .false. !  No tracer advection 
     146   ln_traadv_OFF = .false. !  No tracer advection 
    147147   ln_traadv_cen = .false. !  2nd order centered scheme 
    148148      nn_cen_h   =  4            !  =2/4, horizontal 2nd order CEN / 4th order CEN 
     
    160160&namtra_ldf    !   lateral diffusion scheme for tracers                 (default: NO selection) 
    161161!----------------------------------------------------------------------- 
    162    ln_traldf_NONE  =  .true.  !  No explicit diffusion 
     162   ln_traldf_OFF   =  .true.  !  No explicit diffusion 
    163163/ 
    164164 
     
    178178&namdyn_adv    !   formulation of the momentum advection                (default: NO selection) 
    179179!----------------------------------------------------------------------- 
    180    ln_dynadv_NONE= .false. !  linear dynamics (no momentum advection) 
     180   ln_dynadv_OFF = .false. !  linear dynamics (no momentum advection) 
    181181   ln_dynadv_vec = .false. !  vector form (T) or flux form (F) 
    182182      nn_dynkeg     = 0       ! scheme for grad(KE): =0   C2  ;  =1   Hollingsworth correction 
     
    216216!----------------------------------------------------------------------- 
    217217   !                       !  Type of the operator : 
    218    ln_dynldf_NONE=  .true.    !  No operator (i.e. no explicit diffusion) 
     218   ln_dynldf_OFF =  .true.    !  No operator (i.e. no explicit diffusion) 
    219219   ln_dynldf_lap =  .false.    !    laplacian operator 
    220220   ln_dynldf_blp =  .false.    !  bilaplacian operator 
     
    269269!!                  ***  Diagnostics namelists  ***                   !! 
    270270!!                                                                    !! 
    271 !!   namtrd       dynamics and/or tracer trends                         (default NO) 
    272 !!   namptr       Poleward Transport Diagnostics                        (default NO) 
    273 !!   namhsb       Heat and salt budgets                                 (default NO) 
    274 !!   namdiu       Cool skin and warm layer models                       (default NO) 
    275 !!   namdiu       Cool skin and warm layer models                       (default NO) 
     271!!   namtrd       dynamics and/or tracer trends                         (default: OFF) 
     272!!   namptr       Poleward Transport Diagnostics                        (default: OFF) 
     273!!   namhsb       Heat and salt budgets                                 (default: OFF) 
     274!!   namdiu       Cool skin and warm layer models                       (default: OFF) 
     275!!   namdiu       Cool skin and warm layer models                       (default: OFF) 
    276276!!   namflo       float parameters                                      ("key_float") 
    277277!!   nam_diaharm  Harmonic analysis of tidal constituents               ("key_diaharm") 
    278278!!   namdct       transports through some sections                      ("key_diadct") 
    279 !!   nam_diatmb   Top Middle Bottom Output                              (default NO) 
    280 !!   nam_dia25h   25h Mean Output                                       (default NO) 
     279!!   nam_diatmb   Top Middle Bottom Output                              (default: OFF) 
     280!!   nam_dia25h   25h Mean Output                                       (default: OFF) 
    281281!!   namnc4       netcdf4 chunking and compression settings             ("key_netcdf4") 
    282282!!====================================================================== 
    283283! 
    284284!----------------------------------------------------------------------- 
    285 &namtrd        !   trend diagnostics                                    (default F) 
     285&namtrd        !   trend diagnostics                                    (default: OFF) 
    286286!----------------------------------------------------------------------- 
    287287   ln_glo_trd  = .false.   ! (T) global domain averaged diag for T, T^2, KE, and PE 
  • branches/UKMO/dev_merge_2017_restart_datestamp_GO6_mixing/NEMOGCM/CONFIG/TEST_CASES/ISOMIP/EXP00/namelist_cfg

    r9490 r9568  
    108108!!   namlbc        lateral momentum boundary condition                  (default: no slip) 
    109109!!   namagrif      agrif nested grid ( read by child model only )       ("key_agrif") 
    110 !!   nam_tide      Tidal forcing                                        (default: NO) 
    111 !!   nambdy        Unstructured open boundaries                         (default: NO) 
     110!!   nam_tide      Tidal forcing                                        (default: OFF) 
     111!!   nambdy        Unstructured open boundaries                         (default: OFF) 
    112112!!   nambdy_dta    Unstructured open boundaries - external data         (see  nambdy) 
    113 !!   nambdy_tide   tidal forcing at open boundaries                     (default: NO) 
    114 !!====================================================================== 
    115 ! 
    116 !----------------------------------------------------------------------- 
    117 &namlbc        !   lateral momentum boundary condition 
     113!!   nambdy_tide   tidal forcing at open boundaries                     (default: OFF) 
     114!!====================================================================== 
     115! 
     116!----------------------------------------------------------------------- 
     117&namlbc        !   lateral momentum boundary condition                  (default: NO selection) 
    118118!----------------------------------------------------------------------- 
    119119   rn_shlat    =    0.     !  free slip 
     
    123123!!                                                                    !! 
    124124!!   namdrg        top/bottom drag coefficient                          (default: NO selection) 
    125 !!   namdrg_top    top    friction                                      (ln_NONE=F & ln_isfcav=T) 
    126 !!   namdrg_bot    bottom friction                                      (ln_NONE=F) 
    127 !!   nambbc        bottom temperature boundary condition                (default: NO) 
    128 !!   nambbl        bottom boundary layer scheme                         (default: NO) 
     125!!   namdrg_top    top    friction                                      (ln_OFF =F & ln_isfcav=T) 
     126!!   namdrg_bot    bottom friction                                      (ln_OFF =F) 
     127!!   nambbc        bottom temperature boundary condition                (default: OFF) 
     128!!   nambbl        bottom boundary layer scheme                         (default: OFF) 
    129129!!====================================================================== 
    130130! 
     
    132132&namdrg        !   top/bottom drag coefficient                          (default: NO selection) 
    133133!----------------------------------------------------------------------- 
    134    ln_NONE    = .false.    !  free-slip       : Cd = 0                  (F => fill namdrg_bot 
     134   ln_OFF     = .false.    !  free-slip       : Cd = 0                  (F => fill namdrg_bot 
    135135   ln_lin     = .false.    !      linear  drag: Cd = Cd0 Uc0                   &   namdrg_top) 
    136136   ln_non_lin = .true.     !  non-linear  drag: Cd = Cd0 |U| 
     
    165165!!                        Tracer (T & S) namelists                    !! 
    166166!!                                                                    !! 
    167 !!   nameos           equation of state                                 (default: NO selection) 
    168 !!   namtra_adv       advection scheme                                  (default: NO selection) 
    169 !!   namtra_ldf       lateral diffusion scheme                          (default: NO selection) 
    170 !!   namtra_adv_mle   mixed layer eddy param. (Fox-Kemper param.)       (default: NO) 
    171 !!   namtra_eiv       eddy induced velocity param.                      (default: NO) 
    172 !!   namtra_dmp       T & S newtonian damping                           (default: NO) 
    173 !!====================================================================== 
    174 ! 
    175 !----------------------------------------------------------------------- 
    176 &nameos        !   ocean Equation Of Seawater                           (default: NO) 
     167!!   nameos        equation of state                                    (default: NO selection) 
     168!!   namtra_adv    advection scheme                                     (default: NO selection) 
     169!!   namtra_ldf    lateral diffusion scheme                             (default: NO selection) 
     170!!   namtra_mle    mixed layer eddy param. (Fox-Kemper param.)          (default: OFF) 
     171!!   namtra_eiv    eddy induced velocity param.                         (default: OFF) 
     172!!   namtra_dmp    T & S newtonian damping                              (default: OFF) 
     173!!====================================================================== 
     174! 
     175!----------------------------------------------------------------------- 
     176&nameos        !   ocean Equation Of Seawater                           (default: OFF) 
    177177!----------------------------------------------------------------------- 
    178178   ln_eos80    = .true.          !  = Use EOS80 equation of state 
     
    215215/ 
    216216!----------------------------------------------------------------------- 
    217 &namdyn_vor    !   Vorticity / Coriolis scheme                          (default: NO) 
     217&namdyn_vor    !   Vorticity / Coriolis scheme                          (default: OFF) 
    218218!----------------------------------------------------------------------- 
    219219   ln_dynvor_ene = .true.  !  energy conserving scheme 
  • branches/UKMO/dev_merge_2017_restart_datestamp_GO6_mixing/NEMOGCM/CONFIG/TEST_CASES/LOCK_EXCHANGE/EXP00/namelist_FCT2_flux_cen2_cfg

    r9490 r9568  
    4545&namtsd    !   data : Temperature  & Salinity 
    4646!----------------------------------------------------------------------- 
    47    ln_tsd_init   = .false.   !  Initialisation of ocean T & S with T &S input data (T) or not (F) 
    48    ln_tsd_tradmp = .false.   !  damping of ocean T & S toward T &S input data (T) or not (F) 
    4947/ 
    5048!----------------------------------------------------------------------- 
     
    6260/ 
    6361!----------------------------------------------------------------------- 
    64 &namlbc        !   lateral momentum boundary condition 
    65 !----------------------------------------------------------------------- 
    66 !                         !  free slip  !   partial slip  !   no slip   ! strong slip 
    67   rn_shlat    =    0.     !  shlat = 0  !  0 < shlat < 2  !  shlat = 2  !  2 < shlat 
     62&namlbc        !   lateral momentum boundary condition                  (default: NO selection) 
     63!----------------------------------------------------------------------- 
     64   rn_shlat    =    0.     !  free slip 
    6865/ 
    6966!----------------------------------------------------------------------- 
    7067&namdrg            !   top/bottom drag coefficient                      (default: NO selection) 
    7168!----------------------------------------------------------------------- 
    72    ln_NONE    = .true.    !  free-slip       : Cd = 0                   
     69   ln_OFF     = .true.    !  free-slip       : Cd = 0                   
    7370/ 
    7471!----------------------------------------------------------------------- 
     
    105102!----------------------------------------------------------------------- 
    106103   !                       !  Operator type: 
    107    ln_traldf_NONE  =  .true.  !  No explicit diffusion 
     104   ln_traldf_OFF   =  .true.  !  No explicit diffusion 
    108105   ln_traldf_lap   =  .false.  !    laplacian operator 
    109106   ln_traldf_blp   =  .false.  !  bilaplacian operator 
  • branches/UKMO/dev_merge_2017_restart_datestamp_GO6_mixing/NEMOGCM/CONFIG/TEST_CASES/LOCK_EXCHANGE/EXP00/namelist_FCT2_flux_ubs_cfg

    r9490 r9568  
    4545&namtsd    !   data : Temperature  & Salinity 
    4646!----------------------------------------------------------------------- 
    47    ln_tsd_init   = .false.   !  Initialisation of ocean T & S with T &S input data (T) or not (F) 
    48    ln_tsd_tradmp = .false.   !  damping of ocean T & S toward T &S input data (T) or not (F) 
    4947/ 
    5048!----------------------------------------------------------------------- 
     
    6260/ 
    6361!----------------------------------------------------------------------- 
    64 &namlbc        !   lateral momentum boundary condition 
     62&namlbc        !   lateral momentum boundary condition                  (default: NO selection) 
    6563!----------------------------------------------------------------------- 
    66 !                         !  free slip  !   partial slip  !   no slip   ! strong slip 
    67   rn_shlat    =    0.     !  shlat = 0  !  0 < shlat < 2  !  shlat = 2  !  2 < shlat 
     64   rn_shlat    =    0.     !  free slip 
    6865/ 
    6966!----------------------------------------------------------------------- 
    7067&namdrg            !   top/bottom drag coefficient                      (default: NO selection) 
    7168!----------------------------------------------------------------------- 
    72    ln_NONE    = .true.    !  free-slip       : Cd = 0                   
     69   ln_OFF     = .true.    !  free-slip       : Cd = 0                   
    7370/ 
    7471!----------------------------------------------------------------------- 
     
    105102!----------------------------------------------------------------------- 
    106103  !                       !  Operator type: 
    107    ln_traldf_NONE  =  .true.  !  No explicit diffusion 
     104   ln_traldf_OFF   =  .true.  !  No explicit diffusion 
    108105   ln_traldf_lap   =  .false.  !    laplacian operator 
    109106   ln_traldf_blp   =  .false.  !  bilaplacian operator 
     
    158155!----------------------------------------------------------------------- 
    159156   !                       !  Type of the operator : 
    160    ln_dynldf_NONE=  .true.    !  No operator (i.e. no explicit diffusion) 
     157   ln_dynldf_OFF =  .true.    !  No operator (i.e. no explicit diffusion) 
    161158   ln_dynldf_lap =  .false.    !    laplacian operator 
    162159   ln_dynldf_blp =  .false.    !  bilaplacian operator 
  • branches/UKMO/dev_merge_2017_restart_datestamp_GO6_mixing/NEMOGCM/CONFIG/TEST_CASES/LOCK_EXCHANGE/EXP00/namelist_FCT2_vect_eenH_cfg

    r9490 r9568  
    4545&namtsd    !   data : Temperature  & Salinity 
    4646!----------------------------------------------------------------------- 
    47    ln_tsd_init   = .false.   !  Initialisation of ocean T & S with T &S input data (T) or not (F) 
    48    ln_tsd_tradmp = .false.   !  damping of ocean T & S toward T &S input data (T) or not (F) 
    4947/ 
    5048!----------------------------------------------------------------------- 
     
    6260/ 
    6361!----------------------------------------------------------------------- 
    64 &namlbc        !   lateral momentum boundary condition 
     62&namlbc        !   lateral momentum boundary condition                  (default: NO selection) 
    6563!----------------------------------------------------------------------- 
    66 !                         !  free slip  !   partial slip  !   no slip   ! strong slip 
    67   rn_shlat    =    0.     !  shlat = 0  !  0 < shlat < 2  !  shlat = 2  !  2 < shlat 
     64   rn_shlat    =    0.     !  free slip 
    6865/ 
    6966!----------------------------------------------------------------------- 
    7067&namdrg            !   top/bottom drag coefficient                      (default: NO selection) 
    7168!----------------------------------------------------------------------- 
    72    ln_NONE    = .true.    !  free-slip       : Cd = 0                   
     69   ln_OFF     = .true.    !  free-slip       : Cd = 0                   
    7370/ 
    7471!----------------------------------------------------------------------- 
     
    105102!----------------------------------------------------------------------- 
    106103   !                       !  Operator type: 
    107    ln_traldf_NONE  =  .true.  !  No explicit diffusion 
     104   ln_traldf_OFF   =  .true.  !  No explicit diffusion 
    108105   ln_traldf_lap   =  .false.  !    laplacian operator 
    109106   ln_traldf_blp   =  .false.  !  bilaplacian operator 
  • branches/UKMO/dev_merge_2017_restart_datestamp_GO6_mixing/NEMOGCM/CONFIG/TEST_CASES/LOCK_EXCHANGE/EXP00/namelist_FCT2_vect_een_cfg

    r9490 r9568  
    4545&namtsd    !   data : Temperature  & Salinity 
    4646!----------------------------------------------------------------------- 
    47    ln_tsd_init   = .false.   !  Initialisation of ocean T & S with T &S input data (T) or not (F) 
    48    ln_tsd_tradmp = .false.   !  damping of ocean T & S toward T &S input data (T) or not (F) 
    4947/ 
    5048!----------------------------------------------------------------------- 
     
    6260/ 
    6361!----------------------------------------------------------------------- 
    64 &namlbc        !   lateral momentum boundary condition 
     62&namlbc        !   lateral momentum boundary condition                  (default: NO selection) 
    6563!----------------------------------------------------------------------- 
    66 !                         !  free slip  !   partial slip  !   no slip   ! strong slip 
    67   rn_shlat    =    0.     !  shlat = 0  !  0 < shlat < 2  !  shlat = 2  !  2 < shlat 
     64   rn_shlat    =    0.     !  free slip 
    6865/ 
    6966!----------------------------------------------------------------------- 
    7067&namdrg            !   top/bottom drag coefficient                      (default: NO selection) 
    7168!----------------------------------------------------------------------- 
    72    ln_NONE    = .true.    !  free-slip       : Cd = 0                   
     69   ln_OFF     = .true.    !  free-slip       : Cd = 0                   
    7370/ 
    7471!----------------------------------------------------------------------- 
     
    105102!----------------------------------------------------------------------- 
    106103   !                       !  Operator type: 
    107    ln_traldf_NONE  =  .true.  !  No explicit diffusion 
     104   ln_traldf_OFF   =  .true.  !  No explicit diffusion 
    108105   ln_traldf_lap   =  .false.  !    laplacian operator 
    109106   ln_traldf_blp   =  .false.  !  bilaplacian operator 
  • branches/UKMO/dev_merge_2017_restart_datestamp_GO6_mixing/NEMOGCM/CONFIG/TEST_CASES/LOCK_EXCHANGE/EXP00/namelist_FCT2_vect_ene_cfg

    r9490 r9568  
    4545&namtsd    !   data : Temperature  & Salinity 
    4646!----------------------------------------------------------------------- 
    47    ln_tsd_init   = .false.   !  Initialisation of ocean T & S with T &S input data (T) or not (F) 
    48    ln_tsd_tradmp = .false.   !  damping of ocean T & S toward T &S input data (T) or not (F) 
    4947/ 
    5048!----------------------------------------------------------------------- 
     
    6260/ 
    6361!----------------------------------------------------------------------- 
    64 &namlbc        !   lateral momentum boundary condition 
     62&namlbc        !   lateral momentum boundary condition                  (default: NO selection) 
    6563!----------------------------------------------------------------------- 
    66 !                         !  free slip  !   partial slip  !   no slip   ! strong slip 
    67   rn_shlat    =    0.     !  shlat = 0  !  0 < shlat < 2  !  shlat = 2  !  2 < shlat 
     64   rn_shlat    =    0.     !  free slip 
    6865/ 
    6966!----------------------------------------------------------------------- 
    7067&namdrg            !   top/bottom drag coefficient                      (default: NO selection) 
    7168!----------------------------------------------------------------------- 
    72    ln_NONE    = .true.    !  free-slip       : Cd = 0                   
     69   ln_OFF     = .true.    !  free-slip       : Cd = 0                   
    7370/ 
    7471!----------------------------------------------------------------------- 
     
    105102!----------------------------------------------------------------------- 
    106103  !                       !  Operator type: 
    107    ln_traldf_NONE  =  .true.  !  No explicit diffusion 
     104   ln_traldf_OFF   =  .true.  !  No explicit diffusion 
    108105   ln_traldf_lap   =  .false.  !    laplacian operator 
    109106   ln_traldf_blp   =  .false.  !  bilaplacian operator 
  • branches/UKMO/dev_merge_2017_restart_datestamp_GO6_mixing/NEMOGCM/CONFIG/TEST_CASES/LOCK_EXCHANGE/EXP00/namelist_FCT2_vect_ens_cfg

    r9490 r9568  
    4545&namtsd    !   data : Temperature  & Salinity 
    4646!----------------------------------------------------------------------- 
    47    ln_tsd_init   = .false.   !  Initialisation of ocean T & S with T &S input data (T) or not (F) 
    48    ln_tsd_tradmp = .false.   !  damping of ocean T & S toward T &S input data (T) or not (F) 
    4947/ 
    5048!----------------------------------------------------------------------- 
     
    6260/ 
    6361!----------------------------------------------------------------------- 
    64 &namlbc        !   lateral momentum boundary condition 
     62&namlbc        !   lateral momentum boundary condition                  (default: NO selection) 
    6563!----------------------------------------------------------------------- 
    66 !                         !  free slip  !   partial slip  !   no slip   ! strong slip 
    67   rn_shlat    =    0.     !  shlat = 0  !  0 < shlat < 2  !  shlat = 2  !  2 < shlat 
     64   rn_shlat    =    0.     !  free slip 
    6865/ 
    6966!----------------------------------------------------------------------- 
    7067&namdrg            !   top/bottom drag coefficient                      (default: NO selection) 
    7168!----------------------------------------------------------------------- 
    72    ln_NONE    = .true.    !  free-slip       : Cd = 0                   
     69   ln_OFF     = .true.    !  free-slip       : Cd = 0                   
    7370/ 
    7471!----------------------------------------------------------------------- 
     
    105102!----------------------------------------------------------------------- 
    106103  !                       !  Operator type: 
    107    ln_traldf_NONE  =  .true.  !  No explicit diffusion 
     104   ln_traldf_OFF   =  .true.  !  No explicit diffusion 
    108105   ln_traldf_lap   =  .false.  !    laplacian operator 
    109106   ln_traldf_blp   =  .false.  !  bilaplacian operator 
  • branches/UKMO/dev_merge_2017_restart_datestamp_GO6_mixing/NEMOGCM/CONFIG/TEST_CASES/LOCK_EXCHANGE/EXP00/namelist_FCT4_flux_cen2_cfg

    r9490 r9568  
    4545&namtsd    !   data : Temperature  & Salinity 
    4646!----------------------------------------------------------------------- 
    47    ln_tsd_init   = .false.   !  Initialisation of ocean T & S with T &S input data (T) or not (F) 
    48    ln_tsd_tradmp = .false.   !  damping of ocean T & S toward T &S input data (T) or not (F) 
    4947/ 
    5048!----------------------------------------------------------------------- 
     
    6260/ 
    6361!----------------------------------------------------------------------- 
    64 &namlbc        !   lateral momentum boundary condition 
     62&namlbc        !   lateral momentum boundary condition                  (default: NO selection) 
    6563!----------------------------------------------------------------------- 
    66 !                         !  free slip  !   partial slip  !   no slip   ! strong slip 
    67   rn_shlat    =    0.     !  shlat = 0  !  0 < shlat < 2  !  shlat = 2  !  2 < shlat 
     64   rn_shlat    =    0.     !  free slip 
    6865/ 
    6966!----------------------------------------------------------------------- 
    7067&namdrg            !   top/bottom drag coefficient                      (default: NO selection) 
    7168!----------------------------------------------------------------------- 
    72    ln_NONE    = .true.    !  free-slip       : Cd = 0                   
     69   ln_OFF     = .true.    !  free-slip       : Cd = 0                   
    7370/ 
    7471!----------------------------------------------------------------------- 
     
    105102!----------------------------------------------------------------------- 
    106103  !                       !  Operator type: 
    107    ln_traldf_NONE  =  .true.  !  No explicit diffusion 
     104   ln_traldf_OFF   =  .true.  !  No explicit diffusion 
    108105   ln_traldf_lap   =  .false.  !    laplacian operator 
    109106   ln_traldf_blp   =  .false.  !  bilaplacian operator 
  • branches/UKMO/dev_merge_2017_restart_datestamp_GO6_mixing/NEMOGCM/CONFIG/TEST_CASES/LOCK_EXCHANGE/EXP00/namelist_FCT4_flux_ubs_cfg

    r9490 r9568  
    4545&namtsd    !   data : Temperature  & Salinity 
    4646!----------------------------------------------------------------------- 
    47    ln_tsd_init   = .false.   !  Initialisation of ocean T & S with T &S input data (T) or not (F) 
    48    ln_tsd_tradmp = .false.   !  damping of ocean T & S toward T &S input data (T) or not (F) 
    4947/ 
    5048!----------------------------------------------------------------------- 
     
    6260/ 
    6361!----------------------------------------------------------------------- 
    64 &namlbc        !   lateral momentum boundary condition 
     62&namlbc        !   lateral momentum boundary condition                  (default: NO selection) 
    6563!----------------------------------------------------------------------- 
    66 !                         !  free slip  !   partial slip  !   no slip   ! strong slip 
    67   rn_shlat    =    0.     !  shlat = 0  !  0 < shlat < 2  !  shlat = 2  !  2 < shlat 
     64   rn_shlat    =    0.     !  free slip 
    6865/ 
    6966!----------------------------------------------------------------------- 
    7067&namdrg            !   top/bottom drag coefficient                      (default: NO selection) 
    7168!----------------------------------------------------------------------- 
    72    ln_NONE    = .true.    !  free-slip       : Cd = 0                   
     69   ln_OFF     = .true.    !  free-slip       : Cd = 0                   
    7370/ 
    7471!----------------------------------------------------------------------- 
     
    105102!----------------------------------------------------------------------- 
    106103  !                       !  Operator type: 
    107    ln_traldf_NONE  =  .true.  !  No explicit diffusion 
     104   ln_traldf_OFF   =  .true.  !  No explicit diffusion 
    108105   ln_traldf_lap   =  .false.  !    laplacian operator 
    109106   ln_traldf_blp   =  .false.  !  bilaplacian operator 
     
    158155!----------------------------------------------------------------------- 
    159156   !                       !  Type of the operator : 
    160    ln_dynldf_NONE=  .true.    !  No operator (i.e. no explicit diffusion) 
     157   ln_dynldf_OFF =  .true.    !  No operator (i.e. no explicit diffusion) 
    161158   ln_dynldf_lap =  .false.    !    laplacian operator 
    162159   ln_dynldf_blp =  .false.    !  bilaplacian operator 
  • branches/UKMO/dev_merge_2017_restart_datestamp_GO6_mixing/NEMOGCM/CONFIG/TEST_CASES/LOCK_EXCHANGE/EXP00/namelist_FCT4_vect_eenH_cfg

    r9490 r9568  
    4545&namtsd    !   data : Temperature  & Salinity 
    4646!----------------------------------------------------------------------- 
    47    ln_tsd_init   = .false.   !  Initialisation of ocean T & S with T &S input data (T) or not (F) 
    48    ln_tsd_tradmp = .false.   !  damping of ocean T & S toward T &S input data (T) or not (F) 
    4947/ 
    5048!----------------------------------------------------------------------- 
     
    6260/ 
    6361!----------------------------------------------------------------------- 
    64 &namlbc        !   lateral momentum boundary condition 
     62&namlbc        !   lateral momentum boundary condition                  (default: NO selection) 
    6563!----------------------------------------------------------------------- 
    66 !                         !  free slip  !   partial slip  !   no slip   ! strong slip 
    67   rn_shlat    =    0.     !  shlat = 0  !  0 < shlat < 2  !  shlat = 2  !  2 < shlat 
     64   rn_shlat    =    0.     !  free slip 
    6865/ 
    6966!----------------------------------------------------------------------- 
    7067&namdrg            !   top/bottom drag coefficient                      (default: NO selection) 
    7168!----------------------------------------------------------------------- 
    72    ln_NONE    = .true.    !  free-slip       : Cd = 0                   
     69   ln_OFF     = .true.    !  free-slip       : Cd = 0                   
    7370/ 
    7471!----------------------------------------------------------------------- 
     
    105102!----------------------------------------------------------------------- 
    106103  !                       !  Operator type: 
    107    ln_traldf_NONE  =  .true.  !  No explicit diffusion 
     104   ln_traldf_OFF   =  .true.  !  No explicit diffusion 
    108105   ln_traldf_lap   =  .false.  !    laplacian operator 
    109106   ln_traldf_blp   =  .false.  !  bilaplacian operator 
  • branches/UKMO/dev_merge_2017_restart_datestamp_GO6_mixing/NEMOGCM/CONFIG/TEST_CASES/LOCK_EXCHANGE/EXP00/namelist_FCT4_vect_een_cfg

    r9490 r9568  
    4545&namtsd    !   data : Temperature  & Salinity 
    4646!----------------------------------------------------------------------- 
    47    ln_tsd_init   = .false.   !  Initialisation of ocean T & S with T &S input data (T) or not (F) 
    48    ln_tsd_tradmp = .false.   !  damping of ocean T & S toward T &S input data (T) or not (F) 
    4947/ 
    5048!----------------------------------------------------------------------- 
     
    6260/ 
    6361!----------------------------------------------------------------------- 
    64 &namlbc        !   lateral momentum boundary condition 
     62&namlbc        !   lateral momentum boundary condition                  (default: NO selection) 
    6563!----------------------------------------------------------------------- 
    66 !                         !  free slip  !   partial slip  !   no slip   ! strong slip 
    67   rn_shlat    =    0.     !  shlat = 0  !  0 < shlat < 2  !  shlat = 2  !  2 < shlat 
     64   rn_shlat    =    0.     !  free slip 
    6865/ 
    6966!----------------------------------------------------------------------- 
    7067&namdrg            !   top/bottom drag coefficient                      (default: NO selection) 
    7168!----------------------------------------------------------------------- 
    72    ln_NONE    = .true.    !  free-slip       : Cd = 0                   
     69   ln_OFF     = .true.    !  free-slip       : Cd = 0                   
    7370/ 
    7471!----------------------------------------------------------------------- 
     
    105102!----------------------------------------------------------------------- 
    106103  !                       !  Operator type: 
    107    ln_traldf_NONE  =  .true.  !  No explicit diffusion 
     104   ln_traldf_OFF   =  .true.  !  No explicit diffusion 
    108105   ln_traldf_lap   =  .false.  !    laplacian operator 
    109106   ln_traldf_blp   =  .false.  !  bilaplacian operator 
  • branches/UKMO/dev_merge_2017_restart_datestamp_GO6_mixing/NEMOGCM/CONFIG/TEST_CASES/LOCK_EXCHANGE/EXP00/namelist_FCT4_vect_ene_cfg

    r9490 r9568  
    4545&namtsd    !   data : Temperature  & Salinity 
    4646!----------------------------------------------------------------------- 
    47    ln_tsd_init   = .false.   !  Initialisation of ocean T & S with T &S input data (T) or not (F) 
    48    ln_tsd_tradmp = .false.   !  damping of ocean T & S toward T &S input data (T) or not (F) 
    4947/ 
    5048!----------------------------------------------------------------------- 
     
    6260/ 
    6361!----------------------------------------------------------------------- 
    64 &namlbc        !   lateral momentum boundary condition 
    65 !----------------------------------------------------------------------- 
    66 !                         !  free slip  !   partial slip  !   no slip   ! strong slip 
    67   rn_shlat    =    0.     !  shlat = 0  !  0 < shlat < 2  !  shlat = 2  !  2 < shlat 
     62&namlbc        !   lateral momentum boundary condition                  (default: NO selection) 
     63!----------------------------------------------------------------------- 
     64   rn_shlat    =    0.     !  free slip 
    6865/ 
    6966!----------------------------------------------------------------------- 
    7067&namdrg            !   top/bottom drag coefficient                      (default: NO selection) 
    7168!----------------------------------------------------------------------- 
    72    ln_NONE    = .true.    !  free-slip       : Cd = 0                   
     69   ln_OFF     = .true.    !  free-slip       : Cd = 0                   
    7370/ 
    7471!----------------------------------------------------------------------- 
     
    105102!----------------------------------------------------------------------- 
    106103  !                       !  Operator type: 
    107    ln_traldf_NONE  =  .true.  !  No explicit diffusion 
     104   ln_traldf_OFF   =  .true.  !  No explicit diffusion 
    108105   ln_traldf_lap   =  .false.  !    laplacian operator 
    109106   ln_traldf_blp   =  .false.  !  bilaplacian operator 
  • branches/UKMO/dev_merge_2017_restart_datestamp_GO6_mixing/NEMOGCM/CONFIG/TEST_CASES/LOCK_EXCHANGE/EXP00/namelist_FCT4_vect_ens_cfg

    r9490 r9568  
    4545&namtsd    !   data : Temperature  & Salinity 
    4646!----------------------------------------------------------------------- 
    47    ln_tsd_init   = .false.   !  Initialisation of ocean T & S with T &S input data (T) or not (F) 
    48    ln_tsd_tradmp = .false.   !  damping of ocean T & S toward T &S input data (T) or not (F) 
    4947/ 
    5048!----------------------------------------------------------------------- 
     
    6260/ 
    6361!----------------------------------------------------------------------- 
    64 &namlbc        !   lateral momentum boundary condition 
     62&namlbc        !   lateral momentum boundary condition                  (default: NO selection) 
    6563!----------------------------------------------------------------------- 
    66 !                         !  free slip  !   partial slip  !   no slip   ! strong slip 
    67   rn_shlat    =    0.     !  shlat = 0  !  0 < shlat < 2  !  shlat = 2  !  2 < shlat 
     64   rn_shlat    =    0.     !  free slip 
    6865/ 
    6966!----------------------------------------------------------------------- 
    7067&namdrg            !   top/bottom drag coefficient                      (default: NO selection) 
    7168!----------------------------------------------------------------------- 
    72    ln_NONE    = .true.    !  free-slip       : Cd = 0                   
     69   ln_OFF     = .true.    !  free-slip       : Cd = 0                   
    7370/ 
    7471!----------------------------------------------------------------------- 
     
    105102!----------------------------------------------------------------------- 
    106103  !                       !  Operator type: 
    107    ln_traldf_NONE  =  .true.  !  No explicit diffusion 
     104   ln_traldf_OFF   =  .true.  !  No explicit diffusion 
    108105   ln_traldf_lap   =  .false.  !    laplacian operator 
    109106   ln_traldf_blp   =  .false.  !  bilaplacian operator 
  • branches/UKMO/dev_merge_2017_restart_datestamp_GO6_mixing/NEMOGCM/CONFIG/TEST_CASES/OVERFLOW/EXP00/namelist_cfg

    r9019 r9568  
    1 link namelist_zps_FCT2_flux_ubs_cfg 
     1link namelist_zps_FCT4_flux_ubs_cfg 
  • branches/UKMO/dev_merge_2017_restart_datestamp_GO6_mixing/NEMOGCM/CONFIG/TEST_CASES/OVERFLOW/EXP00/namelist_sco_FCT2_flux_cen-ahm1000_cfg

    r9490 r9568  
    3939&namtsd    !   data : Temperature  & Salinity 
    4040!----------------------------------------------------------------------- 
    41    ln_tsd_init   = .false.   !  Initialisation of ocean T & S with T &S input data (T) or not (F) 
    42    ln_tsd_tradmp = .false.   !  damping of ocean T & S toward T &S input data (T) or not (F) 
    4341/ 
    4442!----------------------------------------------------------------------- 
     
    5654/ 
    5755!----------------------------------------------------------------------- 
    58 &namlbc        !   lateral momentum boundary condition 
    59 !----------------------------------------------------------------------- 
    60 !                         !  free slip  !   partial slip  !   no slip   ! strong slip 
    61   rn_shlat    =    0.     !  shlat = 0  !  0 < shlat < 2  !  shlat = 2  !  2 < shlat 
     56&namlbc        !   lateral momentum boundary condition                  (default: NO selection) 
     57!----------------------------------------------------------------------- 
     58   rn_shlat    =    0.     !  free slip 
    6259/ 
    6360!!====================================================================== 
     
    6764!!   namdrg_top    top    friction                                      (ln_isfcav=T) 
    6865!!   namdrg_bot    bottom friction 
    69 !!   nambbc        bottom temperature boundary condition                (default: NO) 
    70 !!   nambbl        bottom boundary layer scheme                         (default: NO) 
     66!!   nambbc        bottom temperature boundary condition                (default: OFF) 
     67!!   nambbl        bottom boundary layer scheme                         (default: OFF) 
    7168!!====================================================================== 
    7269! 
     
    7471&namdrg            !   top/bottom drag coefficient                      (default: NO selection) 
    7572!----------------------------------------------------------------------- 
    76    ln_NONE    = .true.     !  free-slip       : Cd = 0                  (F => fill namdrg_bot 
     73   ln_OFF     = .true.     !  free-slip       : Cd = 0                  (F => fill namdrg_bot 
    7774   ln_lin     = .false.    !      linear  drag: Cd = Cd0 Uc0                   &   namdrg_top) 
    7875   ln_non_lin = .false.    !  non-linear  drag: Cd = Cd0 |U| 
     
    113110!----------------------------------------------------------------------- 
    114111   !                       !  Operator type:    both false = No lateral diffusion 
    115    ln_traldf_NONE  =  .true.  !  No explicit diffusion 
     112   ln_traldf_OFF   =  .true.  !  No explicit diffusion 
    116113   ln_traldf_lap   =  .false.  !    laplacian operator 
    117114   ln_traldf_blp   =  .false.  !  bilaplacian operator 
     
    125122&namdyn_adv    !   formulation of the momentum advection                (default: NO selection) 
    126123!----------------------------------------------------------------------- 
    127    ln_dynadv_NONE= .false. !  linear dynamics (no momentum advection) 
     124   ln_dynadv_OFF = .false. !  linear dynamics (no momentum advection) 
    128125   ln_dynadv_vec = .false. !  vector form (T) or flux form (F) 
    129126   nn_dynkeg     = 0       ! scheme for grad(KE): =0   C2  ;  =1   Hollingsworth correction 
     
    167164!----------------------------------------------------------------------- 
    168165   !                       !  Type of the operator : 
    169    ln_dynldf_NONE=  .false.    !  No operator (i.e. no explicit diffusion) 
     166   ln_dynldf_OFF =  .false.    !  No operator (i.e. no explicit diffusion) 
    170167   ln_dynldf_lap =  .true.     !    laplacian operator 
    171168   ln_dynldf_blp =  .false.    !  bilaplacian operator 
  • branches/UKMO/dev_merge_2017_restart_datestamp_GO6_mixing/NEMOGCM/CONFIG/TEST_CASES/OVERFLOW/EXP00/namelist_sco_FCT2_flux_ubs_cfg

    r9490 r9568  
    3939&namtsd    !   data : Temperature  & Salinity 
    4040!----------------------------------------------------------------------- 
    41    ln_tsd_init   = .false.   !  Initialisation of ocean T & S with T &S input data (T) or not (F) 
    42    ln_tsd_tradmp = .false.   !  damping of ocean T & S toward T &S input data (T) or not (F) 
    4341/ 
    4442!----------------------------------------------------------------------- 
     
    5654/ 
    5755!----------------------------------------------------------------------- 
    58 &namlbc        !   lateral momentum boundary condition 
    59 !----------------------------------------------------------------------- 
    60 !                         !  free slip  !   partial slip  !   no slip   ! strong slip 
    61   rn_shlat    =    0.     !  shlat = 0  !  0 < shlat < 2  !  shlat = 2  !  2 < shlat 
     56&namlbc        !   lateral momentum boundary condition                  (default: NO selection) 
     57!----------------------------------------------------------------------- 
     58   rn_shlat    =    0.     !  free slip 
    6259/ 
    6360!!====================================================================== 
     
    6764!!   namdrg_top    top    friction                                      (ln_isfcav=T) 
    6865!!   namdrg_bot    bottom friction 
    69 !!   nambbc        bottom temperature boundary condition                (default: NO) 
    70 !!   nambbl        bottom boundary layer scheme                         (default: NO) 
     66!!   nambbc        bottom temperature boundary condition                (default: OFF) 
     67!!   nambbl        bottom boundary layer scheme                         (default: OFF) 
    7168!!====================================================================== 
    7269! 
     
    7471&namdrg            !   top/bottom drag coefficient                      (default: NO selection) 
    7572!----------------------------------------------------------------------- 
    76    ln_NONE    = .true.     !  free-slip       : Cd = 0                  (F => fill namdrg_bot 
     73   ln_OFF     = .true.     !  free-slip       : Cd = 0                  (F => fill namdrg_bot 
    7774   ln_lin     = .false.    !      linear  drag: Cd = Cd0 Uc0                   &   namdrg_top) 
    7875   ln_non_lin = .false.    !  non-linear  drag: Cd = Cd0 |U| 
     
    113110!----------------------------------------------------------------------- 
    114111   !                       !  Operator type:    both false = No lateral diffusion 
    115    ln_traldf_NONE  =  .true.  !  No explicit diffusion 
     112   ln_traldf_OFF   =  .true.  !  No explicit diffusion 
    116113   ln_traldf_lap   =  .false.  !    laplacian operator 
    117114   ln_traldf_blp   =  .false.  !  bilaplacian operator 
     
    125122&namdyn_adv    !   formulation of the momentum advection                (default: NO selection) 
    126123!----------------------------------------------------------------------- 
    127    ln_dynadv_NONE= .false. !  linear dynamics (no momentum advection) 
     124   ln_dynadv_OFF = .false. !  linear dynamics (no momentum advection) 
    128125   ln_dynadv_vec = .false. !  vector form (T) or flux form (F) 
    129126   nn_dynkeg     = 0       ! scheme for grad(KE): =0   C2  ;  =1   Hollingsworth correction 
     
    167164!----------------------------------------------------------------------- 
    168165   !                       !  Type of the operator : 
    169    ln_dynldf_NONE=  .true.    !  No operator (i.e. no explicit diffusion) 
     166   ln_dynldf_OFF =  .true.    !  No operator (i.e. no explicit diffusion) 
    170167   ln_dynldf_lap =  .false.    !    laplacian operator 
    171168   ln_dynldf_blp =  .false.    !  bilaplacian operator 
  • branches/UKMO/dev_merge_2017_restart_datestamp_GO6_mixing/NEMOGCM/CONFIG/TEST_CASES/OVERFLOW/EXP00/namelist_sco_FCT4_flux_cen-ahm1000_cfg

    r9490 r9568  
    5656/ 
    5757!----------------------------------------------------------------------- 
    58 &namlbc        !   lateral momentum boundary condition 
    59 !----------------------------------------------------------------------- 
    60 !                         !  free slip  !   partial slip  !   no slip   ! strong slip 
    61   rn_shlat    =    0.     !  shlat = 0  !  0 < shlat < 2  !  shlat = 2  !  2 < shlat 
     58&namlbc        !   lateral momentum boundary condition                  (default: NO selection) 
     59!----------------------------------------------------------------------- 
     60   rn_shlat    =    0.     !  free slip 
    6261/ 
    6362!!====================================================================== 
     
    6766!!   namdrg_top    top    friction                                      (ln_isfcav=T) 
    6867!!   namdrg_bot    bottom friction 
    69 !!   nambbc        bottom temperature boundary condition                (default: NO) 
    70 !!   nambbl        bottom boundary layer scheme                         (default: NO) 
     68!!   nambbc        bottom temperature boundary condition                (default: OFF) 
     69!!   nambbl        bottom boundary layer scheme                         (default: OFF) 
    7170!!====================================================================== 
    7271! 
     
    7473&namdrg            !   top/bottom drag coefficient                      (default: NO selection) 
    7574!----------------------------------------------------------------------- 
    76    ln_NONE    = .true.     !  free-slip       : Cd = 0                  (F => fill namdrg_bot 
     75   ln_OFF     = .true.     !  free-slip       : Cd = 0                  (F => fill namdrg_bot 
    7776   ln_lin     = .false.    !      linear  drag: Cd = Cd0 Uc0                   &   namdrg_top) 
    7877   ln_non_lin = .false.    !  non-linear  drag: Cd = Cd0 |U| 
     
    113112!----------------------------------------------------------------------- 
    114113   !                       !  Operator type:    both false = No lateral diffusion 
    115    ln_traldf_NONE  =  .true.  !  No explicit diffusion 
     114   ln_traldf_OFF   =  .true.  !  No explicit diffusion 
    116115   ln_traldf_lap   =  .false.  !    laplacian operator 
    117116   ln_traldf_blp   =  .false.  !  bilaplacian operator 
     
    125124&namdyn_adv    !   formulation of the momentum advection                (default: NO selection) 
    126125!----------------------------------------------------------------------- 
    127    ln_dynadv_NONE= .false. !  linear dynamics (no momentum advection) 
     126   ln_dynadv_OFF = .false. !  linear dynamics (no momentum advection) 
    128127   ln_dynadv_vec = .false. !  vector form (T) or flux form (F) 
    129128   nn_dynkeg     = 0       ! scheme for grad(KE): =0   C2  ;  =1   Hollingsworth correction 
     
    167166!----------------------------------------------------------------------- 
    168167   !                       !  Type of the operator : 
    169    ln_dynldf_NONE=  .false.    !  No operator (i.e. no explicit diffusion) 
     168   ln_dynldf_OFF =  .false.    !  No operator (i.e. no explicit diffusion) 
    170169   ln_dynldf_lap =  .true.     !    laplacian operator 
    171170   ln_dynldf_blp =  .false.    !  bilaplacian operator 
  • branches/UKMO/dev_merge_2017_restart_datestamp_GO6_mixing/NEMOGCM/CONFIG/TEST_CASES/OVERFLOW/EXP00/namelist_sco_FCT4_flux_ubs_cfg

    r9490 r9568  
    5656/ 
    5757!----------------------------------------------------------------------- 
    58 &namlbc        !   lateral momentum boundary condition 
    59 !----------------------------------------------------------------------- 
    60 !                         !  free slip  !   partial slip  !   no slip   ! strong slip 
    61   rn_shlat    =    0.     !  shlat = 0  !  0 < shlat < 2  !  shlat = 2  !  2 < shlat 
     58&namlbc        !   lateral momentum boundary condition                  (default: NO selection) 
     59!----------------------------------------------------------------------- 
     60   rn_shlat    =    0.     !  free slip 
    6261/ 
    6362!!====================================================================== 
     
    6766!!   namdrg_top    top    friction                                      (ln_isfcav=T) 
    6867!!   namdrg_bot    bottom friction 
    69 !!   nambbc        bottom temperature boundary condition                (default: NO) 
    70 !!   nambbl        bottom boundary layer scheme                         (default: NO) 
     68!!   nambbc        bottom temperature boundary condition                (default: OFF) 
     69!!   nambbl        bottom boundary layer scheme                         (default: OFF) 
    7170!!====================================================================== 
    7271! 
     
    7473&namdrg            !   top/bottom drag coefficient                      (default: NO selection) 
    7574!----------------------------------------------------------------------- 
    76    ln_NONE    = .true.     !  free-slip       : Cd = 0                  (F => fill namdrg_bot 
     75   ln_OFF     = .true.     !  free-slip       : Cd = 0                  (F => fill namdrg_bot 
    7776   ln_lin     = .false.    !      linear  drag: Cd = Cd0 Uc0                   &   namdrg_top) 
    7877   ln_non_lin = .false.    !  non-linear  drag: Cd = Cd0 |U| 
     
    113112!----------------------------------------------------------------------- 
    114113   !                       !  Operator type:    both false = No lateral diffusion 
    115    ln_traldf_NONE  =  .true.  !  No explicit diffusion 
     114   ln_traldf_OFF   =  .true.  !  No explicit diffusion 
    116115   ln_traldf_lap   =  .false.  !    laplacian operator 
    117116   ln_traldf_blp   =  .false.  !  bilaplacian operator 
     
    125124&namdyn_adv    !   formulation of the momentum advection                (default: NO selection) 
    126125!----------------------------------------------------------------------- 
    127    ln_dynadv_NONE= .false. !  linear dynamics (no momentum advection) 
     126   ln_dynadv_OFF = .false. !  linear dynamics (no momentum advection) 
    128127   ln_dynadv_vec = .false. !  vector form (T) or flux form (F) 
    129128   nn_dynkeg     = 0       ! scheme for grad(KE): =0   C2  ;  =1   Hollingsworth correction 
     
    167166!----------------------------------------------------------------------- 
    168167   !                       !  Type of the operator : 
    169    ln_dynldf_NONE=  .true.    !  No operator (i.e. no explicit diffusion) 
     168   ln_dynldf_OFF =  .true.    !  No operator (i.e. no explicit diffusion) 
    170169   ln_dynldf_lap =  .false.    !    laplacian operator 
    171170   ln_dynldf_blp =  .false.    !  bilaplacian operator 
  • branches/UKMO/dev_merge_2017_restart_datestamp_GO6_mixing/NEMOGCM/CONFIG/TEST_CASES/OVERFLOW/EXP00/namelist_zps_FCT2_flux_ubs_cfg

    r9490 r9568  
    3939&namtsd    !   data : Temperature  & Salinity 
    4040!----------------------------------------------------------------------- 
    41    ln_tsd_init   = .false.   !  Initialisation of ocean T & S with T &S input data (T) or not (F) 
    42    ln_tsd_tradmp = .false.   !  damping of ocean T & S toward T &S input data (T) or not (F) 
    4341/ 
    4442!----------------------------------------------------------------------- 
     
    5654/ 
    5755!----------------------------------------------------------------------- 
    58 &namlbc        !   lateral momentum boundary condition 
    59 !----------------------------------------------------------------------- 
    60 !                         !  free slip  !   partial slip  !   no slip   ! strong slip 
    61   rn_shlat    =    0.     !  shlat = 0  !  0 < shlat < 2  !  shlat = 2  !  2 < shlat 
     56&namlbc        !   lateral momentum boundary condition                  (default: NO selection) 
     57!----------------------------------------------------------------------- 
     58   rn_shlat    =    0.     !  free slip 
    6259/ 
    6360!!====================================================================== 
     
    6764!!   namdrg_top    top    friction                                      (ln_isfcav=T) 
    6865!!   namdrg_bot    bottom friction 
    69 !!   nambbc        bottom temperature boundary condition                (default: NO) 
    70 !!   nambbl        bottom boundary layer scheme                         (default: NO) 
     66!!   nambbc        bottom temperature boundary condition                (default: OFF) 
     67!!   nambbl        bottom boundary layer scheme                         (default: OFF) 
    7168!!====================================================================== 
    7269! 
     
    7471&namdrg            !   top/bottom drag coefficient                      (default: NO selection) 
    7572!----------------------------------------------------------------------- 
    76    ln_NONE    = .true.     !  free-slip       : Cd = 0                  (F => fill namdrg_bot 
     73   ln_OFF     = .true.     !  free-slip       : Cd = 0                  (F => fill namdrg_bot 
    7774   ln_lin     = .false.    !      linear  drag: Cd = Cd0 Uc0                   &   namdrg_top) 
    7875   ln_non_lin = .false.    !  non-linear  drag: Cd = Cd0 |U| 
     
    113110!----------------------------------------------------------------------- 
    114111   !                       !  Operator type:    both false = No lateral diffusion 
    115    ln_traldf_NONE  =  .true.  !  No explicit diffusion 
     112   ln_traldf_OFF   =  .true.  !  No explicit diffusion 
    116113   ln_traldf_lap   =  .false.  !    laplacian operator 
    117114   ln_traldf_blp   =  .false.  !  bilaplacian operator 
     
    125122&namdyn_adv    !   formulation of the momentum advection                (default: NO selection) 
    126123!----------------------------------------------------------------------- 
    127    ln_dynadv_NONE= .false. !  linear dynamics (no momentum advection) 
     124   ln_dynadv_OFF = .false. !  linear dynamics (no momentum advection) 
    128125   ln_dynadv_vec = .false. !  vector form (T) or flux form (F) 
    129126   nn_dynkeg     = 0       ! scheme for grad(KE): =0   C2  ;  =1   Hollingsworth correction 
     
    167164!----------------------------------------------------------------------- 
    168165   !                       !  Type of the operator : 
    169    ln_dynldf_NONE=  .true.    !  No operator (i.e. no explicit diffusion) 
     166   ln_dynldf_OFF =  .true.    !  No operator (i.e. no explicit diffusion) 
    170167   ln_dynldf_lap =  .false.    !    laplacian operator 
    171168   ln_dynldf_blp =  .false.    !  bilaplacian operator 
  • branches/UKMO/dev_merge_2017_restart_datestamp_GO6_mixing/NEMOGCM/CONFIG/TEST_CASES/OVERFLOW/EXP00/namelist_zps_FCT4_flux_ubs_cfg

    r9490 r9568  
    3939&namtsd    !   data : Temperature  & Salinity 
    4040!----------------------------------------------------------------------- 
    41    ln_tsd_init   = .false.   !  Initialisation of ocean T & S with T &S input data (T) or not (F) 
    42    ln_tsd_tradmp = .false.   !  damping of ocean T & S toward T &S input data (T) or not (F) 
    4341/ 
    4442!----------------------------------------------------------------------- 
     
    5654/ 
    5755!----------------------------------------------------------------------- 
    58 &namlbc        !   lateral momentum boundary condition 
    59 !----------------------------------------------------------------------- 
    60 !                         !  free slip  !   partial slip  !   no slip   ! strong slip 
    61   rn_shlat    =    0.     !  shlat = 0  !  0 < shlat < 2  !  shlat = 2  !  2 < shlat 
     56&namlbc        !   lateral momentum boundary condition                  (default: NO selection) 
     57!----------------------------------------------------------------------- 
     58   rn_shlat    =    0.     !  free slip 
    6259/ 
    6360!!====================================================================== 
     
    6764!!   namdrg_top    top    friction                                      (ln_isfcav=T) 
    6865!!   namdrg_bot    bottom friction 
    69 !!   nambbc        bottom temperature boundary condition                (default: NO) 
    70 !!   nambbl        bottom boundary layer scheme                         (default: NO) 
     66!!   nambbc        bottom temperature boundary condition                (default: OFF) 
     67!!   nambbl        bottom boundary layer scheme                         (default: OFF) 
    7168!!====================================================================== 
    7269! 
     
    7471&namdrg            !   top/bottom drag coefficient                      (default: NO selection) 
    7572!----------------------------------------------------------------------- 
    76    ln_NONE    = .true.     !  free-slip       : Cd = 0                  (F => fill namdrg_bot 
     73   ln_OFF     = .true.     !  free-slip       : Cd = 0                  (F => fill namdrg_bot 
    7774   ln_lin     = .false.    !      linear  drag: Cd = Cd0 Uc0                   &   namdrg_top) 
    7875   ln_non_lin = .false.    !  non-linear  drag: Cd = Cd0 |U| 
     
    113110!----------------------------------------------------------------------- 
    114111   !                       !  Operator type:    both false = No lateral diffusion 
    115    ln_traldf_NONE  =  .true.  !  No explicit diffusion 
     112   ln_traldf_OFF   =  .true.  !  No explicit diffusion 
    116113   ln_traldf_lap   =  .false.  !    laplacian operator 
    117114   ln_traldf_blp   =  .false.  !  bilaplacian operator 
     
    125122&namdyn_adv    !   formulation of the momentum advection                (default: NO selection) 
    126123!----------------------------------------------------------------------- 
    127    ln_dynadv_NONE= .false. !  linear dynamics (no momentum advection) 
     124   ln_dynadv_OFF = .false. !  linear dynamics (no momentum advection) 
    128125   ln_dynadv_vec = .false. !  vector form (T) or flux form (F) 
    129126   nn_dynkeg     = 0       ! scheme for grad(KE): =0   C2  ;  =1   Hollingsworth correction 
     
    167164!----------------------------------------------------------------------- 
    168165   !                       !  Type of the operator : 
    169    ln_dynldf_NONE=  .true.    !  No operator (i.e. no explicit diffusion) 
     166   ln_dynldf_OFF =  .true.     !  No operator (i.e. no explicit diffusion) 
    170167   ln_dynldf_lap =  .false.    !    laplacian operator 
    171168   ln_dynldf_blp =  .false.    !  bilaplacian operator 
  • branches/UKMO/dev_merge_2017_restart_datestamp_GO6_mixing/NEMOGCM/CONFIG/TEST_CASES/OVERFLOW/EXP00/namelist_zps_FCT4_vect_een_cfg

    r9490 r9568  
    3939&namtsd    !   data : Temperature  & Salinity 
    4040!----------------------------------------------------------------------- 
    41    ln_tsd_init   = .false.   !  Initialisation of ocean T & S with T &S input data (T) or not (F) 
    42    ln_tsd_tradmp = .false.   !  damping of ocean T & S toward T &S input data (T) or not (F) 
    4341/ 
    4442!----------------------------------------------------------------------- 
     
    5654/ 
    5755!----------------------------------------------------------------------- 
    58 &namlbc        !   lateral momentum boundary condition 
    59 !----------------------------------------------------------------------- 
    60 !                         !  free slip  !   partial slip  !   no slip   ! strong slip 
    61   rn_shlat    =    0.     !  shlat = 0  !  0 < shlat < 2  !  shlat = 2  !  2 < shlat 
     56&namlbc        !   lateral momentum boundary condition                  (default: NO selection) 
     57!----------------------------------------------------------------------- 
     58   rn_shlat    =    0.     !  free slip 
    6259/ 
    6360!!====================================================================== 
     
    6764!!   namdrg_top    top    friction                                      (ln_isfcav=T) 
    6865!!   namdrg_bot    bottom friction 
    69 !!   nambbc        bottom temperature boundary condition                (default: NO) 
    70 !!   nambbl        bottom boundary layer scheme                         (default: NO) 
     66!!   nambbc        bottom temperature boundary condition                (default: OFF) 
     67!!   nambbl        bottom boundary layer scheme                         (default: OFF) 
    7168!!====================================================================== 
    7269! 
     
    7471&namdrg            !   top/bottom drag coefficient                      (default: NO selection) 
    7572!----------------------------------------------------------------------- 
    76    ln_NONE    = .true.     !  free-slip       : Cd = 0                  (F => fill namdrg_bot 
     73   ln_OFF     = .true.     !  free-slip       : Cd = 0                  (F => fill namdrg_bot 
    7774   ln_lin     = .false.    !      linear  drag: Cd = Cd0 Uc0                   &   namdrg_top) 
    7875   ln_non_lin = .false.    !  non-linear  drag: Cd = Cd0 |U| 
     
    113110!----------------------------------------------------------------------- 
    114111   !                       !  Operator type:    both false = No lateral diffusion 
    115    ln_traldf_NONE  =  .true.  !  No explicit diffusion 
     112   ln_traldf_OFF   =  .true.  !  No explicit diffusion 
    116113   ln_traldf_lap   =  .false.  !    laplacian operator 
    117114   ln_traldf_blp   =  .false.  !  bilaplacian operator 
     
    125122&namdyn_adv    !   formulation of the momentum advection                (default: NO selection) 
    126123!----------------------------------------------------------------------- 
    127    ln_dynadv_NONE= .false. !  linear dynamics (no momentum advection) 
     124   ln_dynadv_OFF = .false. !  linear dynamics (no momentum advection) 
    128125   ln_dynadv_vec = .true. !  vector form (T) or flux form (F) 
    129126   nn_dynkeg     = 0       ! scheme for grad(KE): =0   C2  ;  =1   Hollingsworth correction 
     
    167164!----------------------------------------------------------------------- 
    168165   !                       !  Type of the operator : 
    169    ln_dynldf_NONE=  .false.    !  No operator (i.e. no explicit diffusion) 
     166   ln_dynldf_OFF =  .false.    !  No operator (i.e. no explicit diffusion) 
    170167   ln_dynldf_lap =  .true.    !    laplacian operator 
    171168   ln_dynldf_blp =  .false.    !  bilaplacian operator 
  • branches/UKMO/dev_merge_2017_restart_datestamp_GO6_mixing/NEMOGCM/CONFIG/TEST_CASES/SAS_BIPER/EXP00/1_namelist_cfg

    r9490 r9568  
    6565&namsbc_sas    !   Stand-Alone Surface boundary condition 
    6666!----------------------------------------------------------------------- 
    67    l_sasread   = .false.   !  =T Read in file ;  =F set all to 0. (see sbcssm.F90) 
     67   l_sasread   = .false.  !  =T Read in file ;  =F set all to 0. (see sbcssm.F90) 
    6868/ 
    6969!----------------------------------------------------------------------- 
     
    110110! 
    111111!----------------------------------------------------------------------- 
    112 &namlbc        !   lateral momentum boundary condition 
     112&namlbc        !   lateral momentum boundary condition                  (default: NO selection) 
    113113!----------------------------------------------------------------------- 
    114    rn_shlat    =    0.     !  shlat = 0  !  0 < shlat < 2  !  shlat = 2  !  2 < shlat 
    115                            !  free slip  !   partial slip  !   no slip   ! strong slip 
     114   rn_shlat    =    0.     !  free slip 
    116115/ 
    117116!----------------------------------------------------------------------- 
     
    147146&namdyn_adv    !   formulation of the momentum advection                (default: NO selection) 
    148147!----------------------------------------------------------------------- 
    149    ln_dynadv_NONE= .true. !  linear dynamics (no momentum advection) 
     148   ln_dynadv_OFF = .true. !  linear dynamics (no momentum advection) 
    150149/ 
    151150!----------------------------------------------------------------------- 
     
    166165&namdyn_ldf    !   lateral diffusion on momentum                        (default: NO selection) 
    167166!----------------------------------------------------------------------- 
    168    ln_dynldf_NONE= .true.     !  No operator (i.e. no explicit diffusion) 
     167   ln_dynldf_OFF = .true.     !  No operator (i.e. no explicit diffusion) 
    169168/ 
    170169!----------------------------------------------------------------------- 
     
    174173   ln_zdfcst   = .true.       !  constant mixing 
    175174/ 
    176 !----------------------------------------------------------------------- 
    177 &namzdf_ric    !   richardson number dependent vertical diffusion       (ln_zdfric =T) 
    178 !----------------------------------------------------------------------- 
    179 / 
    180 !----------------------------------------------------------------------- 
    181 &namzdf_tke    !   turbulent eddy kinetic dependent vertical diffusion  (ln_zdftke =T) 
    182 !----------------------------------------------------------------------- 
    183 / 
    184 !----------------------------------------------------------------------- 
    185 &namzdf_gls    !   GLS vertical diffusion                               (ln_zdfgls =T) 
    186 !----------------------------------------------------------------------- 
    187 / 
    188 !----------------------------------------------------------------------- 
    189 &namzdf_osm    !   OSM vertical diffusion                               (ln_zdfosm =T) 
    190 !----------------------------------------------------------------------- 
    191 / 
    192 !----------------------------------------------------------------------- 
    193 &namzdf_iwm    !    internal wave-driven mixing parameterization        (ln_zdfiwm =T) 
    194 !----------------------------------------------------------------------- 
    195 / 
    196 !----------------------------------------------------------------------- 
    197 &nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi") 
    198 !----------------------------------------------------------------------- 
    199 / 
    200 !----------------------------------------------------------------------- 
    201 &namctl        !   Control prints  
    202 !----------------------------------------------------------------------- 
    203 / 
    204 !----------------------------------------------------------------------- 
    205 &namsto        ! Stochastic parametrization of EOS                      (default: NO) 
    206 !----------------------------------------------------------------------- 
    207 / 
    208 !----------------------------------------------------------------------- 
    209 &namtrd        !   trend diagnostics                                    (default F) 
    210 !----------------------------------------------------------------------- 
    211 / 
    212 !----------------------------------------------------------------------- 
    213 &namptr        !   Poleward Transport Diagnostic                        (default F) 
    214 !----------------------------------------------------------------------- 
    215 / 
    216 !----------------------------------------------------------------------- 
    217 &namhsb        !  Heat and salt budgets                                 (default F) 
    218 !----------------------------------------------------------------------- 
    219 / 
    220 !----------------------------------------------------------------------- 
    221 &namdiu        !   Cool skin and warm layer models                      (default F) 
    222 !----------------------------------------------------------------------- 
    223 / 
    224 !----------------------------------------------------------------------- 
    225 &namflo        !   float parameters                                     ("key_float") 
    226 !----------------------------------------------------------------------- 
    227 / 
    228 !----------------------------------------------------------------------- 
    229 &nam_diaharm   !   Harmonic analysis of tidal constituents              ("key_diaharm") 
    230 !----------------------------------------------------------------------- 
    231 / 
    232 !----------------------------------------------------------------------- 
    233 &namdct        ! transports through some sections                       ("key_diadct") 
    234 !----------------------------------------------------------------------- 
    235 / 
    236 !----------------------------------------------------------------------- 
    237 &nam_diatmb    !  Top Middle Bottom Output                              (default F) 
    238 !----------------------------------------------------------------------- 
    239 / 
    240 !----------------------------------------------------------------------- 
    241 &nam_dia25h    !  25h Mean Output                                       (default F) 
    242 !----------------------------------------------------------------------- 
    243 / 
    244 !----------------------------------------------------------------------- 
    245 &namnc4        !   netcdf4 chunking and compression settings            ("key_netcdf4") 
    246 !----------------------------------------------------------------------- 
    247 / 
    248 !----------------------------------------------------------------------- 
    249 &namobs        !  observation usage switch 
    250 !----------------------------------------------------------------------- 
    251 / 
    252 !----------------------------------------------------------------------- 
    253 &nam_asminc    !   assimilation increments                              ('key_asminc') 
    254 !----------------------------------------------------------------------- 
    255 / 
    256 !----------------------------------------------------------------------- 
    257 &namdta_dyn    !   offline dynamics read in files                       ("key_offline") 
    258 !----------------------------------------------------------------------- 
    259 / 
  • branches/UKMO/dev_merge_2017_restart_datestamp_GO6_mixing/NEMOGCM/CONFIG/TEST_CASES/SAS_BIPER/EXP00/iodef.xml

    r7443 r9568  
    1515     --> 
    1616     <variable id="info_level"                type="int">10</variable> 
    17      <variable id="using_server"              type="bool">true</variable> 
     17     <variable id="using_server"              type="bool">false</variable> 
    1818     <variable id="using_oasis"               type="bool">false</variable> 
    1919     <variable id="oasis_codes_id"            type="string" >oceanx</variable> 
  • branches/UKMO/dev_merge_2017_restart_datestamp_GO6_mixing/NEMOGCM/CONFIG/TEST_CASES/SAS_BIPER/EXP00/namelist_cfg

    r9490 r9568  
    8080&namsbc_sas    !   Stand-Alone Surface boundary condition 
    8181!----------------------------------------------------------------------- 
    82    l_sasread   = .false.  =T Read in file ;  =F set all to 0. (see sbcssm.F90) 
     82   l_sasread   = .false.  ! =T Read in file ;  =F set all to 0. (see sbcssm.F90) 
    8383/ 
    8484!----------------------------------------------------------------------- 
     
    120120/ 
    121121!----------------------------------------------------------------------- 
    122 &namlbc        !   lateral momentum boundary condition 
    123 !----------------------------------------------------------------------- 
    124    rn_shlat    =    0.     !  shlat = 0  !  0 < shlat < 2  !  shlat = 2  !  2 < shlat 
    125                            !  free slip  !   partial slip  !   no slip   ! strong slip 
     122&namlbc        !   lateral momentum boundary condition                  (default: NO selection) 
     123!----------------------------------------------------------------------- 
     124   rn_shlat    =    0.     !  free slip 
    126125/ 
    127126!----------------------------------------------------------------------- 
     
    148147&namdrg        !   top/bottom drag coefficient                          (default: NO selection) 
    149148!----------------------------------------------------------------------- 
    150    ln_NONE    = .true.     !  free-slip       : Cd = 0                   
     149   ln_OFF     = .true.     !  free-slip       : Cd = 0                   
    151150/ 
    152151!----------------------------------------------------------------------- 
     
    159158/ 
    160159!----------------------------------------------------------------------- 
    161 &nambbc        !   bottom temperature boundary condition                (default: NO) 
    162 !----------------------------------------------------------------------- 
    163 / 
    164 !----------------------------------------------------------------------- 
    165 &nambbl        !   bottom boundary layer scheme                         (default: NO) 
    166 !----------------------------------------------------------------------- 
    167 / 
    168 !----------------------------------------------------------------------- 
    169 &nameos        !   ocean Equation Of Seawater                           (default: NO) 
     160&nambbc        !   bottom temperature boundary condition                (default: OFF) 
     161!----------------------------------------------------------------------- 
     162/ 
     163!----------------------------------------------------------------------- 
     164&nambbl        !   bottom boundary layer scheme                         (default: OFF) 
     165!----------------------------------------------------------------------- 
     166/ 
     167!----------------------------------------------------------------------- 
     168&nameos        !   ocean Equation Of Seawater                           (default: OFF) 
    170169!----------------------------------------------------------------------- 
    171170   ln_teos10    = .true.         !  = Use TEOS-10 equation of state 
     
    181180&namtra_ldf    !   lateral diffusion scheme for tracers 
    182181!---------------------------------------------------------------------------------- 
    183    ln_traldf_NONE   =  .true.   !    laplacian operator 
     182   ln_traldf_OFF    =  .true.   !    laplacian operator 
    184183/ 
    185184 
     
    187186&namdyn_adv    !   formulation of the momentum advection                (default: NO selection) 
    188187!----------------------------------------------------------------------- 
    189    ln_dynadv_NONE= .true. !  linear dynamics (no momentum advection) 
     188   ln_dynadv_OFF = .true. !  linear dynamics (no momentum advection) 
    190189/ 
    191190!----------------------------------------------------------------------- 
     
    206205&namdyn_ldf    !   lateral diffusion on momentum                        (default: NO selection) 
    207206!----------------------------------------------------------------------- 
    208    ln_dynldf_NONE= .true.     !  No operator (i.e. no explicit diffusion) 
     207   ln_dynldf_OFF = .true.     !  No operator (i.e. no explicit diffusion) 
    209208/ 
    210209!----------------------------------------------------------------------- 
     
    242241/ 
    243242!----------------------------------------------------------------------- 
    244 &namsto        ! Stochastic parametrization of EOS                      (default: NO) 
     243&namsto        ! Stochastic parametrization of EOS                      (default: OFF) 
    245244!----------------------------------------------------------------------- 
    246245/ 
  • branches/UKMO/dev_merge_2017_restart_datestamp_GO6_mixing/NEMOGCM/CONFIG/TEST_CASES/SAS_BIPER/MY_SRC/usrdef_sbc.F90

    r9019 r9568  
    6363         IF(lwp)   WRITE(numout,*)' usrdef_sbc_oce : SAS_BIPER case: NO surface forcing' 
    6464         ! --- oce variables --- ! 
    65          utau(:,:) = 0._wp 
     65         utau(:,:) = 0._wp  
    6666         vtau(:,:) = 0._wp 
    6767         taum(:,:) = 0._wp 
     
    7272         qns (:,:) = 0._wp 
    7373         qsr (:,:) = 0._wp 
     74         ! 
     75         utau_b(:,:) = 0._wp  
     76         vtau_b(:,:) = 0._wp 
     77         emp_b (:,:) = 0._wp 
     78         sfx_b (:,:) = 0._wp 
     79         qns_b (:,:) = 0._wp 
    7480         ! 
    7581      ENDIF 
  • branches/UKMO/dev_merge_2017_restart_datestamp_GO6_mixing/NEMOGCM/CONFIG/TEST_CASES/VORTEX/EXP00/1_namelist_cfg

    r9490 r9568  
    3737&namtsd        !   data : Temperature  & Salinity 
    3838!----------------------------------------------------------------------- 
    39    ln_tsd_init   = .false.   !  Initialisation of ocean T & S with T &S input data (T) or not (F) 
    40    ln_tsd_tradmp = .false.   !  damping of ocean T & S toward T &S input data (T) or not (F) 
    4139/ 
    4240!----------------------------------------------------------------------- 
     
    126124/ 
    127125!----------------------------------------------------------------------- 
    128 &namlbc        !   lateral momentum boundary condition 
    129 !----------------------------------------------------------------------- 
    130 !                         !  free slip  !   partial slip  !   no slip   ! strong slip 
    131   rn_shlat     =    0.    !  shlat = 0  !  0 < shlat < 2  !  shlat = 2  !  2 < shlat 
     126&namlbc        !   lateral momentum boundary condition                  (default: NO selection) 
     127!----------------------------------------------------------------------- 
     128  rn_shlat     =    0.    !  free slip 
    132129/ 
    133130!----------------------------------------------------------------------- 
     
    158155&namdrg        !   top/bottom drag coefficient                          (default: NO selection) 
    159156!----------------------------------------------------------------------- 
    160    ln_NONE    = .true.    !  free-slip       : Cd = 0 
     157   ln_OFF     = .true.    !  free-slip       : Cd = 0 
    161158/ 
    162159!----------------------------------------------------------------------- 
     
    169166/ 
    170167!----------------------------------------------------------------------- 
    171 &nambbc        !   bottom temperature boundary condition                (default: NO) 
    172 !----------------------------------------------------------------------- 
    173 / 
    174 !----------------------------------------------------------------------- 
    175 &nambbl        !   bottom boundary layer scheme                         (default: NO) 
    176 !----------------------------------------------------------------------- 
    177 / 
    178 !----------------------------------------------------------------------- 
    179 &nameos        !   ocean Equation Of Seawater                           (default: NO) 
     168&nambbc        !   bottom temperature boundary condition                (default: OFF) 
     169!----------------------------------------------------------------------- 
     170/ 
     171!----------------------------------------------------------------------- 
     172&nambbl        !   bottom boundary layer scheme                         (default: OFF) 
     173!----------------------------------------------------------------------- 
     174/ 
     175!----------------------------------------------------------------------- 
     176&nameos        !   ocean Equation Of Seawater                           (default: OFF) 
    180177!----------------------------------------------------------------------- 
    181178   ln_seos     = .true.         !  = Use simplified equation of state (S-EOS) 
     
    208205!----------------------------------------------------------------------- 
    209206   !                       !  Operator type: 
    210    ln_traldf_NONE  =  .true.  !  No explicit diffusion 
     207   ln_traldf_OFF   =  .true.  !  No explicit diffusion 
    211208   ln_traldf_lap   =  .false.  !    laplacian operator 
    212209   ln_traldf_blp   =  .false.  !  bilaplacian operator 
     
    231228/ 
    232229!----------------------------------------------------------------------- 
    233 &namdyn_vor    !   Vorticity / Coriolis scheme                          (default: NO) 
     230&namdyn_vor    !   Vorticity / Coriolis scheme                          (default: OFF) 
    234231!----------------------------------------------------------------------- 
    235232   ln_dynvor_ene = .false. !  enstrophy conserving scheme 
     
    246243/ 
    247244!----------------------------------------------------------------------- 
    248 &namdyn_spg    !   surface pressure gradient                            (default: NO) 
     245&namdyn_spg    !   surface pressure gradient                            (default: OFF) 
    249246!----------------------------------------------------------------------- 
    250247   ln_dynspg_exp  = .false.  
     
    262259!----------------------------------------------------------------------- 
    263260   !                       !  Type of the operator : 
    264    ln_dynldf_NONE=  .true.    !  No operator (i.e. no explicit diffusion) 
     261   ln_dynldf_OFF =  .true.     !  No operator (i.e. no explicit diffusion) 
    265262   ln_dynldf_lap =  .false.    !    laplacian operator 
    266263   ln_dynldf_blp =  .false.    !  bilaplacian operator 
    267264   !                       !  Direction of action  : 
    268265   ln_dynldf_lev =  .false.    !  iso-level 
    269    ln_dynldf_hor =  .true.    !  horizontal (geopotential) 
     266   ln_dynldf_hor =  .true.     !  horizontal (geopotential) 
    270267   ln_dynldf_iso =  .false.    !  iso-neutral 
    271268   !                       !  Coefficient 
     
    294291   nn_havtb    =    0         !  horizontal shape for avtb (=1) or not (=0) 
    295292/ 
    296 !----------------------------------------------------------------------- 
    297 &namzdf_ric    !   richardson number dependent vertical diffusion       (ln_zdfric =T) 
    298 !----------------------------------------------------------------------- 
    299 / 
    300 !----------------------------------------------------------------------- 
    301 &namzdf_tke    !   turbulent eddy kinetic dependent vertical diffusion  (ln_zdftke =T) 
    302 !----------------------------------------------------------------------- 
    303 / 
    304 !----------------------------------------------------------------------- 
    305 &namzdf_gls    !   GLS vertical diffusion                               (ln_zdfgls =T) 
    306 !----------------------------------------------------------------------- 
    307 / 
    308 !----------------------------------------------------------------------- 
    309 &namzdf_osm    !   OSM vertical diffusion                               (ln_zdfosm =T) 
    310 !----------------------------------------------------------------------- 
    311 / 
    312 !----------------------------------------------------------------------- 
    313 &namzdf_iwm    !    internal wave-driven mixing parameterization        (ln_zdfiwm =T) 
    314 !----------------------------------------------------------------------- 
    315 / 
    316 !----------------------------------------------------------------------- 
    317 &nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi") 
    318 !----------------------------------------------------------------------- 
    319 / 
    320 !----------------------------------------------------------------------- 
    321 &namctl        !   Control prints  
    322 !----------------------------------------------------------------------- 
    323 / 
    324 !----------------------------------------------------------------------- 
    325 &namsto        ! Stochastic parametrization of EOS                      (default: NO) 
    326 !----------------------------------------------------------------------- 
    327 / 
    328 !----------------------------------------------------------------------- 
    329 &namtrd        !   trend diagnostics                                    (default F) 
    330 !----------------------------------------------------------------------- 
    331 / 
    332 !----------------------------------------------------------------------- 
    333 &namptr        !   Poleward Transport Diagnostic                        (default F) 
    334 !----------------------------------------------------------------------- 
    335 / 
    336 !----------------------------------------------------------------------- 
    337 &namhsb        !  Heat and salt budgets                                 (default F) 
    338 !----------------------------------------------------------------------- 
    339 / 
    340 !----------------------------------------------------------------------- 
    341 &namdiu        !   Cool skin and warm layer models                      (default F) 
    342 !----------------------------------------------------------------------- 
    343 / 
    344 !----------------------------------------------------------------------- 
    345 &namflo        !   float parameters                                     ("key_float") 
    346 !----------------------------------------------------------------------- 
    347 / 
    348 !----------------------------------------------------------------------- 
    349 &nam_diaharm   !   Harmonic analysis of tidal constituents              ("key_diaharm") 
    350 !----------------------------------------------------------------------- 
    351 / 
    352 !----------------------------------------------------------------------- 
    353 &namdct        ! transports through some sections                       ("key_diadct") 
    354 !----------------------------------------------------------------------- 
    355 / 
    356 !----------------------------------------------------------------------- 
    357 &nam_diatmb    !  Top Middle Bottom Output                              (default F) 
    358 !----------------------------------------------------------------------- 
    359 / 
    360 !----------------------------------------------------------------------- 
    361 &nam_dia25h    !  25h Mean Output                                       (default F) 
    362 !----------------------------------------------------------------------- 
    363 / 
    364 !----------------------------------------------------------------------- 
    365 &namnc4        !   netcdf4 chunking and compression settings            ("key_netcdf4") 
    366 !----------------------------------------------------------------------- 
    367 / 
    368 !----------------------------------------------------------------------- 
    369 &namobs        !  observation usage switch 
    370 !----------------------------------------------------------------------- 
    371 / 
    372 !----------------------------------------------------------------------- 
    373 &nam_asminc    !   assimilation increments                              ('key_asminc') 
    374 !----------------------------------------------------------------------- 
    375 / 
    376 !----------------------------------------------------------------------- 
    377 &namdta_dyn    !   offline dynamics read in files                       ("key_offline") 
    378 !----------------------------------------------------------------------- 
    379 / 
     293 
  • branches/UKMO/dev_merge_2017_restart_datestamp_GO6_mixing/NEMOGCM/CONFIG/TEST_CASES/VORTEX/EXP00/iodef.xml

    r8703 r9568  
    1111 
    1212          <variable id="info_level"                type="int">10</variable> 
    13           <variable id="using_server"              type="bool">true</variable> 
     13          <variable id="using_server"              type="bool">false</variable> 
    1414          <variable id="using_oasis"               type="bool">false</variable> 
    1515          <variable id="oasis_codes_id"            type="string" >oceanx</variable> 
  • branches/UKMO/dev_merge_2017_restart_datestamp_GO6_mixing/NEMOGCM/CONFIG/TEST_CASES/VORTEX/EXP00/namelist_cfg

    r9490 r9568  
    33!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
    44! 
    5 !----------------------------------------------------------------------- 
    6 &namusr_def    !   User defined :   VORTEX configuration: Flat bottom, beta-plane 
    7 !----------------------------------------------------------------------- 
    8    rn_dx       =  30000.   !  x horizontal resolution   [meters] 
    9    rn_dy       =  30000.   !  y horizontal resolution   [meters] 
    10    rn_dz       =    500.   !  z vertical resolution [meters] 
    11    rn_ppgphi0  =   38.5    !  Reference latitude [degrees] 
    12 / 
     5!!====================================================================== 
     6!!              ***  Domain & Run management namelists  ***           !! 
     7!!                                                                    !! 
     8!!   namrun       parameters of the run 
     9!!   namdom       space and time domain 
     10!!   namcfg       parameters of the configuration                       (default: user defined GYRE) 
     11!!   namwad       Wetting and drying                                    (default: OFF) 
     12!!   namtsd       data: temperature & salinity                          (default: OFF) 
     13!!   namcrs       coarsened grid (for outputs and/or TOP)               (ln_crs =T) 
     14!!   namc1d       1D configuration options                              ("key_c1d") 
     15!!   namc1d_dyndmp 1D newtonian damping applied on currents             ("key_c1d") 
     16!!   namc1d_uvd   1D data (currents)                                    ("key_c1d") 
     17!!====================================================================== 
    1318! 
    1419!----------------------------------------------------------------------- 
     
    2429/ 
    2530!----------------------------------------------------------------------- 
    26 &namcfg        !   parameters of the configuration                      (default: user defined GYRE) 
    27 !----------------------------------------------------------------------- 
    28 / 
    29 !----------------------------------------------------------------------- 
    3031&namdom        !   time and space domain 
    3132!----------------------------------------------------------------------- 
     
    3536/ 
    3637!----------------------------------------------------------------------- 
     38&namcfg        !   parameters of the configuration                      (default: use namusr_def in namelist_cfg) 
     39!----------------------------------------------------------------------- 
     40/ 
     41!----------------------------------------------------------------------- 
     42&namusr_def    !   User defined :   VORTEX configuration: Flat bottom, beta-plane 
     43!----------------------------------------------------------------------- 
     44   rn_dx       =  30000.   !  x horizontal resolution   [meters] 
     45   rn_dy       =  30000.   !  y horizontal resolution   [meters] 
     46   rn_dz       =    500.   !  z vertical resolution [meters] 
     47   rn_ppgphi0  =   38.5    !  Reference latitude [degrees] 
     48/ 
     49!----------------------------------------------------------------------- 
    3750&namtsd        !   data : Temperature  & Salinity 
    3851!----------------------------------------------------------------------- 
    39    ln_tsd_init   = .false.   !  Initialisation of ocean T & S with T &S input data (T) or not (F) 
    40    ln_tsd_tradmp = .false.   !  damping of ocean T & S toward T &S input data (T) or not (F) 
    41 / 
    42 !----------------------------------------------------------------------- 
    43 &namwad        !   Wetting and drying  default is no WAD 
    44 !----------------------------------------------------------------------- 
    45 / 
    46 !----------------------------------------------------------------------- 
    47 &namcrs        !   coarsened grid (for outputs and/or TOP)              (ln_crs =T) 
    48 !----------------------------------------------------------------------- 
    49 / 
    50 !----------------------------------------------------------------------- 
    51 &namc1d        !   1D configuration options                             ("key_c1d") 
    52 !----------------------------------------------------------------------- 
    53 / 
    54 !----------------------------------------------------------------------- 
    55 &namc1d_dyndmp !   U & V newtonian damping                              ("key_c1d") 
    56 !----------------------------------------------------------------------- 
    57 / 
    58 !----------------------------------------------------------------------- 
    59 &namc1d_uvd    !   data: U & V currents                                 ("key_c1d") 
    60 !----------------------------------------------------------------------- 
    61 / 
    62  
    63 !!====================================================================== 
    64 !!            ***  Surface Boundary Condition namelists  *** 
     52/ 
     53 
     54!!====================================================================== 
     55!!            ***  Surface Boundary Condition namelists  ***          !! 
     56!!                                                                    !! 
     57!!   namsbc          surface boundary condition manager                 (default: NO selection) 
     58!!   namsbc_flx      flux               formulation                     (ln_flx     =T) 
     59!!   namsbc_blk      Bulk formulae formulation                          (ln_blk     =T) 
     60!!   namsbc_cpl      CouPLed            formulation                     ("key_oasis3" ) 
     61!!   namsbc_sas      Stand-Alone Surface module                         (SAS_SRC  only) 
     62!!   namsbc_iif      Ice-IF: use observed ice cover                     (nn_ice = 1   ) 
     63!!   namtra_qsr      penetrative solar radiation                        (ln_traqsr  =T) 
     64!!   namsbc_ssr      sea surface restoring term (for T and/or S)        (ln_ssr     =T) 
     65!!   namsbc_rnf      river runoffs                                      (ln_rnf     =T) 
     66!!   namsbc_apr      Atmospheric Pressure                               (ln_apr_dyn =T) 
     67!!   namsbc_isf      ice shelf melting/freezing                         (ln_isfcav  =T : read (ln_read_cfg=T) or set or usr_def_zgr ) 
     68!!   namsbc_iscpl    coupling option between land ice model and ocean   (ln_isfcav  =T) 
     69!!   namsbc_wave     external fields from wave model                    (ln_wave    =T) 
     70!!   namberg         iceberg floats                                     (ln_icebergs=T) 
    6571!!====================================================================== 
    6672! 
     
    7884  nn_fwb      = 0         !  FreshWater Budget: =0 unchecked 
    7985/ 
    80 !----------------------------------------------------------------------- 
    81 &namsbc_flx    !   surface boundary condition : flux formulation 
    82 !----------------------------------------------------------------------- 
    83 / 
    84 !----------------------------------------------------------------------- 
    85 &namsbc_blk   !   namsbc_blk  generic Bulk formula                      (ln_blk =T) 
    86 !----------------------------------------------------------------------- 
    87 / 
    88 !----------------------------------------------------------------------- 
    89 &namsbc_cpl    !   coupled ocean/atmosphere model                       ("key_oasis3") 
    90 !----------------------------------------------------------------------- 
    91 / 
    92 !----------------------------------------------------------------------- 
    93 &namsbc_sas    !   Stand-Alone Surface boundary condition 
    94 !----------------------------------------------------------------------- 
    95 / 
    96 !----------------------------------------------------------------------- 
    97 &namsbc_iif    !   Ice-IF : use observed ice cover                      (nn_ice = 1) 
    98 !----------------------------------------------------------------------- 
    99 / 
    100 !----------------------------------------------------------------------- 
    101 &namtra_qsr    !   penetrative solar radiation                          (ln_traqsr =T) 
    102 !----------------------------------------------------------------------- 
    103 / 
    104 !----------------------------------------------------------------------- 
    105 &namsbc_rnf    !   runoffs namelist surface boundary condition          (ln_rnf =T) 
    106 !----------------------------------------------------------------------- 
    107 / 
    108 !----------------------------------------------------------------------- 
    109 &namsbc_isf    !  Top boundary layer (ISF)                              (nn_isf >0) 
    110 !----------------------------------------------------------------------- 
    111 / 
    112 !----------------------------------------------------------------------- 
    113 &namsbc_iscpl  !   land ice / ocean coupling option                      
    114 !----------------------------------------------------------------------- 
    115 / 
    116 !----------------------------------------------------------------------- 
    117 &namsbc_apr    !   Atmospheric pressure used as ocean forcing           (ln_apr_dyn =T) 
    118 !----------------------------------------------------------------------- 
    119 / 
    120 !----------------------------------------------------------------------- 
    121 &namsbc_ssr    !   surface boundary condition : sea surface restoring   (ln_ssr =T) 
    122 !----------------------------------------------------------------------- 
    123 / 
    124 !----------------------------------------------------------------------- 
    125 &namsbc_wave   ! External fields from wave model                        (ln_wave=T) 
    126 !----------------------------------------------------------------------- 
    127 / 
    128 !----------------------------------------------------------------------- 
    129 &namberg       !   iceberg parameters                                   (default: No iceberg) 
    130 !----------------------------------------------------------------------- 
    131 / 
    132 !----------------------------------------------------------------------- 
    133 &namlbc        !   lateral momentum boundary condition 
    134 !----------------------------------------------------------------------- 
    135 !                         !  free slip  !   partial slip  !   no slip   ! strong slip 
    136   rn_shlat     =    0.    !  shlat = 0  !  0 < shlat < 2  !  shlat = 2  !  2 < shlat 
    137 / 
    138 !----------------------------------------------------------------------- 
    139 &namagrif      !  AGRIF zoom                                            ("key_agrif") 
    140 !----------------------------------------------------------------------- 
    141    ln_spc_dyn    = .true.  !  use 0 as special value for dynamics 
    142    rn_sponge_tra =  800.   !  coefficient for tracer   sponge layer [m2/s] 
    143    rn_sponge_dyn =  800.   !  coefficient for dynamics sponge layer [m2/s] 
    144    ln_chk_bathy  = .FALSE. ! 
    145 / 
    146 !----------------------------------------------------------------------- 
    147 &nam_tide      !   tide parameters 
    148 !----------------------------------------------------------------------- 
    149 / 
    150 !----------------------------------------------------------------------- 
    151 &nambdy        !  unstructured open boundaries                           
    152 !----------------------------------------------------------------------- 
    153 / 
    154 !----------------------------------------------------------------------- 
    155 &nambdy_dta    !  open boundaries - external data                        
    156 !----------------------------------------------------------------------- 
    157 / 
    158 !----------------------------------------------------------------------- 
    159 &nambdy_tide   !  tidal forcing at open boundaries 
    160 !----------------------------------------------------------------------- 
     86 
     87!!====================================================================== 
     88!!               ***  Lateral boundary condition  ***                 !! 
     89!!                                                                    !! 
     90!!   namlbc        lateral momentum boundary condition                  (default: NO selection) 
     91!!   namagrif      agrif nested grid ( read by child model only )       ("key_agrif") 
     92!!   nam_tide      Tidal forcing                                        (default: OFF) 
     93!!   nambdy        Unstructured open boundaries                         (default: OFF) 
     94!!   nambdy_dta    Unstructured open boundaries - external data         (see  nambdy) 
     95!!   nambdy_tide   tidal forcing at open boundaries                     (default: OFF) 
     96!!====================================================================== 
     97! 
     98!----------------------------------------------------------------------- 
     99&namlbc        !   lateral momentum boundary condition                  (default: NO selection) 
     100!----------------------------------------------------------------------- 
     101  rn_shlat     =    0.    !  free slip 
    161102/ 
    162103 
    163104!!====================================================================== 
    164105!!                ***  Top/Bottom boundary condition  ***             !! 
     106!!                                                                    !! 
     107!!   namdrg        top/bottom drag coefficient                          (default: NO selection) 
     108!!   namdrg_top    top    friction                                      (ln_OFF=F & ln_isfcav=T) 
     109!!   namdrg_bot    bottom friction                                      (ln_OFF=F) 
     110!!   nambbc        bottom temperature boundary condition                (default: OFF) 
     111!!   nambbl        bottom boundary layer scheme                         (default: OFF) 
    165112!!====================================================================== 
    166113! 
     
    168115&namdrg        !   top/bottom drag coefficient                          (default: NO selection) 
    169116!----------------------------------------------------------------------- 
    170    ln_NONE    = .true.    !  free-slip       : Cd = 0 
    171 / 
    172 !----------------------------------------------------------------------- 
    173 &namdrg_top    !   TOP friction                                         (ln_isfcav=T) 
    174 !----------------------------------------------------------------------- 
    175 / 
    176 !----------------------------------------------------------------------- 
    177 &namdrg_bot    !   BOTTOM friction                                   
    178 !----------------------------------------------------------------------- 
    179 / 
    180 !----------------------------------------------------------------------- 
    181 &nambbc        !   bottom temperature boundary condition                (default: NO) 
    182 !----------------------------------------------------------------------- 
    183 / 
    184 !----------------------------------------------------------------------- 
    185 &nambbl        !   bottom boundary layer scheme                         (default: NO) 
    186 !----------------------------------------------------------------------- 
    187 / 
    188  
    189 !!====================================================================== 
    190 !!                        Tracer (T & S) namelists                    !! 
    191 !!====================================================================== 
    192 ! 
    193 !----------------------------------------------------------------------- 
    194 &nameos        !   ocean Equation Of Seawater                           (default: NO) 
     117   ln_OFF     = .true.    !  free-slip       : Cd = 0 
     118/ 
     119 
     120!!====================================================================== 
     121!!                        Tracer (T-S) namelists                      !! 
     122!!                                                                    !! 
     123!!   nameos        equation of state                                    (default: NO selection) 
     124!!   namtra_adv    advection scheme                                     (default: NO selection) 
     125!!   namtra_ldf    lateral diffusion scheme                             (default: NO selection) 
     126!!   namtra_mle    mixed layer eddy param. (Fox-Kemper param.)          (default: OFF) 
     127!!   namtra_eiv    eddy induced velocity param.                         (default: OFF) 
     128!!   namtra_dmp    T & S newtonian damping                              (default: OFF) 
     129!!====================================================================== 
     130! 
     131!----------------------------------------------------------------------- 
     132&nameos        !   ocean Equation Of Seawater                           (default: OFF) 
    195133!----------------------------------------------------------------------- 
    196134   ln_seos     = .true.         !  = Use simplified equation of state (S-EOS) 
     
    222160&namtra_ldf    !   lateral diffusion scheme for tracers                 (default: NO selection) 
    223161!----------------------------------------------------------------------- 
    224   !                       !  Operator type: 
    225    ln_traldf_NONE  =  .true.  !  No explicit diffusion 
     162   ln_traldf_OFF   =  .true.  !  No explicit diffusion 
    226163   ln_traldf_lap   =  .false.  !    laplacian operator 
    227164   ln_traldf_blp   =  .false.  !  bilaplacian operator 
     
    229166 
    230167!!====================================================================== 
    231 !!                     vertical physics namelists                     !! 
     168!!                      ***  Dynamics namelists  ***                  !! 
     169!!                                                                    !! 
     170!!   nam_vvl       vertical coordinate options                          (default: z-star) 
     171!!   namdyn_adv    formulation of the momentum advection                (default: NO selection) 
     172!!   namdyn_vor    advection scheme                                     (default: NO selection) 
     173!!   namdyn_hpg    hydrostatic pressure gradient                        (default: NO selection) 
     174!!   namdyn_spg    surface pressure gradient                            (default: NO selection) 
     175!!   namdyn_ldf    lateral diffusion scheme                             (default: NO selection) 
     176!!   namdta_dyn    offline TOP: dynamics read in files                  (OFF_SRC only) 
    232177!!====================================================================== 
    233178! 
     
    246191/ 
    247192!----------------------------------------------------------------------- 
    248 &namdyn_vor    !   Vorticity / Coriolis scheme                          (default: NO) 
     193&namdyn_vor    !   Vorticity / Coriolis scheme                          (default: OFF) 
    249194!----------------------------------------------------------------------- 
    250195   ln_dynvor_ene = .false. !  enstrophy conserving scheme 
     
    261206/ 
    262207!----------------------------------------------------------------------- 
    263 &namdyn_spg    !   surface pressure gradient                            (default: NO) 
    264 !----------------------------------------------------------------------- 
    265    ln_dynspg_exp  = .false.  
     208&namdyn_spg    !   surface pressure gradient                            (default: OFF) 
     209!----------------------------------------------------------------------- 
     210   ln_dynspg_exp = .false.  
    266211   ln_dynspg_ts  = .true.   ! split-explicit free surface 
    267212      ln_bt_fw      = .true.     ! Forward integration of barotropic Eqs. 
     
    277222!----------------------------------------------------------------------- 
    278223   !                       !  Type of the operator : 
    279    ln_dynldf_NONE=  .true.    !  No operator (i.e. no explicit diffusion) 
     224   ln_dynldf_OFF =  .true.     !  No operator (i.e. no explicit diffusion) 
    280225   ln_dynldf_lap =  .false.    !    laplacian operator 
    281226   ln_dynldf_blp =  .false.    !  bilaplacian operator 
    282227   !                       !  Direction of action  : 
    283228   ln_dynldf_lev =  .false.    !  iso-level 
    284    ln_dynldf_hor =  .true.    !  horizontal (geopotential) 
     229   ln_dynldf_hor =  .true.     !  horizontal (geopotential) 
    285230   ln_dynldf_iso =  .false.    !  iso-neutral 
    286231   !                       !  Coefficient 
     
    293238/ 
    294239 
     240!!====================================================================== 
     241!!                     vertical physics namelists                     !! 
     242!!                                                                    !! 
     243!!    namzdf        vertical physics manager                            (default: NO selection) 
     244!!    namzdf_ric    richardson number vertical mixing                   (ln_zdfric=T) 
     245!!    namzdf_tke    TKE vertical mixing                                 (ln_zdftke=T) 
     246!!    namzdf_gls    GLS vertical mixing                                 (ln_zdfgls=T) 
     247!!    namzdf_osm    OSM vertical diffusion                              (ln_zdfosm=T) 
     248!!    namzdf_iwm    tidal mixing parameterization                       (ln_zdfiwm=T) 
     249!!====================================================================== 
     250! 
    295251!----------------------------------------------------------------------- 
    296252&namzdf        !   vertical physics                                     (default: NO selection) 
     
    309265   nn_havtb    =    0         !  horizontal shape for avtb (=1) or not (=0) 
    310266/ 
    311 !----------------------------------------------------------------------- 
    312 &namzdf_ric    !   richardson number dependent vertical diffusion       (ln_zdfric =T) 
    313 !----------------------------------------------------------------------- 
    314 / 
    315 !----------------------------------------------------------------------- 
    316 &namzdf_tke    !   turbulent eddy kinetic dependent vertical diffusion  (ln_zdftke =T) 
    317 !----------------------------------------------------------------------- 
    318 / 
    319 !----------------------------------------------------------------------- 
    320 &namzdf_gls    !   GLS vertical diffusion                               (ln_zdfgls =T) 
    321 !----------------------------------------------------------------------- 
    322 / 
    323 !----------------------------------------------------------------------- 
    324 &namzdf_osm    !   OSM vertical diffusion                               (ln_zdfosm =T) 
    325 !----------------------------------------------------------------------- 
    326 / 
    327 !----------------------------------------------------------------------- 
    328 &namzdf_iwm    !    internal wave-driven mixing parameterization        (ln_zdfiwm =T) 
    329 !----------------------------------------------------------------------- 
    330 / 
    331 !----------------------------------------------------------------------- 
    332 &nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi") 
    333 !----------------------------------------------------------------------- 
    334 / 
    335 !----------------------------------------------------------------------- 
    336 &namctl        !   Control prints  
    337 !----------------------------------------------------------------------- 
    338 / 
    339 !----------------------------------------------------------------------- 
    340 &namsto        ! Stochastic parametrization of EOS                      (default: NO) 
    341 !----------------------------------------------------------------------- 
    342 / 
    343 !----------------------------------------------------------------------- 
    344 &namtrd        !   trend diagnostics                                    (default F) 
    345 !----------------------------------------------------------------------- 
    346 / 
    347 !----------------------------------------------------------------------- 
    348 &namptr        !   Poleward Transport Diagnostic                        (default F) 
    349 !----------------------------------------------------------------------- 
    350 / 
    351 !----------------------------------------------------------------------- 
    352 &namhsb        !  Heat and salt budgets                                 (default F) 
    353 !----------------------------------------------------------------------- 
    354 / 
    355 !----------------------------------------------------------------------- 
    356 &namdiu        !   Cool skin and warm layer models                      (default F) 
    357 !----------------------------------------------------------------------- 
    358 / 
    359 !----------------------------------------------------------------------- 
    360 &namflo        !   float parameters                                     ("key_float") 
    361 !----------------------------------------------------------------------- 
    362 / 
    363 !----------------------------------------------------------------------- 
    364 &nam_diaharm   !   Harmonic analysis of tidal constituents              ("key_diaharm") 
    365 !----------------------------------------------------------------------- 
    366 / 
    367 !----------------------------------------------------------------------- 
    368 &namdct        ! transports through some sections                       ("key_diadct") 
    369 !----------------------------------------------------------------------- 
    370 / 
    371 !----------------------------------------------------------------------- 
    372 &nam_diatmb    !  Top Middle Bottom Output                              (default F) 
    373 !----------------------------------------------------------------------- 
    374 / 
    375 !----------------------------------------------------------------------- 
    376 &nam_dia25h    !  25h Mean Output                                       (default F) 
    377 !----------------------------------------------------------------------- 
    378 / 
    379 !----------------------------------------------------------------------- 
    380 &namnc4        !   netcdf4 chunking and compression settings            ("key_netcdf4") 
    381 !----------------------------------------------------------------------- 
    382 / 
    383 !----------------------------------------------------------------------- 
    384 &namobs        !  observation usage switch 
    385 !----------------------------------------------------------------------- 
    386 / 
    387 !----------------------------------------------------------------------- 
    388 &nam_asminc    !   assimilation increments                              ('key_asminc') 
    389 !----------------------------------------------------------------------- 
    390 / 
    391 !----------------------------------------------------------------------- 
    392 &namdta_dyn    !   offline dynamics read in files                       ("key_offline") 
    393 !----------------------------------------------------------------------- 
    394 / 
     267 
     268!!====================================================================== 
     269!!                  ***  Diagnostics namelists  ***                   !! 
     270!!                                                                    !! 
     271!!   namtrd       dynamics and/or tracer trends                         (default: OFF) 
     272!!   namptr       Poleward Transport Diagnostics                        (default: OFF) 
     273!!   namhsb       Heat and salt budgets                                 (default: OFF) 
     274!!   namdiu       Cool skin and warm layer models                       (default: OFF) 
     275!!   namdiu       Cool skin and warm layer models                       (default: OFF) 
     276!!   namflo       float parameters                                      ("key_float") 
     277!!   nam_diaharm  Harmonic analysis of tidal constituents               ("key_diaharm") 
     278!!   namdct       transports through some sections                      ("key_diadct") 
     279!!   nam_diatmb   Top Middle Bottom Output                              (default: OFF) 
     280!!   nam_dia25h   25h Mean Output                                       (default: OFF) 
     281!!   namnc4       netcdf4 chunking and compression settings             ("key_netcdf4") 
     282!!====================================================================== 
     283! 
     284!!====================================================================== 
     285!!               ***  Observation & Assimilation  ***                 !! 
     286!!                                                                    !! 
     287!!   namobs       observation and model comparison                      (default: OFF) 
     288!!   nam_asminc   assimilation increments                               ('key_asminc') 
     289!!====================================================================== 
     290! 
     291!!====================================================================== 
     292!!                  ***  Miscellaneous namelists  ***                 !! 
     293!!                                                                    !! 
     294!!   nammpp            Massively Parallel Processing                    ("key_mpp_mpi") 
     295!!   namctl            Control prints                                   (default: OFF) 
     296!!   namsto            Stochastic parametrization of EOS                (default: OFF) 
     297!!====================================================================== 
     298! 
  • branches/UKMO/dev_merge_2017_restart_datestamp_GO6_mixing/NEMOGCM/CONFIG/TEST_CASES/WAD/EXP00/namelist_cfg

    r9490 r9568  
    3939/ 
    4040!----------------------------------------------------------------------- 
    41 &namwad        !   Wetting and Drying (WaD)                             (default: NO) 
     41&namwad        !   Wetting and Drying (WaD)                             (default: OFF) 
    4242!----------------------------------------------------------------------- 
    4343   ln_wd_il    = .false    ! T/F activation of iterative   limiter 
     
    127127/ 
    128128!----------------------------------------------------------------------- 
    129 &namlbc        !   lateral momentum boundary condition 
    130 !----------------------------------------------------------------------- 
    131    rn_shlat    =    0.     !  shlat = 0  !  0 < shlat < 2  !  shlat = 2  !  2 < shlat 
     129&namlbc        !   lateral momentum boundary condition                  (default: NO selection) 
     130!----------------------------------------------------------------------- 
     131   rn_shlat    =    0.     !  free slip 
    132132/ 
    133133!----------------------------------------------------------------------- 
     
    222222/ 
    223223!----------------------------------------------------------------------- 
    224 &nambbc        !   bottom temperature boundary condition                (default: NO) 
     224&nambbc        !   bottom temperature boundary condition                (default: OFF) 
    225225!----------------------------------------------------------------------- 
    226226   ln_trabbc   = .false.   !  Apply a geothermal heating at the ocean bottom 
     
    228228/ 
    229229!----------------------------------------------------------------------- 
    230 &nambbl        !   bottom boundary layer scheme                         (default: NO) 
    231 !----------------------------------------------------------------------- 
    232 / 
    233 !----------------------------------------------------------------------- 
    234 &nameos        !   ocean Equation Of Seawater                           (default: NO) 
     230&nambbl        !   bottom boundary layer scheme                         (default: OFF) 
     231!----------------------------------------------------------------------- 
     232/ 
     233!----------------------------------------------------------------------- 
     234&nameos        !   ocean Equation Of Seawater                           (default: OFF) 
    235235!----------------------------------------------------------------------- 
    236236   ln_teos10   = .false.         !  = Use TEOS-10 equation of state 
     
    254254&namtra_adv    !   advection scheme for tracer                          (default: NO selection) 
    255255!----------------------------------------------------------------------- 
    256    ln_traadv_NONE=  .false.  !  No tracer advection 
     256   ln_traadv_OFF =  .false.  !  No tracer advection 
    257257   ln_traadv_cen =  .false.  !  2nd order centered scheme 
    258258   ln_traadv_mus =  .false.  !  MUSCL scheme 
     
    300300&namdyn_adv    !   formulation of the momentum advection                (default: NO selection) 
    301301!----------------------------------------------------------------------- 
    302    ln_dynadv_NONE= .false. !  linear dynamics (no momentum advection) 
     302   ln_dynadv_OFF = .false. !  linear dynamics (no momentum advection) 
    303303   ln_dynadv_vec = .true. !  vector form - 2nd centered scheme 
    304304     nn_dynkeg     = 0        ! grad(KE) scheme: =0   C2  ;  =1   Hollingsworth correction 
     
    307307/ 
    308308!----------------------------------------------------------------------- 
    309 &namdyn_vor    !   Vorticity / Coriolis scheme                          (default: NO) 
     309&namdyn_vor    !   Vorticity / Coriolis scheme                          (default: OFF) 
    310310!----------------------------------------------------------------------- 
    311311   ln_dynvor_ene = .false. !  enstrophy conserving scheme 
     
    323323/ 
    324324!----------------------------------------------------------------------- 
    325 &namdyn_spg    !   surface pressure gradient                            (default: NO) 
     325&namdyn_spg    !   surface pressure gradient                            (default: OFF) 
    326326!----------------------------------------------------------------------- 
    327327   ln_dynspg_ts  = .true.  !  split-explicit free surface 
     
    420420/ 
    421421!----------------------------------------------------------------------- 
    422 &namsto        ! Stochastic parametrization of EOS                      (default: NO) 
     422&namsto        ! Stochastic parametrization of EOS                      (default: OFF) 
    423423!----------------------------------------------------------------------- 
    424424/ 
Note: See TracChangeset for help on using the changeset viewer.