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 9526 for branches/2017 – NEMO

Changeset 9526 for branches/2017


Ignore:
Timestamp:
2018-04-30T12:22:35+02:00 (6 years ago)
Author:
gm
Message:

dev_merge_2017: rename ln_...NONE as ln_...OFF (CONFIG, OPA_SRC, TOP_SRC) ; agrif zoom now only in AGRIF_NORDIC configuration

Location:
branches/2017/dev_merge_2017/NEMOGCM
Files:
2 added
8 deleted
50 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_merge_2017/NEMOGCM/CONFIG/AGRIF_NORDIC/EXP00/1_namelist_cfg

    r9514 r9526  
    1010!!   namdom       space and time domain 
    1111!!   namcfg       parameters of the configuration                       (default: user defined GYRE) 
    12 !!   namwad       Wetting and drying                                    (default NO) 
    13 !!   namtsd       data: temperature & salinity                          (default NO) 
     12!!   namwad       Wetting and drying                                    (default: OFF) 
     13!!   namtsd       data: temperature & salinity                          (default: OFF) 
    1414!!   namcrs       coarsened grid (for outputs and/or TOP)               (ln_crs =T) 
    1515!!====================================================================== 
     
    3838/ 
    3939!----------------------------------------------------------------------- 
    40 &namtsd        !    Temperature & Salinity Data                         (default: NO) 
     40&namtsd        !    Temperature & Salinity Data                         (default: OFF) 
    4141!----------------------------------------------------------------------- 
    4242   !  with AGRIF ("key_agrif") child are initialized with parent values 
     
    133133!!   namlbc        lateral momentum boundary condition                  (no slip) 
    134134!!   namagrif      agrif nested grid ( read by child model only )       ("key_agrif") 
    135 !!   nam_tide      Tidal forcing                                        (default: NO) 
    136 !!   nambdy        Unstructured open boundaries                         (default: NO) 
     135!!   nam_tide      Tidal forcing                                        (default: OFF) 
     136!!   nambdy        Unstructured open boundaries                         (default: OFF) 
    137137!!   nambdy_dta    Unstructured open boundaries - external data         (see  nambdy) 
    138 !!   nambdy_tide   tidal forcing at open boundaries                     (default: NO) 
     138!!   nambdy_tide   tidal forcing at open boundaries                     (default: OFF) 
    139139!!====================================================================== 
    140140! 
     
    162162/ 
    163163!----------------------------------------------------------------------- 
    164 &nambbc        !   bottom temperature boundary condition                (default: NO) 
     164&nambbc        !   bottom temperature boundary condition                (default: OFF) 
    165165!----------------------------------------------------------------------- 
    166166   ln_trabbc   = .true.    !  Apply a geothermal heating at the ocean bottom 
     
    168168/ 
    169169!----------------------------------------------------------------------- 
    170 &nambbl        !   bottom boundary layer scheme                         (default: NO) 
     170&nambbl        !   bottom boundary layer scheme                         (default: OFF) 
    171171!----------------------------------------------------------------------- 
    172172   ln_trabbl   = .true.    !  Bottom Boundary Layer parameterisation flag 
     
    182182!!   nameos           equation of state                                 (default: NO selection) 
    183183!!   namtra_adv       advection scheme                                  (default: NO selection) 
    184 !!   namtra_adv_mle   mixed layer eddy param. (Fox-Kemper param.)       (default: NO) 
     184!!   namtra_adv_mle   mixed layer eddy param. (Fox-Kemper param.)       (default: OFF) 
    185185!!   namtra_ldf       lateral diffusion scheme                          (default: NO selection) 
    186 !!   namtra_eiv       eddy induced velocity param.                      (default: NO) 
    187 !!   namtra_dmp       T & S newtonian damping                           (default: NO) 
     186!!   namtra_eiv       eddy induced velocity param.                      (default: OFF) 
     187!!   namtra_dmp       T & S newtonian damping                           (default: OFF) 
    188188!!====================================================================== 
    189189! 
     
    200200/ 
    201201!----------------------------------------------------------------------- 
    202 &namtra_adv_mle !   mixed layer eddy parametrisation (Fox-Kemper)       (default: NO) 
     202&namtra_adv_mle !   mixed layer eddy parametrisation (Fox-Kemper)       (default: OFF) 
    203203!----------------------------------------------------------------------- 
    204204   ln_mle      = .true.   ! (T) use the Mixed Layer Eddy (MLE) parameterisation 
     
    207207&namtra_ldf    !   lateral diffusion scheme for tracers                 (default: NO selection) 
    208208!----------------------------------------------------------------------- 
    209    ln_traldf_NONE  =  .true.  !           No operator (no explicit advection) 
    210 / 
    211 !----------------------------------------------------------------------- 
    212 &namtra_eiv    !   eddy induced velocity param.                         (default: NO) 
     209   ln_traldf_OFF   =  .true.  !           No operator (no explicit advection) 
     210/ 
     211!----------------------------------------------------------------------- 
     212&namtra_eiv    !   eddy induced velocity param.                         (default: OFF) 
    213213!----------------------------------------------------------------------- 
    214214   !  not used in this zoom 
    215215/ 
    216216!----------------------------------------------------------------------- 
    217 &namtra_dmp    !   tracer: T & S newtonian damping                      (default: NO) 
     217&namtra_dmp    !   tracer: T & S newtonian damping                      (default: OFF) 
    218218!----------------------------------------------------------------------- 
    219219   !  not used in this zoom 
     
    259259&namdyn_ldf    !   lateral diffusion on momentum                        (default: NO selection) 
    260260!----------------------------------------------------------------------- 
    261    ln_dynldf_NONE=  .true.    !  No operator (i.e. no explicit diffusion) 
     261   ln_dynldf_OFF =  .true.    !  No operator (i.e. no explicit diffusion) 
    262262/ 
    263263 
     
    302302!!                  ***  Diagnostics namelists  ***                   !! 
    303303!!                                                                    !! 
    304 !!   namtrd       dynamics and/or tracer trends                         (default NO) 
    305 !!   namptr       Poleward Transport Diagnostics                        (default NO) 
    306 !!   namhsb       Heat and salt budgets                                 (default NO) 
    307 !!   namdiu       Cool skin and warm layer models                       (default NO) 
    308 !!   namdiu       Cool skin and warm layer models                       (default NO) 
     304!!   namtrd       dynamics and/or tracer trends                         (default: OFF) 
     305!!   namptr       Poleward Transport Diagnostics                        (default: OFF) 
     306!!   namhsb       Heat and salt budgets                                 (default: OFF) 
     307!!   namdiu       Cool skin and warm layer models                       (default: OFF) 
     308!!   namdiu       Cool skin and warm layer models                       (default: OFF) 
    309309!!   namflo       float parameters                                      ("key_float") 
    310310!!   nam_diaharm  Harmonic analysis of tidal constituents               ("key_diaharm") 
    311311!!   namdct       transports through some sections                      ("key_diadct") 
    312 !!   nam_diatmb   Top Middle Bottom Output                              (default NO) 
    313 !!   nam_dia25h   25h Mean Output                                       (default NO) 
     312!!   nam_diatmb   Top Middle Bottom Output                              (default: OFF) 
     313!!   nam_dia25h   25h Mean Output                                       (default: OFF) 
    314314!!   namnc4       netcdf4 chunking and compression settings             ("key_netcdf4") 
    315315!!====================================================================== 
     
    319319!!               ***  Observation & Assimilation  ***                 !! 
    320320!!                                                                    !! 
    321 !!   namobs       observation and model comparison                      (default: NO) 
     321!!   namobs       observation and model comparison                      (default: OFF) 
    322322!!   nam_asminc   assimilation increments                               ('key_asminc') 
    323323!!====================================================================== 
  • branches/2017/dev_merge_2017/NEMOGCM/CONFIG/AGRIF_NORDIC/EXP00/2_namelist_cfg

    r9514 r9526  
    1010!!   namdom       space and time domain 
    1111!!   namcfg       parameters of the configuration                       (default: user defined GYRE) 
    12 !!   namwad       Wetting and drying                                    (default NO) 
    13 !!   namtsd       data: temperature & salinity                          (default NO) 
     12!!   namwad       Wetting and drying                                    (default: OFF) 
     13!!   namtsd       data: temperature & salinity                          (default: OFF) 
    1414!!   namcrs       coarsened grid (for outputs and/or TOP)               (ln_crs =T) 
    1515!!====================================================================== 
     
    3838/ 
    3939!----------------------------------------------------------------------- 
    40 &namtsd        !    Temperature & Salinity Data                         (default: NO) 
     40&namtsd        !    Temperature & Salinity Data                         (default: OFF) 
    4141!----------------------------------------------------------------------- 
    4242   !  with AGRIF ("key_agrif") child are initialized with parent values 
     
    133133!!   namlbc        lateral momentum boundary condition                  (no slip) 
    134134!!   namagrif      agrif nested grid ( read by child model only )       ("key_agrif") 
    135 !!   nam_tide      Tidal forcing                                        (default: NO) 
    136 !!   nambdy        Unstructured open boundaries                         (default: NO) 
     135!!   nam_tide      Tidal forcing                                        (default: OFF) 
     136!!   nambdy        Unstructured open boundaries                         (default: OFF) 
    137137!!   nambdy_dta    Unstructured open boundaries - external data         (see  nambdy) 
    138 !!   nambdy_tide   tidal forcing at open boundaries                     (default: NO) 
     138!!   nambdy_tide   tidal forcing at open boundaries                     (default: OFF) 
    139139!!====================================================================== 
    140140! 
     
    162162/ 
    163163!----------------------------------------------------------------------- 
    164 &nambbc        !   bottom temperature boundary condition                (default: NO) 
     164&nambbc        !   bottom temperature boundary condition                (default: OFF) 
    165165!----------------------------------------------------------------------- 
    166166   ln_trabbc   = .true.    !  Apply a geothermal heating at the ocean bottom 
     
    168168/ 
    169169!----------------------------------------------------------------------- 
    170 &nambbl        !   bottom boundary layer scheme                         (default: NO) 
     170&nambbl        !   bottom boundary layer scheme                         (default: OFF) 
    171171!----------------------------------------------------------------------- 
    172172   ln_trabbl   = .true.    !  Bottom Boundary Layer parameterisation flag 
     
    182182!!   nameos           equation of state                                 (default: NO selection) 
    183183!!   namtra_adv       advection scheme                                  (default: NO selection) 
    184 !!   namtra_adv_mle   mixed layer eddy param. (Fox-Kemper param.)       (default: NO) 
     184!!   namtra_adv_mle   mixed layer eddy param. (Fox-Kemper param.)       (default: OFF) 
    185185!!   namtra_ldf       lateral diffusion scheme                          (default: NO selection) 
    186 !!   namtra_eiv       eddy induced velocity param.                      (default: NO) 
    187 !!   namtra_dmp       T & S newtonian damping                           (default: NO) 
     186!!   namtra_eiv       eddy induced velocity param.                      (default: OFF) 
     187!!   namtra_dmp       T & S newtonian damping                           (default: OFF) 
    188188!!====================================================================== 
    189189! 
     
    200200/ 
    201201!----------------------------------------------------------------------- 
    202 &namtra_adv_mle !   mixed layer eddy parametrisation (Fox-Kemper)       (default: NO) 
     202&namtra_adv_mle !   mixed layer eddy parametrisation (Fox-Kemper)       (default: OFF) 
    203203!----------------------------------------------------------------------- 
    204204   ln_mle      = .true.   ! (T) use the Mixed Layer Eddy (MLE) parameterisation 
     
    207207&namtra_ldf    !   lateral diffusion scheme for tracers                 (default: NO selection) 
    208208!----------------------------------------------------------------------- 
    209    ln_traldf_NONE  =  .true.  !           No operator (no explicit advection) 
    210 / 
    211 !----------------------------------------------------------------------- 
    212 &namtra_eiv    !   eddy induced velocity param.                         (default: NO) 
     209   ln_traldf_OFF   =  .true.  !           No operator (no explicit advection) 
     210/ 
     211!----------------------------------------------------------------------- 
     212&namtra_eiv    !   eddy induced velocity param.                         (default: OFF) 
    213213!----------------------------------------------------------------------- 
    214214   !  not used in this zoom 
    215215/ 
    216216!----------------------------------------------------------------------- 
    217 &namtra_dmp    !   tracer: T & S newtonian damping                      (default: NO) 
     217&namtra_dmp    !   tracer: T & S newtonian damping                      (default: OFF) 
    218218!----------------------------------------------------------------------- 
    219219   !  not used in this zoom 
     
    259259&namdyn_ldf    !   lateral diffusion on momentum                        (default: NO selection) 
    260260!----------------------------------------------------------------------- 
    261    ln_dynldf_NONE=  .true.    !  No operator (i.e. no explicit diffusion) 
     261   ln_dynldf_OFF =  .true.    !  No operator (i.e. no explicit diffusion) 
    262262/ 
    263263 
     
    302302!!                  ***  Diagnostics namelists  ***                   !! 
    303303!!                                                                    !! 
    304 !!   namtrd       dynamics and/or tracer trends                         (default NO) 
    305 !!   namptr       Poleward Transport Diagnostics                        (default NO) 
    306 !!   namhsb       Heat and salt budgets                                 (default NO) 
    307 !!   namdiu       Cool skin and warm layer models                       (default NO) 
    308 !!   namdiu       Cool skin and warm layer models                       (default NO) 
     304!!   namtrd       dynamics and/or tracer trends                         (default: OFF) 
     305!!   namptr       Poleward Transport Diagnostics                        (default: OFF) 
     306!!   namhsb       Heat and salt budgets                                 (default: OFF) 
     307!!   namdiu       Cool skin and warm layer models                       (default: OFF) 
     308!!   namdiu       Cool skin and warm layer models                       (default: OFF) 
    309309!!   namflo       float parameters                                      ("key_float") 
    310310!!   nam_diaharm  Harmonic analysis of tidal constituents               ("key_diaharm") 
    311311!!   namdct       transports through some sections                      ("key_diadct") 
    312 !!   nam_diatmb   Top Middle Bottom Output                              (default NO) 
    313 !!   nam_dia25h   25h Mean Output                                       (default NO) 
     312!!   nam_diatmb   Top Middle Bottom Output                              (default: OFF) 
     313!!   nam_dia25h   25h Mean Output                                       (default: OFF) 
    314314!!   namnc4       netcdf4 chunking and compression settings             ("key_netcdf4") 
    315315!!====================================================================== 
     
    319319!!               ***  Observation & Assimilation  ***                 !! 
    320320!!                                                                    !! 
    321 !!   namobs       observation and model comparison                      (default: NO) 
     321!!   namobs       observation and model comparison                      (default: OFF) 
    322322!!   nam_asminc   assimilation increments                               ('key_asminc') 
    323323!!====================================================================== 
  • branches/2017/dev_merge_2017/NEMOGCM/CONFIG/AGRIF_NORDIC/EXP00/namelist_cfg

    r9516 r9526  
    1010!!   namdom       space and time domain 
    1111!!   namcfg       parameters of the configuration                       (default: user defined GYRE) 
    12 !!   namwad       Wetting and drying                                    (default NO) 
    13 !!   namtsd       data: temperature & salinity                          (default NO) 
     12!!   namwad       Wetting and drying                                    (default: OFF) 
     13!!   namtsd       data: temperature & salinity                          (default: OFF) 
    1414!!   namcrs       coarsened grid (for outputs and/or TOP)               (ln_crs =T) 
    1515!!====================================================================== 
     
    4040/ 
    4141!----------------------------------------------------------------------- 
    42 &namtsd        !    Temperature & Salinity Data                         (default: NO) 
     42&namtsd        !    Temperature & Salinity Data                         (default: OFF) 
    4343!----------------------------------------------------------------------- 
    4444   !                       ! =T  read T-S fields for: 
     
    160160!!   namlbc        lateral momentum boundary condition                  (no slip) 
    161161!!   namagrif      agrif nested grid ( read by child model only )       ("key_agrif") 
    162 !!   nam_tide      Tidal forcing                                        (default: NO) 
    163 !!   nambdy        Unstructured open boundaries                         (default: NO) 
     162!!   nam_tide      Tidal forcing                                        (default: OFF) 
     163!!   nambdy        Unstructured open boundaries                         (default: OFF) 
    164164!!   nambdy_dta    Unstructured open boundaries - external data         (see  nambdy) 
    165 !!   nambdy_tide   tidal forcing at open boundaries                     (default: NO) 
     165!!   nambdy_tide   tidal forcing at open boundaries                     (default: OFF) 
    166166!!====================================================================== 
    167167! 
     
    175175!----------------------------------------------------------------------- 
    176176/ 
     177 
     178!!====================================================================== 
     179!!                ***  Top/Bottom boundary condition  ***             !! 
     180!!                                                                    !! 
     181!!   namdrg        top/bottom drag coefficient                          (default: NO selection) 
     182!!   namdrg_top    top    friction                                      (ln_OFF=F & ln_isfcav=T) 
     183!!   namdrg_bot    bottom friction                                      (ln_OFF=F) 
     184!!   nambbc        bottom temperature boundary condition                (default: OFF) 
     185!!   nambbl        bottom boundary layer scheme                         (default: OFF) 
     186!!====================================================================== 
     187! 
    177188!----------------------------------------------------------------------- 
    178189&namdrg        !   top/bottom drag coefficient                          (default: NO selection) 
     
    185196/ 
    186197!----------------------------------------------------------------------- 
    187 &nambbc        !   bottom temperature boundary condition                (default: NO) 
     198&nambbc        !   bottom temperature boundary condition                (default: OFF) 
    188199!----------------------------------------------------------------------- 
    189200   ln_trabbc   = .true.    !  Apply a geothermal heating at the ocean bottom 
     
    197208/ 
    198209!----------------------------------------------------------------------- 
    199 &nambbl        !   bottom boundary layer scheme                         (default: NO) 
     210&nambbl        !   bottom boundary layer scheme                         (default: OFF) 
    200211!----------------------------------------------------------------------- 
    201212   ln_trabbl   = .true.    !  Bottom Boundary Layer parameterisation flag 
     
    211222!!   nameos           equation of state                                 (default: NO selection) 
    212223!!   namtra_adv       advection scheme                                  (default: NO selection) 
    213 !!   namtra_adv_mle   mixed layer eddy param. (Fox-Kemper param.)       (default: NO) 
     224!!   namtra_adv_mle   mixed layer eddy param. (Fox-Kemper param.)       (default: OFF) 
    214225!!   namtra_ldf       lateral diffusion scheme                          (default: NO selection) 
    215 !!   namtra_eiv       eddy induced velocity param.                      (default: NO) 
    216 !!   namtra_dmp       T & S newtonian damping                           (default: NO) 
     226!!   namtra_eiv       eddy induced velocity param.                      (default: OFF) 
     227!!   namtra_dmp       T & S newtonian damping                           (default: OFF) 
    217228!!====================================================================== 
    218229! 
     
    230241/ 
    231242!----------------------------------------------------------------------- 
    232 &namtra_adv_mle !   mixed layer eddy parametrisation (Fox-Kemper)       (default: NO) 
     243&namtra_adv_mle !   mixed layer eddy parametrisation (Fox-Kemper)       (default: OFF) 
    233244!----------------------------------------------------------------------- 
    234245   ln_mle      = .true.   ! (T) use the Mixed Layer Eddy (MLE) parameterisation 
     
    250261/ 
    251262!----------------------------------------------------------------------- 
    252 &namtra_eiv !   eddy induced velocity param.                            (default: NO) 
     263&namtra_eiv !   eddy induced velocity param.                            (default: OFF) 
    253264!----------------------------------------------------------------------- 
    254265   ln_ldfeiv     =.true.   ! use eddy induced velocity parameterization 
     
    263274/ 
    264275!----------------------------------------------------------------------- 
    265 &namtra_dmp    !   tracer: T & S newtonian damping                      (default: NO) 
     276&namtra_dmp    !   tracer: T & S newtonian damping                      (default: OFF) 
    266277!----------------------------------------------------------------------- 
    267278   ln_tradmp   =  .true.   !  add a damping term (using resto.nc coef.) 
     
    355366!!                  ***  Diagnostics namelists  ***                   !! 
    356367!!                                                                    !! 
    357 !!   namtrd       dynamics and/or tracer trends                         (default NO) 
    358 !!   namptr       Poleward Transport Diagnostics                        (default NO) 
    359 !!   namhsb       Heat and salt budgets                                 (default NO) 
    360 !!   namdiu       Cool skin and warm layer models                       (default NO) 
    361 !!   namdiu       Cool skin and warm layer models                       (default NO) 
     368!!   namtrd       dynamics and/or tracer trends                         (default: OFF) 
     369!!   namptr       Poleward Transport Diagnostics                        (default: OFF) 
     370!!   namhsb       Heat and salt budgets                                 (default: OFF) 
     371!!   namdiu       Cool skin and warm layer models                       (default: OFF) 
     372!!   namdiu       Cool skin and warm layer models                       (default: OFF) 
    362373!!   namflo       float parameters                                      ("key_float") 
    363374!!   nam_diaharm  Harmonic analysis of tidal constituents               ("key_diaharm") 
    364375!!   namdct       transports through some sections                      ("key_diadct") 
    365 !!   nam_diatmb   Top Middle Bottom Output                              (default NO) 
    366 !!   nam_dia25h   25h Mean Output                                       (default NO) 
     376!!   nam_diatmb   Top Middle Bottom Output                              (default: OFF) 
     377!!   nam_dia25h   25h Mean Output                                       (default: OFF) 
    367378!!   namnc4       netcdf4 chunking and compression settings             ("key_netcdf4") 
    368379!!====================================================================== 
     
    372383!!               ***  Observation & Assimilation  ***                 !! 
    373384!!                                                                    !! 
    374 !!   namobs       observation and model comparison                      (default: NO) 
     385!!   namobs       observation and model comparison                      (default: OFF) 
    375386!!   nam_asminc   assimilation increments                               ('key_asminc') 
    376387!!====================================================================== 
    377388! 
     389 
     390!!====================================================================== 
     391!!                  ***  Miscellaneous namelists  ***                 !! 
     392!!                                                                    !! 
     393!!   nammpp            Massively Parallel Processing                    ("key_mpp_mpi") 
     394!!   namctl            Control prints                                   (default: OFF) 
     395!!   namsto            Stochastic parametrization of EOS                (default: OFF) 
     396!!====================================================================== 
     397! 
  • branches/2017/dev_merge_2017/NEMOGCM/CONFIG/AMM12/EXP00/namelist_cfg

    r9517 r9526  
    1010!!   namdom       space and time domain 
    1111!!   namcfg       parameters of the configuration                       (default: user defined GYRE) 
    12 !!   namwad       Wetting and drying                                    (default NO) 
    13 !!   namtsd       data: temperature & salinity                          (default NO) 
     12!!   namwad       Wetting and drying                                    (default: OFF) 
     13!!   namtsd       data: temperature & salinity                          (default: OFF) 
    1414!!   namcrs       coarsened grid (for outputs and/or TOP)               (ln_crs =T) 
    1515!!====================================================================== 
     
    140140!!   namlbc        lateral momentum boundary condition                  (no slip) 
    141141!!   namagrif      agrif nested grid ( read by child model only )       ("key_agrif") 
    142 !!   nam_tide      Tidal forcing                                        (default: NO) 
    143 !!   nambdy        Unstructured open boundaries                         (default: NO) 
     142!!   nam_tide      Tidal forcing                                        (default: OFF) 
     143!!   nambdy        Unstructured open boundaries                         (default: OFF) 
    144144!!   nambdy_dta    Unstructured open boundaries - external data         (see  nambdy) 
    145 !!   nambdy_tide   tidal forcing at open boundaries                     (default: NO) 
     145!!   nambdy_tide   tidal forcing at open boundaries                     (default: OFF) 
    146146!!====================================================================== 
    147147! 
     
    152152/ 
    153153!----------------------------------------------------------------------- 
    154 &nam_tide      !   tide parameters                                      (default: NO) 
     154&nam_tide      !   tide parameters                                      (default: OFF) 
    155155!----------------------------------------------------------------------- 
    156156   ln_tide     = .true.    ! Activate tides 
     
    174174/ 
    175175!----------------------------------------------------------------------- 
    176 &nambdy        !  unstructured open boundaries                          (default: NO) 
     176&nambdy        !  unstructured open boundaries                          (default: OFF) 
    177177!----------------------------------------------------------------------- 
    178178    ln_bdy     = .true.   !  Use unstructured open boundaries 
     
    211211!!                                                                    !! 
    212212!!   namdrg        top/bottom drag coefficient                          (default: NO selection) 
    213 !!   namdrg_top    top    friction                                      (ln_NONE=F & ln_isfcav=T) 
    214 !!   namdrg_bot    bottom friction                                      (ln_NONE=F) 
    215 !!   nambbc        bottom temperature boundary condition                (default: NO) 
    216 !!   nambbl        bottom boundary layer scheme                         (default: NO) 
     213!!   namdrg_top    top    friction                                      (ln_OFF =F & ln_isfcav=T) 
     214!!   namdrg_bot    bottom friction                                      (ln_OFF =F) 
     215!!   nambbc        bottom temperature boundary condition                (default: OFF) 
     216!!   nambbl        bottom boundary layer scheme                         (default: OFF) 
    217217!!====================================================================== 
    218218! 
     
    238238!!   namtra_adv       advection scheme                                  (default: NO selection) 
    239239!!   namtra_ldf       lateral diffusion scheme                          (default: NO selection) 
    240 !!   namtra_adv_mle   mixed layer eddy param. (Fox-Kemper param.)       (default: NO) 
    241 !!   namtra_eiv       eddy induced velocity param.                      (default: NO) 
    242 !!   namtra_dmp       T & S newtonian damping                           (default: NO) 
     240!!   namtra_adv_mle   mixed layer eddy param. (Fox-Kemper param.)       (default: OFF) 
     241!!   namtra_eiv       eddy induced velocity param.                      (default: OFF) 
     242!!   namtra_dmp       T & S newtonian damping                           (default: OFF) 
    243243!!====================================================================== 
    244244! 
     
    347347!!                  ***  Diagnostics namelists  ***                   !! 
    348348!!                                                                    !! 
    349 !!   namtrd       dynamics and/or tracer trends                         (default NO) 
    350 !!   namptr       Poleward Transport Diagnostics                        (default NO) 
    351 !!   namhsb       Heat and salt budgets                                 (default NO) 
    352 !!   namdiu       Cool skin and warm layer models                       (default NO) 
    353 !!   namdiu       Cool skin and warm layer models                       (default NO) 
     349!!   namtrd       dynamics and/or tracer trends                         (default: OFF) 
     350!!   namptr       Poleward Transport Diagnostics                        (default: OFF) 
     351!!   namhsb       Heat and salt budgets                                 (default: OFF) 
     352!!   namdiu       Cool skin and warm layer models                       (default: OFF) 
     353!!   namdiu       Cool skin and warm layer models                       (default: OFF) 
    354354!!   namflo       float parameters                                      ("key_float") 
    355355!!   nam_diaharm  Harmonic analysis of tidal constituents               ("key_diaharm") 
    356356!!   namdct       transports through some sections                      ("key_diadct") 
    357 !!   nam_diatmb   Top Middle Bottom Output                              (default NO) 
    358 !!   nam_dia25h   25h Mean Output                                       (default NO) 
     357!!   nam_diatmb   Top Middle Bottom Output                              (default: OFF) 
     358!!   nam_dia25h   25h Mean Output                                       (default: OFF) 
    359359!!   namnc4       netcdf4 chunking and compression settings             ("key_netcdf4") 
    360360!!====================================================================== 
     
    374374!!               ***  Observation & Assimilation  ***                 !! 
    375375!!                                                                    !! 
    376 !!   namobs       observation and model comparison                      (default: NO) 
     376!!   namobs       observation and model comparison                      (default: OFF) 
    377377!!   nam_asminc   assimilation increments                               ('key_asminc') 
    378378!!====================================================================== 
  • branches/2017/dev_merge_2017/NEMOGCM/CONFIG/C1D_PAPA/EXP00/namelist_cfg

    r9490 r9526  
    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!!   namcrs       coarsened grid (for outputs and/or TOP)               (ln_crs =T) 
    1414!!   namc1d       1D configuration options                              ("key_c1d") 
     
    8282/ 
    8383!----------------------------------------------------------------------- 
    84 &namc1d_uvd    !   data: U & V currents                                 ("key_c1d" default: NO) 
    85 !----------------------------------------------------------------------- 
    86 / 
    87 !----------------------------------------------------------------------- 
    88 &namc1d_dyndmp !   U & V newtonian damping                              ("key_c1d" default: NO) 
    89 !----------------------------------------------------------------------- 
    90 / 
    91 !----------------------------------------------------------------------- 
    92 &namtsd        !    Temperature & Salinity Data                         (default: NO) 
     84&namc1d_uvd    !   data: U & V currents                                 ("key_c1d" default: OFF) 
     85!----------------------------------------------------------------------- 
     86/ 
     87!----------------------------------------------------------------------- 
     88&namc1d_dyndmp !   U & V newtonian damping                              ("key_c1d" default: OFF) 
     89!----------------------------------------------------------------------- 
     90/ 
     91!----------------------------------------------------------------------- 
     92&namtsd        !    Temperature & Salinity Data                         (default: OFF) 
    9393!----------------------------------------------------------------------- 
    9494   !           !  file name                 ! frequency (hours) ! variable ! time interp.!  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
     
    172172&namtra_adv    !   advection scheme for tracer                          (default: NO selection) 
    173173!----------------------------------------------------------------------- 
    174    ln_traadv_NONE= .true.  !  No tracer advection 
     174   ln_traadv_OFF = .true.  !  No tracer advection 
    175175/ 
    176176!----------------------------------------------------------------------- 
    177177&namtra_ldf    !   lateral diffusion scheme for tracers 
    178178!----------------------------------------------------------------------- 
    179    ln_traldf_NONE= .true.  ! No operator (no explicit diffusion) 
     179   ln_traldf_OFF = .true.  ! No operator (no explicit diffusion) 
    180180/ 
    181181 
     
    191191&namdyn_adv    !   formulation of the momentum advection                (default: selection) 
    192192!----------------------------------------------------------------------- 
    193    ln_dynadv_NONE= .true.  !  linear dynamics (no momentum advection) 
     193   ln_dynadv_OFF = .true.  !  linear dynamics (no momentum advection) 
    194194/ 
    195195!----------------------------------------------------------------------- 
     
    203203/ 
    204204!----------------------------------------------------------------------- 
    205 &namdyn_spg    !   surface pressure gradient                            (default: NO) 
     205&namdyn_spg    !   surface pressure gradient                            (default: OFF) 
    206206!----------------------------------------------------------------------- 
    207207/ 
     
    209209&namdyn_ldf    !   lateral diffusion on momentum 
    210210!----------------------------------------------------------------------- 
    211    ln_dynldf_NONE= .true.     ! No operator (no explicit diffusion) 
     211   ln_dynldf_OFF = .true.     ! No operator (no explicit diffusion) 
    212212/ 
    213213 
  • branches/2017/dev_merge_2017/NEMOGCM/CONFIG/GYRE_BFM/EXP00/namelist_cfg

    r9490 r9526  
    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!!   namcrs       coarsened grid (for outputs and/or TOP)               (ln_crs =T) 
    1414!!   namc1d       1D configuration options                              ("key_c1d") 
     
    8686!!   namlbc        lateral momentum boundary condition                  (default: no slip) 
    8787!!   namagrif      agrif nested grid ( read by child model only )       ("key_agrif") 
    88 !!   nam_tide      Tidal forcing                                        (default: NO) 
    89 !!   nambdy        Unstructured open boundaries                         (default: NO) 
     88!!   nam_tide      Tidal forcing                                        (default: OFF) 
     89!!   nambdy        Unstructured open boundaries                         (default: OFF) 
    9090!!   nambdy_dta    Unstructured open boundaries - external data         (see  nambdy) 
    91 !!   nambdy_tide   tidal forcing at open boundaries                     (default: NO) 
     91!!   nambdy_tide   tidal forcing at open boundaries                     (default: OFF) 
    9292!!====================================================================== 
    9393! 
     
    9696!!                                                                    !! 
    9797!!   namdrg        top/bottom drag coefficient                          (default: NO selection) 
    98 !!   namdrg_top    top    friction                                      (ln_NONE=F & ln_isfcav=T) 
    99 !!   namdrg_bot    bottom friction                                      (ln_NONE=F) 
    100 !!   nambbc        bottom temperature boundary condition                (default: NO) 
    101 !!   nambbl        bottom boundary layer scheme                         (default: NO) 
     98!!   namdrg_top    top    friction                                      (ln_OFF=F & ln_isfcav=T) 
     99!!   namdrg_bot    bottom friction                                      (ln_OFF=F) 
     100!!   nambbc        bottom temperature boundary condition                (default: OFF) 
     101!!   nambbl        bottom boundary layer scheme                         (default: OFF) 
    102102!!====================================================================== 
    103103! 
     
    114114!!   namtra_adv       advection scheme                                  (default: NO selection) 
    115115!!   namtra_ldf       lateral diffusion scheme                          (default: NO selection) 
    116 !!   namtra_adv_mle   mixed layer eddy param. (Fox-Kemper param.)       (default: NO) 
    117 !!   namtra_eiv       eddy induced velocity param.                      (default: NO) 
    118 !!   namtra_dmp       T & S newtonian damping                           (default: NO) 
     116!!   namtra_adv_mle   mixed layer eddy param. (Fox-Kemper param.)       (default: OFF) 
     117!!   namtra_eiv       eddy induced velocity param.                      (default: OFF) 
     118!!   namtra_dmp       T & S newtonian damping                           (default: OFF) 
    119119!!====================================================================== 
    120120! 
     
    217217!!                  ***  Diagnostics namelists  ***                   !! 
    218218!!                                                                    !! 
    219 !!   namtrd       dynamics and/or tracer trends                         (default NO) 
    220 !!   namptr       Poleward Transport Diagnostics                        (default NO) 
    221 !!   namhsb       Heat and salt budgets                                 (default NO) 
    222 !!   namdiu       Cool skin and warm layer models                       (default NO) 
    223 !!   namdiu       Cool skin and warm layer models                       (default NO) 
     219!!   namtrd       dynamics and/or tracer trends                         (default: OFF) 
     220!!   namptr       Poleward Transport Diagnostics                        (default: OFF) 
     221!!   namhsb       Heat and salt budgets                                 (default: OFF) 
     222!!   namdiu       Cool skin and warm layer models                       (default: OFF) 
     223!!   namdiu       Cool skin and warm layer models                       (default: OFF) 
    224224!!   namflo       float parameters                                      ("key_float") 
    225225!!   nam_diaharm  Harmonic analysis of tidal constituents               ("key_diaharm") 
    226226!!   namdct       transports through some sections                      ("key_diadct") 
    227 !!   nam_diatmb   Top Middle Bottom Output                              (default NO) 
    228 !!   nam_dia25h   25h Mean Output                                       (default NO) 
     227!!   nam_diatmb   Top Middle Bottom Output                              (default: OFF) 
     228!!   nam_dia25h   25h Mean Output                                       (default: OFF) 
    229229!!   namnc4       netcdf4 chunking and compression settings             ("key_netcdf4") 
    230230!!====================================================================== 
     
    233233!!               ***  Observation & Assimilation  ***                 !! 
    234234!!                                                                    !! 
    235 !!   namobs       observation and model comparison                      (default: NO) 
     235!!   namobs       observation and model comparison                      (default: OFF) 
    236236!!   nam_asminc   assimilation increments                               ('key_asminc') 
    237237!!====================================================================== 
  • branches/2017/dev_merge_2017/NEMOGCM/CONFIG/GYRE_PISCES/EXP00/namelist_cfg

    r9490 r9526  
    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!!   namcrs       coarsened grid (for outputs and/or TOP)               (ln_crs =T) 
    1414!!   namc1d       1D configuration options                              ("key_c1d") 
     
    8686!!   namlbc        lateral momentum boundary condition                  (default: no slip) 
    8787!!   namagrif      agrif nested grid ( read by child model only )       ("key_agrif") 
    88 !!   nam_tide      Tidal forcing                                        (default: NO) 
    89 !!   nambdy        Unstructured open boundaries                         (default: NO) 
     88!!   nam_tide      Tidal forcing                                        (default: OFF) 
     89!!   nambdy        Unstructured open boundaries                         (default: OFF) 
    9090!!   nambdy_dta    Unstructured open boundaries - external data         (see  nambdy) 
    91 !!   nambdy_tide   tidal forcing at open boundaries                     (default: NO) 
     91!!   nambdy_tide   tidal forcing at open boundaries                     (default: OFF) 
    9292!!====================================================================== 
    9393! 
     
    9696!!                                                                    !! 
    9797!!   namdrg        top/bottom drag coefficient                          (default: NO selection) 
    98 !!   namdrg_top    top    friction                                      (ln_NONE=F & ln_isfcav=T) 
    99 !!   namdrg_bot    bottom friction                                      (ln_NONE=F) 
    100 !!   nambbc        bottom temperature boundary condition                (default: NO) 
    101 !!   nambbl        bottom boundary layer scheme                         (default: NO) 
     98!!   namdrg_top    top    friction                                      (ln_OFF=F & ln_isfcav=T) 
     99!!   namdrg_bot    bottom friction                                      (ln_OFF=F) 
     100!!   nambbc        bottom temperature boundary condition                (default: OFF) 
     101!!   nambbl        bottom boundary layer scheme                         (default: OFF) 
    102102!!====================================================================== 
    103103! 
     
    114114!!   namtra_adv       advection scheme                                  (default: NO selection) 
    115115!!   namtra_ldf       lateral diffusion scheme                          (default: NO selection) 
    116 !!   namtra_adv_mle   mixed layer eddy param. (Fox-Kemper param.)       (default: NO) 
    117 !!   namtra_eiv       eddy induced velocity param.                      (default: NO) 
    118 !!   namtra_dmp       T & S newtonian damping                           (default: NO) 
     116!!   namtra_adv_mle   mixed layer eddy param. (Fox-Kemper param.)       (default: OFF) 
     117!!   namtra_eiv       eddy induced velocity param.                      (default: OFF) 
     118!!   namtra_dmp       T & S newtonian damping                           (default: OFF) 
    119119!!====================================================================== 
    120120! 
     
    217217!!                  ***  Diagnostics namelists  ***                   !! 
    218218!!                                                                    !! 
    219 !!   namtrd       dynamics and/or tracer trends                         (default NO) 
    220 !!   namptr       Poleward Transport Diagnostics                        (default NO) 
    221 !!   namhsb       Heat and salt budgets                                 (default NO) 
    222 !!   namdiu       Cool skin and warm layer models                       (default NO) 
    223 !!   namdiu       Cool skin and warm layer models                       (default NO) 
     219!!   namtrd       dynamics and/or tracer trends                         (default: OFF) 
     220!!   namptr       Poleward Transport Diagnostics                        (default: OFF) 
     221!!   namhsb       Heat and salt budgets                                 (default: OFF) 
     222!!   namdiu       Cool skin and warm layer models                       (default: OFF) 
     223!!   namdiu       Cool skin and warm layer models                       (default: OFF) 
    224224!!   namflo       float parameters                                      ("key_float") 
    225225!!   nam_diaharm  Harmonic analysis of tidal constituents               ("key_diaharm") 
    226226!!   namdct       transports through some sections                      ("key_diadct") 
    227 !!   nam_diatmb   Top Middle Bottom Output                              (default NO) 
    228 !!   nam_dia25h   25h Mean Output                                       (default NO) 
     227!!   nam_diatmb   Top Middle Bottom Output                              (default: OFF) 
     228!!   nam_dia25h   25h Mean Output                                       (default: OFF) 
    229229!!   namnc4       netcdf4 chunking and compression settings             ("key_netcdf4") 
    230230!!====================================================================== 
     
    233233!!               ***  Observation & Assimilation  ***                 !! 
    234234!!                                                                    !! 
    235 !!   namobs       observation and model comparison                      (default: NO) 
     235!!   namobs       observation and model comparison                      (default: OFF) 
    236236!!   nam_asminc   assimilation increments                               ('key_asminc') 
    237237!!====================================================================== 
  • branches/2017/dev_merge_2017/NEMOGCM/CONFIG/ORCA2_LIM3_PISCES/EXP00/iodef.xml

    r9019 r9526  
    2323 
    2424  <context id="nemo" src="./context_nemo.xml"/>       <!--  NEMO       --> 
    25   <context id="1_nemo" src="./1_context_nemo.xml"/>       <!--  NEMO       --> 
    2625 
    2726</simulation> 
  • branches/2017/dev_merge_2017/NEMOGCM/CONFIG/ORCA2_LIM3_PISCES/EXP00/namelist_cfg

    r9516 r9526  
    1010!!   namdom       space and time domain 
    1111!!   namcfg       parameters of the configuration                       (default: user defined GYRE) 
    12 !!   namwad       Wetting and drying                                    (default NO) 
    13 !!   namtsd       data: temperature & salinity                          (default NO) 
     12!!   namwad       Wetting and drying                                    (default: OFF) 
     13!!   namtsd       data: temperature & salinity                          (default: OFF) 
    1414!!   namcrs       coarsened grid (for outputs and/or TOP)               (ln_crs =T) 
    1515!!   namc1d       1D configuration options                              ("key_c1d") 
     
    4141/ 
    4242!----------------------------------------------------------------------- 
    43 &namtsd        !    Temperature & Salinity Data  (init/dmp)             (default: NO) 
     43&namtsd        !    Temperature & Salinity Data  (init/dmp)             (default: OFF) 
    4444!----------------------------------------------------------------------- 
    4545   !                       ! =T  read T-S fields for: 
     
    5555/ 
    5656!----------------------------------------------------------------------- 
    57 &namwad        !   Wetting and Drying (WaD)                             (default: NO) 
     57&namwad        !   Wetting and Drying (WaD)                             (default: OFF) 
    5858!----------------------------------------------------------------------- 
    5959/ 
     
    6767/ 
    6868!----------------------------------------------------------------------- 
    69 &namc1d_dyndmp !   U & V newtonian damping                              ("key_c1d" default: NO) 
    70 !----------------------------------------------------------------------- 
    71 / 
    72 !----------------------------------------------------------------------- 
    73 &namc1d_uvd    !   data: U & V currents                                 ("key_c1d" default: NO) 
     69&namc1d_dyndmp !   U & V newtonian damping                              ("key_c1d" default: OFF) 
     70!----------------------------------------------------------------------- 
     71/ 
     72!----------------------------------------------------------------------- 
     73&namc1d_uvd    !   data: U & V currents                                 ("key_c1d" default: OFF) 
    7474!----------------------------------------------------------------------- 
    7575/ 
     
    205205/ 
    206206!----------------------------------------------------------------------- 
    207 &namberg       !   iceberg parameters                                   (default: NO) 
     207&namberg       !   iceberg parameters                                   (default: OFF) 
    208208!----------------------------------------------------------------------- 
    209209   ln_icebergs = .true.    ! activate iceberg floats (force =F with "key_agrif") 
     
    221221!!   namlbc        lateral momentum boundary condition                  (no slip) 
    222222!!   namagrif      agrif nested grid ( read by child model only )       ("key_agrif") 
    223 !!   nam_tide      Tidal forcing                                        (default: NO) 
    224 !!   nambdy        Unstructured open boundaries                         (default: NO) 
     223!!   nam_tide      Tidal forcing                                        (default: OFF) 
     224!!   nambdy        Unstructured open boundaries                         (default: OFF) 
    225225!!   nambdy_dta    Unstructured open boundaries - external data         (see  nambdy) 
    226 !!   nambdy_tide   tidal forcing at open boundaries                     (default: NO) 
     226!!   nambdy_tide   tidal forcing at open boundaries                     (default: OFF) 
    227227!!====================================================================== 
    228228! 
     
    240240/ 
    241241!----------------------------------------------------------------------- 
    242 &nam_tide      !   tide parameters                                      (default: NO) 
    243 !----------------------------------------------------------------------- 
    244 / 
    245 !----------------------------------------------------------------------- 
    246 &nambdy        !  unstructured open boundaries                          (default: NO) 
     242&nam_tide      !   tide parameters                                      (default: OFF) 
     243!----------------------------------------------------------------------- 
     244/ 
     245!----------------------------------------------------------------------- 
     246&nambdy        !  unstructured open boundaries                          (default: OFF) 
    247247!----------------------------------------------------------------------- 
    248248/ 
     
    252252/ 
    253253!----------------------------------------------------------------------- 
    254 &nambdy_tide   !  tidal forcing at open boundaries                      (default: NO) 
     254&nambdy_tide   !  tidal forcing at open boundaries                      (default: OFF) 
    255255!----------------------------------------------------------------------- 
    256256/ 
     
    260260!!                                                                    !! 
    261261!!   namdrg        top/bottom drag coefficient                          (default: NO selection) 
    262 !!   namdrg_top    top    friction                                      (ln_NONE=F & ln_isfcav=T) 
    263 !!   namdrg_bot    bottom friction                                      (ln_NONE=F) 
    264 !!   nambbc        bottom temperature boundary condition                (default: NO) 
    265 !!   nambbl        bottom boundary layer scheme                         (default: NO) 
     262!!   namdrg_top    top    friction                                      (ln_OFF=F & ln_isfcav=T) 
     263!!   namdrg_bot    bottom friction                                      (ln_OFF=F) 
     264!!   nambbc        bottom temperature boundary condition                (default: OFF) 
     265!!   nambbl        bottom boundary layer scheme                         (default: OFF) 
    266266!!====================================================================== 
    267267! 
     
    272272/ 
    273273!----------------------------------------------------------------------- 
    274 &namdrg_top    !   TOP friction                                         (ln_NONE=F & ln_isfcav=T) 
    275 !----------------------------------------------------------------------- 
    276 / 
    277 !----------------------------------------------------------------------- 
    278 &namdrg_bot    !   BOTTOM friction                                      (ln_NONE=F) 
    279 !----------------------------------------------------------------------- 
    280 / 
    281 !----------------------------------------------------------------------- 
    282 &nambbc        !   bottom temperature boundary condition                (default: NO) 
     274&namdrg_top    !   TOP friction                                         (ln_OFF=F & ln_isfcav=T) 
     275!----------------------------------------------------------------------- 
     276/ 
     277!----------------------------------------------------------------------- 
     278&namdrg_bot    !   BOTTOM friction                                      (ln_OFF=F) 
     279!----------------------------------------------------------------------- 
     280/ 
     281!----------------------------------------------------------------------- 
     282&nambbc        !   bottom temperature boundary condition                (default: OFF) 
    283283!----------------------------------------------------------------------- 
    284284   ln_trabbc   = .true.    !  Apply a geothermal heating at the ocean bottom 
     
    292292/ 
    293293!----------------------------------------------------------------------- 
    294 &nambbl        !   bottom boundary layer scheme                         (default: NO) 
     294&nambbl        !   bottom boundary layer scheme                         (default: OFF) 
    295295!----------------------------------------------------------------------- 
    296296   ln_trabbl   = .true.    !  Bottom Boundary Layer parameterisation flag 
     
    307307!!   namtra_adv       advection scheme                                  (default: NO selection) 
    308308!!   namtra_ldf       lateral diffusion scheme                          (default: NO selection) 
    309 !!   namtra_adv_mle   mixed layer eddy param. (Fox-Kemper param.)       (default: NO) 
    310 !!   namtra_eiv       eddy induced velocity param.                      (default: NO) 
    311 !!   namtra_dmp       T & S newtonian damping                           (default: NO) 
     309!!   namtra_adv_mle   mixed layer eddy param. (Fox-Kemper param.)       (default: OFF) 
     310!!   namtra_eiv       eddy induced velocity param.                      (default: OFF) 
     311!!   namtra_dmp       T & S newtonian damping                           (default: OFF) 
    312312!!====================================================================== 
    313313! 
     
    327327&namtra_ldf    !   lateral diffusion scheme for tracers                 (default: NO selection) 
    328328!----------------------------------------------------------------------- 
    329    !                       !  Operator type: 
    330    ln_traldf_lap   =  .true.   !    laplacian operator 
    331    !                       !  Direction of action: 
    332    ln_traldf_iso   =  .true.   !  iso-neutral (Standard operator) 
    333    !                       ! 
    334    !                       !  iso-neutral options:         
     329   ln_traldf_lap   = .true.    !    laplacian operator 
     330   ln_traldf_iso   = .true.    !  iso-neutral (Standard operator) 
    335331   ln_traldf_msc   = .true.    !  Method of Stabilizing Correction      (both operators) 
    336332   !                       !  Coefficients: 
     
    341337/ 
    342338!----------------------------------------------------------------------- 
    343 &namtra_adv_mle !   mixed layer eddy parametrisation (Fox-Kemper)       (default: NO) 
     339&namtra_adv_mle !   mixed layer eddy parametrisation (Fox-Kemper)       (default: OFF) 
    344340!----------------------------------------------------------------------- 
    345341   ln_mle      = .true.   ! (T) use the Mixed Layer Eddy (MLE) parameterisation 
    346342/ 
    347343!----------------------------------------------------------------------- 
    348 &namtra_eiv    !   eddy induced velocity param.                         (default: NO) 
     344&namtra_eiv    !   eddy induced velocity param.                         (default: OFF) 
    349345!----------------------------------------------------------------------- 
    350346   ln_ldfeiv   = .true.    ! use eddy induced velocity parameterization 
     
    359355/ 
    360356!----------------------------------------------------------------------- 
    361 &namtra_dmp    !   tracer: T & S newtonian damping                      (default: NO) 
     357&namtra_dmp    !   tracer: T & S newtonian damping                      (default: OFF) 
    362358!----------------------------------------------------------------------- 
    363359   ln_tradmp   =  .true.   !  add a damping term (using resto.nc coef.) 
     
    470466!!                  ***  Diagnostics namelists  ***                   !! 
    471467!!                                                                    !! 
    472 !!   namtrd       dynamics and/or tracer trends                         (default NO) 
    473 !!   namptr       Poleward Transport Diagnostics                        (default NO) 
    474 !!   namhsb       Heat and salt budgets                                 (default NO) 
    475 !!   namdiu       Cool skin and warm layer models                       (default NO) 
    476 !!   namdiu       Cool skin and warm layer models                       (default NO) 
     468!!   namtrd       dynamics and/or tracer trends                         (default: OFF) 
     469!!   namptr       Poleward Transport Diagnostics                        (default: OFF) 
     470!!   namhsb       Heat and salt budgets                                 (default: OFF) 
     471!!   namdiu       Cool skin and warm layer models                       (default: OFF) 
     472!!   namdiu       Cool skin and warm layer models                       (default: OFF) 
    477473!!   namflo       float parameters                                      ("key_float") 
    478474!!   nam_diaharm  Harmonic analysis of tidal constituents               ("key_diaharm") 
    479475!!   namdct       transports through some sections                      ("key_diadct") 
    480 !!   nam_diatmb   Top Middle Bottom Output                              (default NO) 
    481 !!   nam_dia25h   25h Mean Output                                       (default NO) 
     476!!   nam_diatmb   Top Middle Bottom Output                              (default: OFF) 
     477!!   nam_dia25h   25h Mean Output                                       (default: OFF) 
    482478!!   namnc4       netcdf4 chunking and compression settings             ("key_netcdf4") 
    483479!!====================================================================== 
    484480! 
    485481!----------------------------------------------------------------------- 
    486 &namtrd        !   trend diagnostics                                    (default NO) 
    487 !----------------------------------------------------------------------- 
    488 / 
    489 !----------------------------------------------------------------------- 
    490 &namptr        !   Poleward Transport Diagnostic                        (default NO) 
    491 !----------------------------------------------------------------------- 
    492 / 
    493 !----------------------------------------------------------------------- 
    494 &namhsb        !  Heat and salt budgets                                 (default NO) 
    495 !----------------------------------------------------------------------- 
    496 / 
    497 !----------------------------------------------------------------------- 
    498 &namdiu        !   Cool skin and warm layer models                      (default NO) 
     482&namtrd        !   trend diagnostics                                    (default: OFF) 
     483!----------------------------------------------------------------------- 
     484/ 
     485!----------------------------------------------------------------------- 
     486&namptr        !   Poleward Transport Diagnostic                        (default: OFF) 
     487!----------------------------------------------------------------------- 
     488/ 
     489!----------------------------------------------------------------------- 
     490&namhsb        !  Heat and salt budgets                                 (default: OFF) 
     491!----------------------------------------------------------------------- 
     492/ 
     493!----------------------------------------------------------------------- 
     494&namdiu        !   Cool skin and warm layer models                      (default: OFF) 
    499495!----------------------------------------------------------------------- 
    500496/ 
     
    512508/ 
    513509!----------------------------------------------------------------------- 
    514 &nam_diatmb    !  Top Middle Bottom Output                              (default NO) 
    515 !----------------------------------------------------------------------- 
    516 / 
    517 !----------------------------------------------------------------------- 
    518 &nam_dia25h    !  25h Mean Output                                       (default NO) 
     510&nam_diatmb    !  Top Middle Bottom Output                              (default: OFF) 
     511!----------------------------------------------------------------------- 
     512/ 
     513!----------------------------------------------------------------------- 
     514&nam_dia25h    !  25h Mean Output                                       (default: OFF) 
    519515!----------------------------------------------------------------------- 
    520516/ 
     
    528524!!                                                                    !! 
    529525!!   nammpp            Massively Parallel Processing                    ("key_mpp_mpi") 
    530 !!   namctl            Control prints                                   (default NO) 
    531 !!   namsto            Stochastic parametrization of EOS                (default NO) 
     526!!   namctl            Control prints                                   (default: OFF) 
     527!!   namsto            Stochastic parametrization of EOS                (default: OFF) 
    532528!!====================================================================== 
    533529! 
     
    537533/ 
    538534!----------------------------------------------------------------------- 
    539 &namctl        !   Control prints                                       (default: NO) 
    540 !----------------------------------------------------------------------- 
    541 / 
    542 !----------------------------------------------------------------------- 
    543 &namsto        ! Stochastic parametrization of EOS                      (default: NO) 
     535&namctl        !   Control prints                                       (default: OFF) 
     536!----------------------------------------------------------------------- 
     537/ 
     538!----------------------------------------------------------------------- 
     539&namsto        ! Stochastic parametrization of EOS                      (default: OFF) 
    544540!----------------------------------------------------------------------- 
    545541/ 
     
    548544!!               ***  Observation & Assimilation  ***                 !! 
    549545!!                                                                    !! 
    550 !!   namobs       observation and model comparison                      (default: NO) 
     546!!   namobs       observation and model comparison                      (default: OFF) 
    551547!!   nam_asminc   assimilation increments                               ('key_asminc') 
    552548!!====================================================================== 
    553549! 
    554550!----------------------------------------------------------------------- 
    555 &namobs        !  observation usage switch                              (default: NO) 
     551&namobs        !  observation usage switch                              (default: OFF) 
    556552!----------------------------------------------------------------------- 
    557553/ 
  • branches/2017/dev_merge_2017/NEMOGCM/CONFIG/ORCA2_OFF_PISCES/EXP00/namelist_cfg

    r9490 r9526  
    5757   nn_fsbc     = 1         !  frequency of SBC module call 
    5858   ln_blk      = .true.    !  Bulk formulation                          (T => fill namsbc_blk ) 
     59   ln_traqsr   = .true.    !  Light penetration in the ocean            (T => fill namtra_qsr) 
    5960/ 
    6061!----------------------------------------------------------------------- 
     
    7879   sn_tdif     = 'taudif_core'                ,   24         , 'taudif'  ,   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc' , ''       , '' 
    7980/ 
     81!----------------------------------------------------------------------- 
     82&namtra_qsr    !   penetrative solar radiation                          (ln_traqsr =T) 
     83!----------------------------------------------------------------------- 
     84   !                       ! type of penetration                        (default: NO selection) 
     85   ln_qsr_rgb  = .true.       !  RGB light penetration (Red-Green-Blue) 
     86   ! 
     87   nn_chldta   =      1       !  RGB : Chl data (=1) or cst value (=0) 
     88 
     89   cn_dir = './'  !  root directory for the chlorophyl data location 
     90   !___________!_________________________!___________________!___________!_____________!________!___________!__________________!__________!_______________! 
     91   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask ! 
     92   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   ! 
     93   sn_chl      ='chlorophyll'            ,        -1         , 'CHLA'    ,   .true.    , .true. , 'yearly'  , ''               , ''       , '' 
     94/ 
    8095 
    8196!!====================================================================== 
     
    8398!!                                                                    !! 
    8499!!   nameos        equation of state                                    (default: NO selection) 
     100!!   namtra_ldf       lateral diffusion scheme                          (default: NO selection) 
    85101!!   namdta_dyn    offline TOP: ocean state read in files               (OFF_SRC only) 
    86102!!====================================================================== 
    87103! 
    88104!----------------------------------------------------------------------- 
    89 &nameos        !   ocean Equation Of Seawater                           (default: NO) 
     105&nameos        !   ocean Equation Of Seawater                           (default: OFF) 
    90106!----------------------------------------------------------------------- 
    91107   ln_teos10    = .true.         !  = Use TEOS-10 equation of state 
     108/ 
     109!----------------------------------------------------------------------- 
     110&namtra_ldf    !   lateral diffusion scheme for tracers                 (default: NO selection) 
     111!----------------------------------------------------------------------- 
     112   ln_traldf_lap   = .true.    !    laplacian operator 
     113   ln_traldf_iso   = .true.    !  iso-neutral (Standard operator) 
     114   ln_traldf_msc   = .true.    !  Method of Stabilizing Correction      (both operators) 
     115   !                       !  Coefficients: 
     116   nn_aht_ijk_t    = 20        !  space/time variation of eddy coef 
     117      !                             !   = 20     aht = 1/2  Ud. max(e1,e2) 
     118      rn_Ud        = 0.018          !  lateral diffusive velocity [m/s] (nn_aht_ijk_t= 0, 10, 20, 30) 
     119      rn_Ld        = 200.e+3        !  lateral diffusive length   [m]   (nn_aht_ijk_t= 0, 10) 
    92120/ 
    93121!----------------------------------------------------------------------- 
     
    97125   ln_dynrnf_depth =  .false.   ! runoffs is spread in vertical (T) or not (F) 
    98126!   fwbcorr      = 3.786e-06    ! annual global mean of empmr for ssh correction 
    99  
    100127 
    101128   cn_dir      = './'      !  root directory for the ocean data location 
  • branches/2017/dev_merge_2017/NEMOGCM/CONFIG/ORCA2_OFF_TRC/EXP00/namelist_cfg

    r9490 r9526  
    8383!!                                                                    !! 
    8484!!   nameos        equation of state                                    (default: NO selection) 
     85!!   namtra_ldf       lateral diffusion scheme                          (default: NO selection) 
    8586!!   namdta_dyn    offline TOP: ocean state read in files               (OFF_SRC only) 
    8687!!====================================================================== 
    8788! 
    8889!----------------------------------------------------------------------- 
    89 &nameos        !   ocean Equation Of Seawater                           (default: NO) 
     90&nameos        !   ocean Equation Of Seawater                           (default: OFF) 
    9091!----------------------------------------------------------------------- 
    9192   ln_teos10    = .true.         !  = Use TEOS-10 equation of state 
     93/ 
     94!----------------------------------------------------------------------- 
     95&namtra_ldf    !   lateral diffusion scheme for tracers                 (default: NO selection) 
     96!----------------------------------------------------------------------- 
     97   ln_traldf_lap   = .true.    !    laplacian operator 
     98   ln_traldf_iso   = .true.    !  iso-neutral (Standard operator) 
     99   ln_traldf_msc   = .true.    !  Method of Stabilizing Correction      (both operators) 
     100   !                       !  Coefficients: 
     101   nn_aht_ijk_t    = 20        !  space/time variation of eddy coef 
     102      !                             !   = 20     aht = 1/2  Ud. max(e1,e2) 
     103      rn_Ud        = 0.018          !  lateral diffusive velocity [m/s] (nn_aht_ijk_t= 0, 10, 20, 30) 
     104      rn_Ld        = 200.e+3        !  lateral diffusive length   [m]   (nn_aht_ijk_t= 0, 10) 
    92105/ 
    93106!----------------------------------------------------------------------- 
  • branches/2017/dev_merge_2017/NEMOGCM/CONFIG/ORCA2_SAS_LIM3/EXP00/namelist_cfg

    r9490 r9526  
    107107!!   nameos           equation of state                                 (default: NO selection) 
    108108!----------------------------------------------------------------------- 
    109 &nameos        !   ocean Equation Of Seawater                           (default: NO) 
     109&nameos        !   ocean Equation Of Seawater                           (default: OFF) 
    110110!----------------------------------------------------------------------- 
    111111   ln_teos10    = .true.         !  = Use TEOS-10 equation of state 
  • branches/2017/dev_merge_2017/NEMOGCM/CONFIG/SHARED/field_def_nemo-opa.xml

    r9490 r9526  
    344344         <field id="uoces"        long_name="ocean transport along i-axis times salinity (CRS)"                                                  unit="1e-3*m/s"   grid_ref="grid_U_3D" /> 
    345345 
    346          <!-- u-eddy diffusivity coefficients (available if ln_traldf_NONE=F) --> 
     346         <!-- u-eddy diffusivity coefficients (available if ln_traldf_OFF=F) --> 
    347347         <field id="ahtu_2d"      long_name=" surface u-eddy diffusivity coefficient"   unit="m2/s or m4/s" /> 
    348348         <field id="ahtu_3d"      long_name=" 3D u-EIV coefficient"                     unit="m2/s or m4/s"      grid_ref="grid_U_3D"/> 
     
    394394         <field id="voces"        long_name="ocean transport along j-axis times salinity (CRS)"                                                  unit="1e-3*m/s"   grid_ref="grid_V_3D" /> 
    395395 
    396          <!-- v-eddy diffusivity coefficients (available if ln_traldf_NONE=F) --> 
     396         <!-- v-eddy diffusivity coefficients (available if ln_traldf_OFF=F) --> 
    397397         <field id="ahtv_2d"      long_name=" surface v-eddy diffusivity coefficient"     unit="m2/s or (m4/s)^1/2" /> 
    398398         <field id="ahtv_3d"      long_name=" 3D v-eddy diffusivity coefficient"          unit="m2/s or (m4/s)^1/2"           grid_ref="grid_V_3D"/> 
     
    747747       <field id="KE"            long_name="kinetic energy: u(n)*u(n+1)/2"                    unit="W/s^2"                        />    
    748748 
    749       <!-- variables available when explicit lateral mixing is used (ln_dynldf_NONE=F) --> 
     749      <!-- variables available when explicit lateral mixing is used (ln_dynldf_OFF=F) --> 
    750750      <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" />    
    751751      <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/2017/dev_merge_2017/NEMOGCM/CONFIG/SHARED/namelist_ref

    r9504 r9526  
    2424!!   namdom       space and time domain 
    2525!!   namcfg       parameters of the configuration                       (default: user defined GYRE) 
    26 !!   namwad       Wetting and drying                                    (default NO) 
    27 !!   namtsd       data: temperature & salinity                          (default NO) 
     26!!   namwad       Wetting and drying                                    (default: OFF) 
     27!!   namtsd       data: temperature & salinity                          (default: OFF) 
    2828!!   namcrs       coarsened grid (for outputs and/or TOP)               (ln_crs =T) 
    2929!!   namc1d       1D configuration options                              ("key_c1d") 
     
    9898/ 
    9999!----------------------------------------------------------------------- 
    100 &namtsd        !    Temperature & Salinity Data  (init/dmp)             (default: NO) 
     100&namtsd        !    Temperature & Salinity Data  (init/dmp)             (default: OFF) 
    101101!----------------------------------------------------------------------- 
    102102   !                       ! =T  read T-S fields for: 
     
    112112/ 
    113113!----------------------------------------------------------------------- 
    114 &namwad        !   Wetting and Drying (WaD)                             (default: NO) 
     114&namwad        !   Wetting and Drying (WaD)                             (default: OFF) 
    115115!----------------------------------------------------------------------- 
    116116   ln_wd_il    = .false    !  T/F activation of iterative   limiter 
     
    142142&namc1d        !   1D configuration options                             ("key_c1d" default: PAPA station) 
    143143!----------------------------------------------------------------------- 
    144    rn_lat1d    =      50   !  Column latitude (default at PAPA station) 
    145    rn_lon1d    =    -145   !  Column longitude (default at PAPA station) 
     144   rn_lat1d    =      50   !  Column latitude 
     145   rn_lon1d    =    -145   !  Column longitude 
    146146   ln_c1d_locpt=  .true.   ! Localization of 1D config in a grid (T) or independant point (F) 
    147147/ 
    148148!----------------------------------------------------------------------- 
    149 &namc1d_dyndmp !   U & V newtonian damping                              ("key_c1d" default: NO) 
     149&namc1d_dyndmp !   U & V newtonian damping                              ("key_c1d" default: OFF) 
    150150!----------------------------------------------------------------------- 
    151151   ln_dyndmp   =  .false.  !  add a damping term (T) or not (F) 
    152152/ 
    153153!----------------------------------------------------------------------- 
    154 &namc1d_uvd    !   data: U & V currents                                 ("key_c1d" default: NO) 
     154&namc1d_uvd    !   data: U & V currents                                 ("key_c1d" default: OFF) 
    155155!----------------------------------------------------------------------- 
    156156   !                       !  =T read U-V fields for: 
     
    494494/ 
    495495!----------------------------------------------------------------------- 
    496 &namberg       !   iceberg parameters                                   (default: NO) 
     496&namberg       !   iceberg parameters                                   (default: OFF) 
    497497!----------------------------------------------------------------------- 
    498498   ln_icebergs = .false.      ! activate iceberg floats (force =F with "key_agrif") 
     
    538538!!   namlbc        lateral momentum boundary condition                  (default: no slip) 
    539539!!   namagrif      agrif nested grid ( read by child model only )       ("key_agrif") 
    540 !!   nam_tide      Tidal forcing                                        (default: NO) 
    541 !!   nambdy        Unstructured open boundaries                         (default: NO) 
     540!!   nam_tide      Tidal forcing                                        (default: OFF) 
     541!!   nambdy        Unstructured open boundaries                         (default: OFF) 
    542542!!   nambdy_dta    Unstructured open boundaries - external data         (see  nambdy) 
    543 !!   nambdy_tide   tidal forcing at open boundaries                     (default: NO) 
     543!!   nambdy_tide   tidal forcing at open boundaries                     (default: OFF) 
    544544!!====================================================================== 
    545545! 
     
    560560/ 
    561561!----------------------------------------------------------------------- 
    562 &nam_tide      !   tide parameters                                      (default: NO) 
     562&nam_tide      !   tide parameters                                      (default: OFF) 
    563563!----------------------------------------------------------------------- 
    564564   ln_tide     = .false.      ! Activate tides 
     
    574574/ 
    575575!----------------------------------------------------------------------- 
    576 &nambdy        !  unstructured open boundaries                          (default: NO) 
     576&nambdy        !  unstructured open boundaries                          (default: OFF) 
    577577!----------------------------------------------------------------------- 
    578578   ln_bdy         = .false.   !  Use unstructured open boundaries 
     
    631631/ 
    632632!----------------------------------------------------------------------- 
    633 &nambdy_tide   !  tidal forcing at open boundaries                      (default: NO) 
     633&nambdy_tide   !  tidal forcing at open boundaries                      (default: OFF) 
    634634!----------------------------------------------------------------------- 
    635635   filtide          = 'bdydta/amm12_bdytide_'   !  file name root of tidal forcing files 
     
    642642!!                                                                    !! 
    643643!!   namdrg        top/bottom drag coefficient                          (default: NO selection) 
    644 !!   namdrg_top    top    friction                                      (ln_NONE=F & ln_isfcav=T) 
    645 !!   namdrg_bot    bottom friction                                      (ln_NONE=F) 
    646 !!   nambbc        bottom temperature boundary condition                (default: NO) 
    647 !!   nambbl        bottom boundary layer scheme                         (default: NO) 
     644!!   namdrg_top    top    friction                                      (ln_OFF=F & ln_isfcav=T) 
     645!!   namdrg_bot    bottom friction                                      (ln_OFF=F) 
     646!!   nambbc        bottom temperature boundary condition                (default: OFF) 
     647!!   nambbl        bottom boundary layer scheme                         (default: OFF) 
    648648!!====================================================================== 
    649649! 
     
    651651&namdrg        !   top/bottom drag coefficient                          (default: NO selection) 
    652652!----------------------------------------------------------------------- 
    653    ln_NONE    = .false.    !  free-slip       : Cd = 0                  (F => fill namdrg_bot 
     653   ln_OFF     = .false.    !  free-slip       : Cd = 0                  (F => fill namdrg_bot 
    654654   ln_lin     = .false.    !      linear  drag: Cd = Cd0 Uc0                   &   namdrg_top) 
    655655   ln_non_lin = .false.    !  non-linear  drag: Cd = Cd0 |U| 
     
    659659/ 
    660660!----------------------------------------------------------------------- 
    661 &namdrg_top    !   TOP friction                                         (ln_NONE=F & ln_isfcav=T) 
     661&namdrg_top    !   TOP friction                                         (ln_OFF =F & ln_isfcav=T) 
    662662!----------------------------------------------------------------------- 
    663663   rn_Cd0     =  1.e-3     !  drag coefficient [-] 
     
    670670/ 
    671671!----------------------------------------------------------------------- 
    672 &namdrg_bot    !   BOTTOM friction                                      (ln_NONE=F) 
     672&namdrg_bot    !   BOTTOM friction                                      (ln_OFF =F) 
    673673!----------------------------------------------------------------------- 
    674674   rn_Cd0     =  1.e-3    !  drag coefficient [-] 
     
    681681/ 
    682682!----------------------------------------------------------------------- 
    683 &nambbc        !   bottom temperature boundary condition                (default: NO) 
     683&nambbc        !   bottom temperature boundary condition                (default: OFF) 
    684684!----------------------------------------------------------------------- 
    685685   ln_trabbc   = .false.   !  Apply a geothermal heating at the ocean bottom 
     
    695695/ 
    696696!----------------------------------------------------------------------- 
    697 &nambbl        !   bottom boundary layer scheme                         (default: NO) 
     697&nambbl        !   bottom boundary layer scheme                         (default: OFF) 
    698698!----------------------------------------------------------------------- 
    699699   ln_trabbl   = .false.   !  Bottom Boundary Layer parameterisation flag 
     
    705705 
    706706!!====================================================================== 
    707 !!                        Tracer (T & S) namelists                    !! 
     707!!                        Tracer (T-S) namelists                      !! 
    708708!!                                                                    !! 
    709709!!   nameos           equation of state                                 (default: NO selection) 
    710710!!   namtra_adv       advection scheme                                  (default: NO selection) 
    711711!!   namtra_ldf       lateral diffusion scheme                          (default: NO selection) 
    712 !!   namtra_adv_mle   mixed layer eddy param. (Fox-Kemper param.)       (default: NO) 
    713 !!   namtra_eiv       eddy induced velocity param.                      (default: NO) 
    714 !!   namtra_dmp       T & S newtonian damping                           (default: NO) 
     712!!   namtra_adv_mle   mixed layer eddy param. (Fox-Kemper param.)       (default: OFF) 
     713!!   namtra_eiv       eddy induced velocity param.                      (default: OFF) 
     714!!   namtra_dmp       T & S newtonian damping                           (default: OFF) 
    715715!!====================================================================== 
    716716! 
     
    735735&namtra_adv    !   advection scheme for tracer                          (default: NO selection) 
    736736!----------------------------------------------------------------------- 
    737    ln_traadv_NONE= .false. !  No tracer advection 
     737   ln_traadv_OFF = .false. !  No tracer advection 
    738738   ln_traadv_cen = .false. !  2nd order centered scheme 
    739739      nn_cen_h   =  4            !  =2/4, horizontal 2nd order CEN / 4th order CEN 
     
    752752!----------------------------------------------------------------------- 
    753753   !                       !  Operator type: 
    754    ln_traldf_NONE  = .false.   !  No explicit diffusion 
     754   ln_traldf_OFF   = .false.   !  No explicit diffusion 
    755755   ln_traldf_lap   = .false.   !    laplacian operator 
    756756   ln_traldf_blp   = .false.   !  bilaplacian operator 
     
    784784/ 
    785785!----------------------------------------------------------------------- 
    786 &namtra_adv_mle !   mixed layer eddy parametrisation (Fox-Kemper)       (default: NO) 
     786&namtra_adv_mle !   mixed layer eddy parametrisation (Fox-Kemper)       (default: OFF) 
    787787!----------------------------------------------------------------------- 
    788788   ln_mle      = .false.   ! (T) use the Mixed Layer Eddy (MLE) parameterisation 
     
    797797/ 
    798798!----------------------------------------------------------------------- 
    799 &namtra_eiv    !   eddy induced velocity param.                         (default: NO) 
     799&namtra_eiv    !   eddy induced velocity param.                         (default: OFF) 
    800800!----------------------------------------------------------------------- 
    801801   ln_ldfeiv   = .false.   ! use eddy induced velocity parameterization 
     
    816816/ 
    817817!----------------------------------------------------------------------- 
    818 &namtra_dmp    !   tracer: T & S newtonian damping                      (default: NO) 
     818&namtra_dmp    !   tracer: T & S newtonian damping                      (default: OFF) 
    819819!----------------------------------------------------------------------- 
    820820   ln_tradmp   =  .false.  !  add a damping term (using resto.nc coef.) 
     
    854854&namdyn_adv    !   formulation of the momentum advection                (default: NO selection) 
    855855!----------------------------------------------------------------------- 
    856    ln_dynadv_NONE= .false. !  linear dynamics (no momentum advection) 
     856   ln_dynadv_OFF = .false. !  linear dynamics (no momentum advection) 
    857857   ln_dynadv_vec = .false. !  vector form - 2nd centered scheme 
    858858     nn_dynkeg     = 0        ! grad(KE) scheme: =0   C2  ;  =1   Hollingsworth correction 
     
    900900!----------------------------------------------------------------------- 
    901901   !                       !  Type of the operator : 
    902    ln_dynldf_NONE= .false.     !  No operator (i.e. no explicit diffusion) 
     902   ln_dynldf_OFF = .false.     !  No operator (i.e. no explicit diffusion) 
    903903   ln_dynldf_lap = .false.     !    laplacian operator 
    904904   ln_dynldf_blp = .false.     !  bilaplacian operator 
     
    10731073   rn_difconv = 1.             ! diffusivity when unstable below BL  (m2/s) 
    10741074   nn_osm_wave = 0             ! Method used to calculate Stokes drift 
    1075                                !  = 2: Use ECMWF wave fields 
    1076                                !  = 1: Pierson Moskowitz wave spectrum 
    1077                                !  = 0: Constant La# = 0.3 
     1075      !                        !  = 2: Use ECMWF wave fields 
     1076      !                        !  = 1: Pierson Moskowitz wave spectrum 
     1077      !                        !  = 0: Constant La# = 0.3 
    10781078/ 
    10791079!----------------------------------------------------------------------- 
     
    10841084   ln_tsdiff   = .true.    !  account for differential T/S mixing (T) or not (F) 
    10851085/ 
     1086 
    10861087!!====================================================================== 
    10871088!!                  ***  Diagnostics namelists  ***                   !! 
    10881089!!                                                                    !! 
    1089 !!   namtrd       dynamics and/or tracer trends                         (default NO) 
    1090 !!   namptr       Poleward Transport Diagnostics                        (default NO) 
    1091 !!   namhsb       Heat and salt budgets                                 (default NO) 
    1092 !!   namdiu       Cool skin and warm layer models                       (default NO) 
    1093 !!   namdiu       Cool skin and warm layer models                       (default NO) 
     1090!!   namtrd       dynamics and/or tracer trends                         (default: OFF) 
     1091!!   namptr       Poleward Transport Diagnostics                        (default: OFF) 
     1092!!   namhsb       Heat and salt budgets                                 (default: OFF) 
     1093!!   namdiu       Cool skin and warm layer models                       (default: OFF) 
     1094!!   namdiu       Cool skin and warm layer models                       (default: OFF) 
    10941095!!   namflo       float parameters                                      ("key_float") 
    10951096!!   nam_diaharm  Harmonic analysis of tidal constituents               ("key_diaharm") 
    10961097!!   namdct       transports through some sections                      ("key_diadct") 
    1097 !!   nam_diatmb   Top Middle Bottom Output                              (default NO) 
    1098 !!   nam_dia25h   25h Mean Output                                       (default NO) 
     1098!!   nam_diatmb   Top Middle Bottom Output                              (default: OFF) 
     1099!!   nam_dia25h   25h Mean Output                                       (default: OFF) 
    10991100!!   namnc4       netcdf4 chunking and compression settings             ("key_netcdf4") 
    11001101!!====================================================================== 
    11011102! 
    11021103!----------------------------------------------------------------------- 
    1103 &namtrd        !   trend diagnostics                                    (default NO) 
     1104&namtrd        !   trend diagnostics                                    (default: OFF) 
    11041105!----------------------------------------------------------------------- 
    11051106   ln_glo_trd  = .false.   ! (T) global domain averaged diag for T, T^2, KE, and PE 
     
    11211122!!gm 
    11221123!----------------------------------------------------------------------- 
    1123 &namptr        !   Poleward Transport Diagnostic                        (default NO) 
     1124&namptr        !   Poleward Transport Diagnostic                        (default: OFF) 
    11241125!----------------------------------------------------------------------- 
    11251126   ln_diaptr   = .false.   !  Poleward heat and salt transport (T) or not (F) 
     
    11271128/ 
    11281129!----------------------------------------------------------------------- 
    1129 &namhsb        !  Heat and salt budgets                                 (default NO) 
     1130&namhsb        !  Heat and salt budgets                                 (default: OFF) 
    11301131!----------------------------------------------------------------------- 
    11311132   ln_diahsb   = .false.   !  check the heat and salt budgets (T) or not (F) 
    11321133/ 
    11331134!----------------------------------------------------------------------- 
    1134 &namdiu        !   Cool skin and warm layer models                      (default NO) 
     1135&namdiu        !   Cool skin and warm layer models                      (default: OFF) 
    11351136!----------------------------------------------------------------------- 
    11361137   ln_diurnal      = .false.   ! 
     
    11701171/ 
    11711172!----------------------------------------------------------------------- 
    1172 &nam_diatmb    !  Top Middle Bottom Output                              (default NO) 
     1173&nam_diatmb    !  Top Middle Bottom Output                              (default: OFF) 
    11731174!----------------------------------------------------------------------- 
    11741175   ln_diatmb   = .false.   !  Choose Top Middle and Bottom output or not 
    11751176/ 
    11761177!----------------------------------------------------------------------- 
    1177 &nam_dia25h    !  25h Mean Output                                       (default NO) 
     1178&nam_dia25h    !  25h Mean Output                                       (default: OFF) 
    11781179!----------------------------------------------------------------------- 
    11791180   ln_dia25h   = .false.   ! Choose 25h mean output or not 
     
    11921193 
    11931194!!====================================================================== 
    1194 !!                  ***  Miscellaneous namelists  ***                 !! 
    1195 !!                                                                    !! 
    1196 !!   nammpp            Massively Parallel Processing                    ("key_mpp_mpi") 
    1197 !!   namctl            Control prints                                   (default NO) 
    1198 !!   namsto            Stochastic parametrization of EOS                (default NO) 
    1199 !!====================================================================== 
    1200 ! 
    1201 !----------------------------------------------------------------------- 
    1202 &nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi") 
    1203 !----------------------------------------------------------------------- 
    1204    cn_mpi_send =  'I'      !  mpi send/recieve type   ='S', 'B', or 'I' for standard send, 
    1205    !                       !  buffer blocking send or immediate non-blocking sends, resp. 
    1206    nn_buffer   =   0       !  size in bytes of exported buffer ('B' case), 0 no exportation 
    1207    ln_nnogather=  .false.  !  activate code to avoid mpi_allgather use at the northfold 
    1208    jpni        =   0       !  jpni   number of processors following i (set automatically if < 1) 
    1209    jpnj        =   0       !  jpnj   number of processors following j (set automatically if < 1) 
    1210    jpnij       =   0       !  jpnij  number of local domains (set automatically if < 1) 
    1211 / 
    1212 !----------------------------------------------------------------------- 
    1213 &namctl        !   Control prints                                       (default: NO) 
    1214 !----------------------------------------------------------------------- 
    1215    ln_ctl      = .false.   !  trends control print (expensive!) 
    1216    nn_print    =    0      !  level of print (0 no extra print) 
    1217    nn_ictls    =    0      !  start i indice of control sum (use to compare mono versus 
    1218    nn_ictle    =    0      !  end   i indice of control sum        multi processor runs 
    1219    nn_jctls    =    0      !  start j indice of control               over a subdomain) 
    1220    nn_jctle    =    0      !  end   j indice of control 
    1221    nn_isplt    =    1      !  number of processors in i-direction 
    1222    nn_jsplt    =    1      !  number of processors in j-direction 
    1223    ln_timing   = .false.   !  timing by routine write out in timing.output file 
    1224    ln_diacfl   = .false.   !  CFL diagnostics write out in cfl_diagnostics.ascii 
    1225 / 
    1226 !----------------------------------------------------------------------- 
    1227 &namsto        ! Stochastic parametrization of EOS                      (default: NO) 
    1228 !----------------------------------------------------------------------- 
    1229    ln_sto_eos  = .false.   ! stochastic equation of state 
    1230    nn_sto_eos  = 1         ! number of independent random walks 
    1231    rn_eos_stdxy= 1.4       ! random walk horz. standard deviation (in grid points) 
    1232    rn_eos_stdz = 0.7       ! random walk vert. standard deviation (in grid points) 
    1233    rn_eos_tcor = 1440.     ! random walk time correlation (in timesteps) 
    1234    nn_eos_ord  = 1         ! order of autoregressive processes 
    1235    nn_eos_flt  = 0         ! passes of Laplacian filter 
    1236    rn_eos_lim  = 2.0       ! limitation factor (default = 3.0) 
    1237    ln_rststo   = .false.   ! start from mean parameter (F) or from restart file (T) 
    1238    ln_rstseed  = .true.    ! read seed of RNG from restart file 
    1239    cn_storst_in  = "restart_sto" !  suffix of stochastic parameter restart file (input) 
    1240    cn_storst_out = "restart_sto" !  suffix of stochastic parameter restart file (output) 
    1241 / 
    1242  
    1243 !!====================================================================== 
    12441195!!               ***  Observation & Assimilation  ***                 !! 
    12451196!!                                                                    !! 
    1246 !!   namobs       observation and model comparison                      (default: NO) 
     1197!!   namobs       observation and model comparison                      (default: OFF) 
    12471198!!   nam_asminc   assimilation increments                               ('key_asminc') 
    12481199!!====================================================================== 
    12491200! 
    12501201!----------------------------------------------------------------------- 
    1251 &namobs        !  observation usage switch                              (default: NO) 
     1202&namobs        !  observation usage switch                              (default: OFF) 
    12521203!----------------------------------------------------------------------- 
    12531204   ln_diaobs   = .false.             ! Logical switch for the observation operator 
     
    13221273    nn_divdmp  = 0         !  Number of iterations of divergence damping operator 
    13231274/ 
     1275 
     1276!!====================================================================== 
     1277!!                  ***  Miscellaneous namelists  ***                 !! 
     1278!!                                                                    !! 
     1279!!   nammpp            Massively Parallel Processing                    ("key_mpp_mpi") 
     1280!!   namctl            Control prints                                   (default: OFF) 
     1281!!   namsto            Stochastic parametrization of EOS                (default: OFF) 
     1282!!====================================================================== 
     1283! 
     1284!----------------------------------------------------------------------- 
     1285&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi") 
     1286!----------------------------------------------------------------------- 
     1287   cn_mpi_send =  'I'      !  mpi send/recieve type   ='S', 'B', or 'I' for standard send, 
     1288   !                       !  buffer blocking send or immediate non-blocking sends, resp. 
     1289   nn_buffer   =   0       !  size in bytes of exported buffer ('B' case), 0 no exportation 
     1290   ln_nnogather=  .false.  !  activate code to avoid mpi_allgather use at the northfold 
     1291   jpni        =   0       !  jpni   number of processors following i (set automatically if < 1) 
     1292   jpnj        =   0       !  jpnj   number of processors following j (set automatically if < 1) 
     1293   jpnij       =   0       !  jpnij  number of local domains (set automatically if < 1) 
     1294/ 
     1295!----------------------------------------------------------------------- 
     1296&namctl        !   Control prints                                       (default: OFF) 
     1297!----------------------------------------------------------------------- 
     1298   ln_ctl      = .false.   !  trends control print (expensive!) 
     1299   nn_print    =    0      !  level of print (0 no extra print) 
     1300   nn_ictls    =    0      !  start i indice of control sum (use to compare mono versus 
     1301   nn_ictle    =    0      !  end   i indice of control sum        multi processor runs 
     1302   nn_jctls    =    0      !  start j indice of control               over a subdomain) 
     1303   nn_jctle    =    0      !  end   j indice of control 
     1304   nn_isplt    =    1      !  number of processors in i-direction 
     1305   nn_jsplt    =    1      !  number of processors in j-direction 
     1306   ln_timing   = .false.   !  timing by routine write out in timing.output file 
     1307   ln_diacfl   = .false.   !  CFL diagnostics write out in cfl_diagnostics.ascii 
     1308/ 
     1309!----------------------------------------------------------------------- 
     1310&namsto        ! Stochastic parametrization of EOS                      (default: OFF) 
     1311!----------------------------------------------------------------------- 
     1312   ln_sto_eos  = .false.   ! stochastic equation of state 
     1313   nn_sto_eos  = 1         ! number of independent random walks 
     1314   rn_eos_stdxy= 1.4       ! random walk horz. standard deviation (in grid points) 
     1315   rn_eos_stdz = 0.7       ! random walk vert. standard deviation (in grid points) 
     1316   rn_eos_tcor = 1440.     ! random walk time correlation (in timesteps) 
     1317   nn_eos_ord  = 1         ! order of autoregressive processes 
     1318   nn_eos_flt  = 0         ! passes of Laplacian filter 
     1319   rn_eos_lim  = 2.0       ! limitation factor (default = 3.0) 
     1320   ln_rststo   = .false.   ! start from mean parameter (F) or from restart file (T) 
     1321   ln_rstseed  = .true.    ! read seed of RNG from restart file 
     1322   cn_storst_in  = "restart_sto" !  suffix of stochastic parameter restart file (input) 
     1323   cn_storst_out = "restart_sto" !  suffix of stochastic parameter restart file (output) 
     1324/ 
  • branches/2017/dev_merge_2017/NEMOGCM/CONFIG/SHARED/namelist_top_ref

    r9490 r9526  
    6666&namtrc_adv      !   advection scheme for passive tracer                (default: NO selection) 
    6767!----------------------------------------------------------------------- 
    68    ln_trcadv_NONE=  .false.  !  No passive tracer advection 
     68   ln_trcadv_OFF =  .false.  !  No passive tracer advection 
    6969   ln_trcadv_cen =  .false.  !  2nd order centered scheme 
    7070      nn_cen_h   =  4               !  =2/4, horizontal 2nd order CEN / 4th order CEN 
     
    8383!----------------------------------------------------------------------- 
    8484!                            !  Type of the operator: 
    85    ln_trcldf_NONE  =  .false.    !  No explicit diffusion 
     85   ln_trcldf_OFF   =  .false.    !  No explicit diffusion 
    8686   ln_trcldf_tra   =  .false.    !  use active tracer setting 
    8787   !                         !  Coefficient (defined with namtra_ldf coefficient) 
  • branches/2017/dev_merge_2017/NEMOGCM/CONFIG/TEST_CASES/CANAL/EXP00/field_def_nemo-opa.xml

    r9490 r9526  
    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/2017/dev_merge_2017/NEMOGCM/CONFIG/TEST_CASES/CANAL/EXP00/namelist_cfg

    r9490 r9526  
    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! 
     
    9090!!   namlbc        lateral momentum boundary condition                  (default: no slip) 
    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) 
     95!!   nambdy_tide   tidal forcing at open boundaries                     (default: OFF) 
    9696!!====================================================================== 
    9797! 
     
    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 
     
    123123!!   namtra_adv       advection scheme                                  (default: NO selection) 
    124124!!   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) 
     125!!   namtra_adv_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/2017/dev_merge_2017/NEMOGCM/CONFIG/TEST_CASES/ISOMIP/EXP00/namelist_cfg

    r9490 r9526  
    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) 
     113!!   nambdy_tide   tidal forcing at open boundaries                     (default: OFF) 
    114114!!====================================================================== 
    115115! 
     
    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| 
     
    168168!!   namtra_adv       advection scheme                                  (default: NO selection) 
    169169!!   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) 
     170!!   namtra_adv_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/2017/dev_merge_2017/NEMOGCM/CONFIG/TEST_CASES/LOCK_EXCHANGE/EXP00/namelist_FCT2_flux_cen2_cfg

    r9521 r9526  
    6868&namdrg            !   top/bottom drag coefficient                      (default: NO selection) 
    6969!----------------------------------------------------------------------- 
    70    ln_NONE    = .true.    !  free-slip       : Cd = 0                   
     70   ln_OFF     = .true.    !  free-slip       : Cd = 0                   
    7171/ 
    7272!----------------------------------------------------------------------- 
     
    103103!----------------------------------------------------------------------- 
    104104   !                       !  Operator type: 
    105    ln_traldf_NONE  =  .true.  !  No explicit diffusion 
     105   ln_traldf_OFF   =  .true.  !  No explicit diffusion 
    106106   ln_traldf_lap   =  .false.  !    laplacian operator 
    107107   ln_traldf_blp   =  .false.  !  bilaplacian operator 
  • branches/2017/dev_merge_2017/NEMOGCM/CONFIG/TEST_CASES/LOCK_EXCHANGE/EXP00/namelist_FCT2_flux_ubs_cfg

    r9521 r9526  
    6868&namdrg            !   top/bottom drag coefficient                      (default: NO selection) 
    6969!----------------------------------------------------------------------- 
    70    ln_NONE    = .true.    !  free-slip       : Cd = 0                   
     70   ln_OFF     = .true.    !  free-slip       : Cd = 0                   
    7171/ 
    7272!----------------------------------------------------------------------- 
     
    103103!----------------------------------------------------------------------- 
    104104  !                       !  Operator type: 
    105    ln_traldf_NONE  =  .true.  !  No explicit diffusion 
     105   ln_traldf_OFF   =  .true.  !  No explicit diffusion 
    106106   ln_traldf_lap   =  .false.  !    laplacian operator 
    107107   ln_traldf_blp   =  .false.  !  bilaplacian operator 
     
    156156!----------------------------------------------------------------------- 
    157157   !                       !  Type of the operator : 
    158    ln_dynldf_NONE=  .true.    !  No operator (i.e. no explicit diffusion) 
     158   ln_dynldf_OFF =  .true.    !  No operator (i.e. no explicit diffusion) 
    159159   ln_dynldf_lap =  .false.    !    laplacian operator 
    160160   ln_dynldf_blp =  .false.    !  bilaplacian operator 
  • branches/2017/dev_merge_2017/NEMOGCM/CONFIG/TEST_CASES/LOCK_EXCHANGE/EXP00/namelist_FCT2_vect_eenH_cfg

    r9521 r9526  
    6868&namdrg            !   top/bottom drag coefficient                      (default: NO selection) 
    6969!----------------------------------------------------------------------- 
    70    ln_NONE    = .true.    !  free-slip       : Cd = 0                   
     70   ln_OFF     = .true.    !  free-slip       : Cd = 0                   
    7171/ 
    7272!----------------------------------------------------------------------- 
     
    103103!----------------------------------------------------------------------- 
    104104   !                       !  Operator type: 
    105    ln_traldf_NONE  =  .true.  !  No explicit diffusion 
     105   ln_traldf_OFF   =  .true.  !  No explicit diffusion 
    106106   ln_traldf_lap   =  .false.  !    laplacian operator 
    107107   ln_traldf_blp   =  .false.  !  bilaplacian operator 
  • branches/2017/dev_merge_2017/NEMOGCM/CONFIG/TEST_CASES/LOCK_EXCHANGE/EXP00/namelist_FCT2_vect_een_cfg

    r9521 r9526  
    6868&namdrg            !   top/bottom drag coefficient                      (default: NO selection) 
    6969!----------------------------------------------------------------------- 
    70    ln_NONE    = .true.    !  free-slip       : Cd = 0                   
     70   ln_OFF     = .true.    !  free-slip       : Cd = 0                   
    7171/ 
    7272!----------------------------------------------------------------------- 
     
    103103!----------------------------------------------------------------------- 
    104104   !                       !  Operator type: 
    105    ln_traldf_NONE  =  .true.  !  No explicit diffusion 
     105   ln_traldf_OFF   =  .true.  !  No explicit diffusion 
    106106   ln_traldf_lap   =  .false.  !    laplacian operator 
    107107   ln_traldf_blp   =  .false.  !  bilaplacian operator 
  • branches/2017/dev_merge_2017/NEMOGCM/CONFIG/TEST_CASES/LOCK_EXCHANGE/EXP00/namelist_FCT2_vect_ene_cfg

    r9521 r9526  
    6868&namdrg            !   top/bottom drag coefficient                      (default: NO selection) 
    6969!----------------------------------------------------------------------- 
    70    ln_NONE    = .true.    !  free-slip       : Cd = 0                   
     70   ln_OFF     = .true.    !  free-slip       : Cd = 0                   
    7171/ 
    7272!----------------------------------------------------------------------- 
     
    103103!----------------------------------------------------------------------- 
    104104  !                       !  Operator type: 
    105    ln_traldf_NONE  =  .true.  !  No explicit diffusion 
     105   ln_traldf_OFF   =  .true.  !  No explicit diffusion 
    106106   ln_traldf_lap   =  .false.  !    laplacian operator 
    107107   ln_traldf_blp   =  .false.  !  bilaplacian operator 
  • branches/2017/dev_merge_2017/NEMOGCM/CONFIG/TEST_CASES/LOCK_EXCHANGE/EXP00/namelist_FCT2_vect_ens_cfg

    r9521 r9526  
    6868&namdrg            !   top/bottom drag coefficient                      (default: NO selection) 
    6969!----------------------------------------------------------------------- 
    70    ln_NONE    = .true.    !  free-slip       : Cd = 0                   
     70   ln_OFF     = .true.    !  free-slip       : Cd = 0                   
    7171/ 
    7272!----------------------------------------------------------------------- 
     
    103103!----------------------------------------------------------------------- 
    104104  !                       !  Operator type: 
    105    ln_traldf_NONE  =  .true.  !  No explicit diffusion 
     105   ln_traldf_OFF   =  .true.  !  No explicit diffusion 
    106106   ln_traldf_lap   =  .false.  !    laplacian operator 
    107107   ln_traldf_blp   =  .false.  !  bilaplacian operator 
  • branches/2017/dev_merge_2017/NEMOGCM/CONFIG/TEST_CASES/LOCK_EXCHANGE/EXP00/namelist_FCT4_flux_cen2_cfg

    r9521 r9526  
    6868&namdrg            !   top/bottom drag coefficient                      (default: NO selection) 
    6969!----------------------------------------------------------------------- 
    70    ln_NONE    = .true.    !  free-slip       : Cd = 0                   
     70   ln_OFF     = .true.    !  free-slip       : Cd = 0                   
    7171/ 
    7272!----------------------------------------------------------------------- 
     
    103103!----------------------------------------------------------------------- 
    104104  !                       !  Operator type: 
    105    ln_traldf_NONE  =  .true.  !  No explicit diffusion 
     105   ln_traldf_OFF   =  .true.  !  No explicit diffusion 
    106106   ln_traldf_lap   =  .false.  !    laplacian operator 
    107107   ln_traldf_blp   =  .false.  !  bilaplacian operator 
  • branches/2017/dev_merge_2017/NEMOGCM/CONFIG/TEST_CASES/LOCK_EXCHANGE/EXP00/namelist_FCT4_flux_ubs_cfg

    r9521 r9526  
    6868&namdrg            !   top/bottom drag coefficient                      (default: NO selection) 
    6969!----------------------------------------------------------------------- 
    70    ln_NONE    = .true.    !  free-slip       : Cd = 0                   
     70   ln_OFF     = .true.    !  free-slip       : Cd = 0                   
    7171/ 
    7272!----------------------------------------------------------------------- 
     
    103103!----------------------------------------------------------------------- 
    104104  !                       !  Operator type: 
    105    ln_traldf_NONE  =  .true.  !  No explicit diffusion 
     105   ln_traldf_OFF   =  .true.  !  No explicit diffusion 
    106106   ln_traldf_lap   =  .false.  !    laplacian operator 
    107107   ln_traldf_blp   =  .false.  !  bilaplacian operator 
     
    156156!----------------------------------------------------------------------- 
    157157   !                       !  Type of the operator : 
    158    ln_dynldf_NONE=  .true.    !  No operator (i.e. no explicit diffusion) 
     158   ln_dynldf_OFF =  .true.    !  No operator (i.e. no explicit diffusion) 
    159159   ln_dynldf_lap =  .false.    !    laplacian operator 
    160160   ln_dynldf_blp =  .false.    !  bilaplacian operator 
  • branches/2017/dev_merge_2017/NEMOGCM/CONFIG/TEST_CASES/LOCK_EXCHANGE/EXP00/namelist_FCT4_vect_eenH_cfg

    r9521 r9526  
    6868&namdrg            !   top/bottom drag coefficient                      (default: NO selection) 
    6969!----------------------------------------------------------------------- 
    70    ln_NONE    = .true.    !  free-slip       : Cd = 0                   
     70   ln_OFF     = .true.    !  free-slip       : Cd = 0                   
    7171/ 
    7272!----------------------------------------------------------------------- 
     
    103103!----------------------------------------------------------------------- 
    104104  !                       !  Operator type: 
    105    ln_traldf_NONE  =  .true.  !  No explicit diffusion 
     105   ln_traldf_OFF   =  .true.  !  No explicit diffusion 
    106106   ln_traldf_lap   =  .false.  !    laplacian operator 
    107107   ln_traldf_blp   =  .false.  !  bilaplacian operator 
  • branches/2017/dev_merge_2017/NEMOGCM/CONFIG/TEST_CASES/LOCK_EXCHANGE/EXP00/namelist_FCT4_vect_een_cfg

    r9521 r9526  
    6868&namdrg            !   top/bottom drag coefficient                      (default: NO selection) 
    6969!----------------------------------------------------------------------- 
    70    ln_NONE    = .true.    !  free-slip       : Cd = 0                   
     70   ln_OFF     = .true.    !  free-slip       : Cd = 0                   
    7171/ 
    7272!----------------------------------------------------------------------- 
     
    103103!----------------------------------------------------------------------- 
    104104  !                       !  Operator type: 
    105    ln_traldf_NONE  =  .true.  !  No explicit diffusion 
     105   ln_traldf_OFF   =  .true.  !  No explicit diffusion 
    106106   ln_traldf_lap   =  .false.  !    laplacian operator 
    107107   ln_traldf_blp   =  .false.  !  bilaplacian operator 
  • branches/2017/dev_merge_2017/NEMOGCM/CONFIG/TEST_CASES/LOCK_EXCHANGE/EXP00/namelist_FCT4_vect_ene_cfg

    r9521 r9526  
    6868&namdrg            !   top/bottom drag coefficient                      (default: NO selection) 
    6969!----------------------------------------------------------------------- 
    70    ln_NONE    = .true.    !  free-slip       : Cd = 0                   
     70   ln_OFF     = .true.    !  free-slip       : Cd = 0                   
    7171/ 
    7272!----------------------------------------------------------------------- 
     
    103103!----------------------------------------------------------------------- 
    104104  !                       !  Operator type: 
    105    ln_traldf_NONE  =  .true.  !  No explicit diffusion 
     105   ln_traldf_OFF   =  .true.  !  No explicit diffusion 
    106106   ln_traldf_lap   =  .false.  !    laplacian operator 
    107107   ln_traldf_blp   =  .false.  !  bilaplacian operator 
  • branches/2017/dev_merge_2017/NEMOGCM/CONFIG/TEST_CASES/LOCK_EXCHANGE/EXP00/namelist_FCT4_vect_ens_cfg

    r9521 r9526  
    6868&namdrg            !   top/bottom drag coefficient                      (default: NO selection) 
    6969!----------------------------------------------------------------------- 
    70    ln_NONE    = .true.    !  free-slip       : Cd = 0                   
     70   ln_OFF     = .true.    !  free-slip       : Cd = 0                   
    7171/ 
    7272!----------------------------------------------------------------------- 
     
    103103!----------------------------------------------------------------------- 
    104104  !                       !  Operator type: 
    105    ln_traldf_NONE  =  .true.  !  No explicit diffusion 
     105   ln_traldf_OFF   =  .true.  !  No explicit diffusion 
    106106   ln_traldf_lap   =  .false.  !    laplacian operator 
    107107   ln_traldf_blp   =  .false.  !  bilaplacian operator 
  • branches/2017/dev_merge_2017/NEMOGCM/CONFIG/TEST_CASES/OVERFLOW/EXP00/namelist_sco_FCT2_flux_cen-ahm1000_cfg

    r9520 r9526  
    6565!!   namdrg_top    top    friction                                      (ln_isfcav=T) 
    6666!!   namdrg_bot    bottom friction 
    67 !!   nambbc        bottom temperature boundary condition                (default: NO) 
    68 !!   nambbl        bottom boundary layer scheme                         (default: NO) 
     67!!   nambbc        bottom temperature boundary condition                (default: OFF) 
     68!!   nambbl        bottom boundary layer scheme                         (default: OFF) 
    6969!!====================================================================== 
    7070! 
     
    7272&namdrg            !   top/bottom drag coefficient                      (default: NO selection) 
    7373!----------------------------------------------------------------------- 
    74    ln_NONE    = .true.     !  free-slip       : Cd = 0                  (F => fill namdrg_bot 
     74   ln_OFF     = .true.     !  free-slip       : Cd = 0                  (F => fill namdrg_bot 
    7575   ln_lin     = .false.    !      linear  drag: Cd = Cd0 Uc0                   &   namdrg_top) 
    7676   ln_non_lin = .false.    !  non-linear  drag: Cd = Cd0 |U| 
     
    111111!----------------------------------------------------------------------- 
    112112   !                       !  Operator type:    both false = No lateral diffusion 
    113    ln_traldf_NONE  =  .true.  !  No explicit diffusion 
     113   ln_traldf_OFF   =  .true.  !  No explicit diffusion 
    114114   ln_traldf_lap   =  .false.  !    laplacian operator 
    115115   ln_traldf_blp   =  .false.  !  bilaplacian operator 
     
    123123&namdyn_adv    !   formulation of the momentum advection                (default: NO selection) 
    124124!----------------------------------------------------------------------- 
    125    ln_dynadv_NONE= .false. !  linear dynamics (no momentum advection) 
     125   ln_dynadv_OFF = .false. !  linear dynamics (no momentum advection) 
    126126   ln_dynadv_vec = .false. !  vector form (T) or flux form (F) 
    127127   nn_dynkeg     = 0       ! scheme for grad(KE): =0   C2  ;  =1   Hollingsworth correction 
     
    165165!----------------------------------------------------------------------- 
    166166   !                       !  Type of the operator : 
    167    ln_dynldf_NONE=  .false.    !  No operator (i.e. no explicit diffusion) 
     167   ln_dynldf_OFF =  .false.    !  No operator (i.e. no explicit diffusion) 
    168168   ln_dynldf_lap =  .true.     !    laplacian operator 
    169169   ln_dynldf_blp =  .false.    !  bilaplacian operator 
  • branches/2017/dev_merge_2017/NEMOGCM/CONFIG/TEST_CASES/OVERFLOW/EXP00/namelist_sco_FCT2_flux_ubs_cfg

    r9520 r9526  
    6565!!   namdrg_top    top    friction                                      (ln_isfcav=T) 
    6666!!   namdrg_bot    bottom friction 
    67 !!   nambbc        bottom temperature boundary condition                (default: NO) 
    68 !!   nambbl        bottom boundary layer scheme                         (default: NO) 
     67!!   nambbc        bottom temperature boundary condition                (default: OFF) 
     68!!   nambbl        bottom boundary layer scheme                         (default: OFF) 
    6969!!====================================================================== 
    7070! 
     
    7272&namdrg            !   top/bottom drag coefficient                      (default: NO selection) 
    7373!----------------------------------------------------------------------- 
    74    ln_NONE    = .true.     !  free-slip       : Cd = 0                  (F => fill namdrg_bot 
     74   ln_OFF     = .true.     !  free-slip       : Cd = 0                  (F => fill namdrg_bot 
    7575   ln_lin     = .false.    !      linear  drag: Cd = Cd0 Uc0                   &   namdrg_top) 
    7676   ln_non_lin = .false.    !  non-linear  drag: Cd = Cd0 |U| 
     
    111111!----------------------------------------------------------------------- 
    112112   !                       !  Operator type:    both false = No lateral diffusion 
    113    ln_traldf_NONE  =  .true.  !  No explicit diffusion 
     113   ln_traldf_OFF   =  .true.  !  No explicit diffusion 
    114114   ln_traldf_lap   =  .false.  !    laplacian operator 
    115115   ln_traldf_blp   =  .false.  !  bilaplacian operator 
     
    123123&namdyn_adv    !   formulation of the momentum advection                (default: NO selection) 
    124124!----------------------------------------------------------------------- 
    125    ln_dynadv_NONE= .false. !  linear dynamics (no momentum advection) 
     125   ln_dynadv_OFF = .false. !  linear dynamics (no momentum advection) 
    126126   ln_dynadv_vec = .false. !  vector form (T) or flux form (F) 
    127127   nn_dynkeg     = 0       ! scheme for grad(KE): =0   C2  ;  =1   Hollingsworth correction 
     
    165165!----------------------------------------------------------------------- 
    166166   !                       !  Type of the operator : 
    167    ln_dynldf_NONE=  .true.    !  No operator (i.e. no explicit diffusion) 
     167   ln_dynldf_OFF =  .true.    !  No operator (i.e. no explicit diffusion) 
    168168   ln_dynldf_lap =  .false.    !    laplacian operator 
    169169   ln_dynldf_blp =  .false.    !  bilaplacian operator 
  • branches/2017/dev_merge_2017/NEMOGCM/CONFIG/TEST_CASES/OVERFLOW/EXP00/namelist_sco_FCT4_flux_cen-ahm1000_cfg

    r9490 r9526  
    6767!!   namdrg_top    top    friction                                      (ln_isfcav=T) 
    6868!!   namdrg_bot    bottom friction 
    69 !!   nambbc        bottom temperature boundary condition                (default: NO) 
    70 !!   nambbl        bottom boundary layer scheme                         (default: NO) 
     69!!   nambbc        bottom temperature boundary condition                (default: OFF) 
     70!!   nambbl        bottom boundary layer scheme                         (default: OFF) 
    7171!!====================================================================== 
    7272! 
     
    7474&namdrg            !   top/bottom drag coefficient                      (default: NO selection) 
    7575!----------------------------------------------------------------------- 
    76    ln_NONE    = .true.     !  free-slip       : Cd = 0                  (F => fill namdrg_bot 
     76   ln_OFF     = .true.     !  free-slip       : Cd = 0                  (F => fill namdrg_bot 
    7777   ln_lin     = .false.    !      linear  drag: Cd = Cd0 Uc0                   &   namdrg_top) 
    7878   ln_non_lin = .false.    !  non-linear  drag: Cd = Cd0 |U| 
     
    113113!----------------------------------------------------------------------- 
    114114   !                       !  Operator type:    both false = No lateral diffusion 
    115    ln_traldf_NONE  =  .true.  !  No explicit diffusion 
     115   ln_traldf_OFF   =  .true.  !  No explicit diffusion 
    116116   ln_traldf_lap   =  .false.  !    laplacian operator 
    117117   ln_traldf_blp   =  .false.  !  bilaplacian operator 
     
    125125&namdyn_adv    !   formulation of the momentum advection                (default: NO selection) 
    126126!----------------------------------------------------------------------- 
    127    ln_dynadv_NONE= .false. !  linear dynamics (no momentum advection) 
     127   ln_dynadv_OFF = .false. !  linear dynamics (no momentum advection) 
    128128   ln_dynadv_vec = .false. !  vector form (T) or flux form (F) 
    129129   nn_dynkeg     = 0       ! scheme for grad(KE): =0   C2  ;  =1   Hollingsworth correction 
     
    167167!----------------------------------------------------------------------- 
    168168   !                       !  Type of the operator : 
    169    ln_dynldf_NONE=  .false.    !  No operator (i.e. no explicit diffusion) 
     169   ln_dynldf_OFF =  .false.    !  No operator (i.e. no explicit diffusion) 
    170170   ln_dynldf_lap =  .true.     !    laplacian operator 
    171171   ln_dynldf_blp =  .false.    !  bilaplacian operator 
  • branches/2017/dev_merge_2017/NEMOGCM/CONFIG/TEST_CASES/OVERFLOW/EXP00/namelist_sco_FCT4_flux_ubs_cfg

    r9490 r9526  
    6767!!   namdrg_top    top    friction                                      (ln_isfcav=T) 
    6868!!   namdrg_bot    bottom friction 
    69 !!   nambbc        bottom temperature boundary condition                (default: NO) 
    70 !!   nambbl        bottom boundary layer scheme                         (default: NO) 
     69!!   nambbc        bottom temperature boundary condition                (default: OFF) 
     70!!   nambbl        bottom boundary layer scheme                         (default: OFF) 
    7171!!====================================================================== 
    7272! 
     
    7474&namdrg            !   top/bottom drag coefficient                      (default: NO selection) 
    7575!----------------------------------------------------------------------- 
    76    ln_NONE    = .true.     !  free-slip       : Cd = 0                  (F => fill namdrg_bot 
     76   ln_OFF     = .true.     !  free-slip       : Cd = 0                  (F => fill namdrg_bot 
    7777   ln_lin     = .false.    !      linear  drag: Cd = Cd0 Uc0                   &   namdrg_top) 
    7878   ln_non_lin = .false.    !  non-linear  drag: Cd = Cd0 |U| 
     
    113113!----------------------------------------------------------------------- 
    114114   !                       !  Operator type:    both false = No lateral diffusion 
    115    ln_traldf_NONE  =  .true.  !  No explicit diffusion 
     115   ln_traldf_OFF   =  .true.  !  No explicit diffusion 
    116116   ln_traldf_lap   =  .false.  !    laplacian operator 
    117117   ln_traldf_blp   =  .false.  !  bilaplacian operator 
     
    125125&namdyn_adv    !   formulation of the momentum advection                (default: NO selection) 
    126126!----------------------------------------------------------------------- 
    127    ln_dynadv_NONE= .false. !  linear dynamics (no momentum advection) 
     127   ln_dynadv_OFF = .false. !  linear dynamics (no momentum advection) 
    128128   ln_dynadv_vec = .false. !  vector form (T) or flux form (F) 
    129129   nn_dynkeg     = 0       ! scheme for grad(KE): =0   C2  ;  =1   Hollingsworth correction 
     
    167167!----------------------------------------------------------------------- 
    168168   !                       !  Type of the operator : 
    169    ln_dynldf_NONE=  .true.    !  No operator (i.e. no explicit diffusion) 
     169   ln_dynldf_OFF =  .true.    !  No operator (i.e. no explicit diffusion) 
    170170   ln_dynldf_lap =  .false.    !    laplacian operator 
    171171   ln_dynldf_blp =  .false.    !  bilaplacian operator 
  • branches/2017/dev_merge_2017/NEMOGCM/CONFIG/TEST_CASES/OVERFLOW/EXP00/namelist_zps_FCT2_flux_ubs_cfg

    r9520 r9526  
    6565!!   namdrg_top    top    friction                                      (ln_isfcav=T) 
    6666!!   namdrg_bot    bottom friction 
    67 !!   nambbc        bottom temperature boundary condition                (default: NO) 
    68 !!   nambbl        bottom boundary layer scheme                         (default: NO) 
     67!!   nambbc        bottom temperature boundary condition                (default: OFF) 
     68!!   nambbl        bottom boundary layer scheme                         (default: OFF) 
    6969!!====================================================================== 
    7070! 
     
    7272&namdrg            !   top/bottom drag coefficient                      (default: NO selection) 
    7373!----------------------------------------------------------------------- 
    74    ln_NONE    = .true.     !  free-slip       : Cd = 0                  (F => fill namdrg_bot 
     74   ln_OFF     = .true.     !  free-slip       : Cd = 0                  (F => fill namdrg_bot 
    7575   ln_lin     = .false.    !      linear  drag: Cd = Cd0 Uc0                   &   namdrg_top) 
    7676   ln_non_lin = .false.    !  non-linear  drag: Cd = Cd0 |U| 
     
    111111!----------------------------------------------------------------------- 
    112112   !                       !  Operator type:    both false = No lateral diffusion 
    113    ln_traldf_NONE  =  .true.  !  No explicit diffusion 
     113   ln_traldf_OFF   =  .true.  !  No explicit diffusion 
    114114   ln_traldf_lap   =  .false.  !    laplacian operator 
    115115   ln_traldf_blp   =  .false.  !  bilaplacian operator 
     
    123123&namdyn_adv    !   formulation of the momentum advection                (default: NO selection) 
    124124!----------------------------------------------------------------------- 
    125    ln_dynadv_NONE= .false. !  linear dynamics (no momentum advection) 
     125   ln_dynadv_OFF = .false. !  linear dynamics (no momentum advection) 
    126126   ln_dynadv_vec = .false. !  vector form (T) or flux form (F) 
    127127   nn_dynkeg     = 0       ! scheme for grad(KE): =0   C2  ;  =1   Hollingsworth correction 
     
    165165!----------------------------------------------------------------------- 
    166166   !                       !  Type of the operator : 
    167    ln_dynldf_NONE=  .true.    !  No operator (i.e. no explicit diffusion) 
     167   ln_dynldf_OFF =  .true.    !  No operator (i.e. no explicit diffusion) 
    168168   ln_dynldf_lap =  .false.    !    laplacian operator 
    169169   ln_dynldf_blp =  .false.    !  bilaplacian operator 
  • branches/2017/dev_merge_2017/NEMOGCM/CONFIG/TEST_CASES/OVERFLOW/EXP00/namelist_zps_FCT4_flux_ubs_cfg

    r9520 r9526  
    6565!!   namdrg_top    top    friction                                      (ln_isfcav=T) 
    6666!!   namdrg_bot    bottom friction 
    67 !!   nambbc        bottom temperature boundary condition                (default: NO) 
    68 !!   nambbl        bottom boundary layer scheme                         (default: NO) 
     67!!   nambbc        bottom temperature boundary condition                (default: OFF) 
     68!!   nambbl        bottom boundary layer scheme                         (default: OFF) 
    6969!!====================================================================== 
    7070! 
     
    7272&namdrg            !   top/bottom drag coefficient                      (default: NO selection) 
    7373!----------------------------------------------------------------------- 
    74    ln_NONE    = .true.     !  free-slip       : Cd = 0                  (F => fill namdrg_bot 
     74   ln_OFF     = .true.     !  free-slip       : Cd = 0                  (F => fill namdrg_bot 
    7575   ln_lin     = .false.    !      linear  drag: Cd = Cd0 Uc0                   &   namdrg_top) 
    7676   ln_non_lin = .false.    !  non-linear  drag: Cd = Cd0 |U| 
     
    111111!----------------------------------------------------------------------- 
    112112   !                       !  Operator type:    both false = No lateral diffusion 
    113    ln_traldf_NONE  =  .true.  !  No explicit diffusion 
     113   ln_traldf_OFF   =  .true.  !  No explicit diffusion 
    114114   ln_traldf_lap   =  .false.  !    laplacian operator 
    115115   ln_traldf_blp   =  .false.  !  bilaplacian operator 
     
    123123&namdyn_adv    !   formulation of the momentum advection                (default: NO selection) 
    124124!----------------------------------------------------------------------- 
    125    ln_dynadv_NONE= .false. !  linear dynamics (no momentum advection) 
     125   ln_dynadv_OFF = .false. !  linear dynamics (no momentum advection) 
    126126   ln_dynadv_vec = .false. !  vector form (T) or flux form (F) 
    127127   nn_dynkeg     = 0       ! scheme for grad(KE): =0   C2  ;  =1   Hollingsworth correction 
     
    165165!----------------------------------------------------------------------- 
    166166   !                       !  Type of the operator : 
    167    ln_dynldf_NONE=  .true.    !  No operator (i.e. no explicit diffusion) 
     167   ln_dynldf_OFF =  .true.     !  No operator (i.e. no explicit diffusion) 
    168168   ln_dynldf_lap =  .false.    !    laplacian operator 
    169169   ln_dynldf_blp =  .false.    !  bilaplacian operator 
  • branches/2017/dev_merge_2017/NEMOGCM/CONFIG/TEST_CASES/OVERFLOW/EXP00/namelist_zps_FCT4_vect_een_cfg

    r9520 r9526  
    6565!!   namdrg_top    top    friction                                      (ln_isfcav=T) 
    6666!!   namdrg_bot    bottom friction 
    67 !!   nambbc        bottom temperature boundary condition                (default: NO) 
    68 !!   nambbl        bottom boundary layer scheme                         (default: NO) 
     67!!   nambbc        bottom temperature boundary condition                (default: OFF) 
     68!!   nambbl        bottom boundary layer scheme                         (default: OFF) 
    6969!!====================================================================== 
    7070! 
     
    7272&namdrg            !   top/bottom drag coefficient                      (default: NO selection) 
    7373!----------------------------------------------------------------------- 
    74    ln_NONE    = .true.     !  free-slip       : Cd = 0                  (F => fill namdrg_bot 
     74   ln_OFF     = .true.     !  free-slip       : Cd = 0                  (F => fill namdrg_bot 
    7575   ln_lin     = .false.    !      linear  drag: Cd = Cd0 Uc0                   &   namdrg_top) 
    7676   ln_non_lin = .false.    !  non-linear  drag: Cd = Cd0 |U| 
     
    111111!----------------------------------------------------------------------- 
    112112   !                       !  Operator type:    both false = No lateral diffusion 
    113    ln_traldf_NONE  =  .true.  !  No explicit diffusion 
     113   ln_traldf_OFF   =  .true.  !  No explicit diffusion 
    114114   ln_traldf_lap   =  .false.  !    laplacian operator 
    115115   ln_traldf_blp   =  .false.  !  bilaplacian operator 
     
    123123&namdyn_adv    !   formulation of the momentum advection                (default: NO selection) 
    124124!----------------------------------------------------------------------- 
    125    ln_dynadv_NONE= .false. !  linear dynamics (no momentum advection) 
     125   ln_dynadv_OFF = .false. !  linear dynamics (no momentum advection) 
    126126   ln_dynadv_vec = .true. !  vector form (T) or flux form (F) 
    127127   nn_dynkeg     = 0       ! scheme for grad(KE): =0   C2  ;  =1   Hollingsworth correction 
     
    165165!----------------------------------------------------------------------- 
    166166   !                       !  Type of the operator : 
    167    ln_dynldf_NONE=  .false.    !  No operator (i.e. no explicit diffusion) 
     167   ln_dynldf_OFF =  .false.    !  No operator (i.e. no explicit diffusion) 
    168168   ln_dynldf_lap =  .true.    !    laplacian operator 
    169169   ln_dynldf_blp =  .false.    !  bilaplacian operator 
  • branches/2017/dev_merge_2017/NEMOGCM/CONFIG/TEST_CASES/SAS_BIPER/EXP00/1_namelist_cfg

    r9524 r9526  
    147147&namdyn_adv    !   formulation of the momentum advection                (default: NO selection) 
    148148!----------------------------------------------------------------------- 
    149    ln_dynadv_NONE= .true. !  linear dynamics (no momentum advection) 
     149   ln_dynadv_OFF = .true. !  linear dynamics (no momentum advection) 
    150150/ 
    151151!----------------------------------------------------------------------- 
     
    166166&namdyn_ldf    !   lateral diffusion on momentum                        (default: NO selection) 
    167167!----------------------------------------------------------------------- 
    168    ln_dynldf_NONE= .true.     !  No operator (i.e. no explicit diffusion) 
     168   ln_dynldf_OFF = .true.     !  No operator (i.e. no explicit diffusion) 
    169169/ 
    170170!----------------------------------------------------------------------- 
     
    174174   ln_zdfcst   = .true.       !  constant mixing 
    175175/ 
    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/2017/dev_merge_2017/NEMOGCM/CONFIG/TEST_CASES/SAS_BIPER/EXP00/namelist_cfg

    r9524 r9526  
    148148&namdrg        !   top/bottom drag coefficient                          (default: NO selection) 
    149149!----------------------------------------------------------------------- 
    150    ln_NONE    = .true.     !  free-slip       : Cd = 0                   
     150   ln_OFF     = .true.     !  free-slip       : Cd = 0                   
    151151/ 
    152152!----------------------------------------------------------------------- 
     
    159159/ 
    160160!----------------------------------------------------------------------- 
    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) 
     161&nambbc        !   bottom temperature boundary condition                (default: OFF) 
     162!----------------------------------------------------------------------- 
     163/ 
     164!----------------------------------------------------------------------- 
     165&nambbl        !   bottom boundary layer scheme                         (default: OFF) 
     166!----------------------------------------------------------------------- 
     167/ 
     168!----------------------------------------------------------------------- 
     169&nameos        !   ocean Equation Of Seawater                           (default: OFF) 
    170170!----------------------------------------------------------------------- 
    171171   ln_teos10    = .true.         !  = Use TEOS-10 equation of state 
     
    181181&namtra_ldf    !   lateral diffusion scheme for tracers 
    182182!---------------------------------------------------------------------------------- 
    183    ln_traldf_NONE   =  .true.   !    laplacian operator 
     183   ln_traldf_OFF    =  .true.   !    laplacian operator 
    184184/ 
    185185 
     
    187187&namdyn_adv    !   formulation of the momentum advection                (default: NO selection) 
    188188!----------------------------------------------------------------------- 
    189    ln_dynadv_NONE= .true. !  linear dynamics (no momentum advection) 
     189   ln_dynadv_OFF = .true. !  linear dynamics (no momentum advection) 
    190190/ 
    191191!----------------------------------------------------------------------- 
     
    206206&namdyn_ldf    !   lateral diffusion on momentum                        (default: NO selection) 
    207207!----------------------------------------------------------------------- 
    208    ln_dynldf_NONE= .true.     !  No operator (i.e. no explicit diffusion) 
     208   ln_dynldf_OFF = .true.     !  No operator (i.e. no explicit diffusion) 
    209209/ 
    210210!----------------------------------------------------------------------- 
     
    242242/ 
    243243!----------------------------------------------------------------------- 
    244 &namsto        ! Stochastic parametrization of EOS                      (default: NO) 
     244&namsto        ! Stochastic parametrization of EOS                      (default: OFF) 
    245245!----------------------------------------------------------------------- 
    246246/ 
  • branches/2017/dev_merge_2017/NEMOGCM/CONFIG/TEST_CASES/VORTEX/EXP00/1_namelist_cfg

    r9519 r9526  
    156156&namdrg        !   top/bottom drag coefficient                          (default: NO selection) 
    157157!----------------------------------------------------------------------- 
    158    ln_NONE    = .true.    !  free-slip       : Cd = 0 
     158   ln_OFF     = .true.    !  free-slip       : Cd = 0 
    159159/ 
    160160!----------------------------------------------------------------------- 
     
    167167/ 
    168168!----------------------------------------------------------------------- 
    169 &nambbc        !   bottom temperature boundary condition                (default: NO) 
    170 !----------------------------------------------------------------------- 
    171 / 
    172 !----------------------------------------------------------------------- 
    173 &nambbl        !   bottom boundary layer scheme                         (default: NO) 
    174 !----------------------------------------------------------------------- 
    175 / 
    176 !----------------------------------------------------------------------- 
    177 &nameos        !   ocean Equation Of Seawater                           (default: NO) 
     169&nambbc        !   bottom temperature boundary condition                (default: OFF) 
     170!----------------------------------------------------------------------- 
     171/ 
     172!----------------------------------------------------------------------- 
     173&nambbl        !   bottom boundary layer scheme                         (default: OFF) 
     174!----------------------------------------------------------------------- 
     175/ 
     176!----------------------------------------------------------------------- 
     177&nameos        !   ocean Equation Of Seawater                           (default: OFF) 
    178178!----------------------------------------------------------------------- 
    179179   ln_seos     = .true.         !  = Use simplified equation of state (S-EOS) 
     
    206206!----------------------------------------------------------------------- 
    207207   !                       !  Operator type: 
    208    ln_traldf_NONE  =  .true.  !  No explicit diffusion 
     208   ln_traldf_OFF   =  .true.  !  No explicit diffusion 
    209209   ln_traldf_lap   =  .false.  !    laplacian operator 
    210210   ln_traldf_blp   =  .false.  !  bilaplacian operator 
     
    229229/ 
    230230!----------------------------------------------------------------------- 
    231 &namdyn_vor    !   Vorticity / Coriolis scheme                          (default: NO) 
     231&namdyn_vor    !   Vorticity / Coriolis scheme                          (default: OFF) 
    232232!----------------------------------------------------------------------- 
    233233   ln_dynvor_ene = .false. !  enstrophy conserving scheme 
     
    244244/ 
    245245!----------------------------------------------------------------------- 
    246 &namdyn_spg    !   surface pressure gradient                            (default: NO) 
     246&namdyn_spg    !   surface pressure gradient                            (default: OFF) 
    247247!----------------------------------------------------------------------- 
    248248   ln_dynspg_exp  = .false.  
     
    260260!----------------------------------------------------------------------- 
    261261   !                       !  Type of the operator : 
    262    ln_dynldf_NONE=  .true.    !  No operator (i.e. no explicit diffusion) 
     262   ln_dynldf_OFF =  .true.     !  No operator (i.e. no explicit diffusion) 
    263263   ln_dynldf_lap =  .false.    !    laplacian operator 
    264264   ln_dynldf_blp =  .false.    !  bilaplacian operator 
    265265   !                       !  Direction of action  : 
    266266   ln_dynldf_lev =  .false.    !  iso-level 
    267    ln_dynldf_hor =  .true.    !  horizontal (geopotential) 
     267   ln_dynldf_hor =  .true.     !  horizontal (geopotential) 
    268268   ln_dynldf_iso =  .false.    !  iso-neutral 
    269269   !                       !  Coefficient 
     
    292292   nn_havtb    =    0         !  horizontal shape for avtb (=1) or not (=0) 
    293293/ 
    294 !----------------------------------------------------------------------- 
    295 &namzdf_ric    !   richardson number dependent vertical diffusion       (ln_zdfric =T) 
    296 !----------------------------------------------------------------------- 
    297 / 
    298 !----------------------------------------------------------------------- 
    299 &namzdf_tke    !   turbulent eddy kinetic dependent vertical diffusion  (ln_zdftke =T) 
    300 !----------------------------------------------------------------------- 
    301 / 
    302 !----------------------------------------------------------------------- 
    303 &namzdf_gls    !   GLS vertical diffusion                               (ln_zdfgls =T) 
    304 !----------------------------------------------------------------------- 
    305 / 
    306 !----------------------------------------------------------------------- 
    307 &namzdf_osm    !   OSM vertical diffusion                               (ln_zdfosm =T) 
    308 !----------------------------------------------------------------------- 
    309 / 
    310 !----------------------------------------------------------------------- 
    311 &namzdf_iwm    !    internal wave-driven mixing parameterization        (ln_zdfiwm =T) 
    312 !----------------------------------------------------------------------- 
    313 / 
    314 !----------------------------------------------------------------------- 
    315 &nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi") 
    316 !----------------------------------------------------------------------- 
    317 / 
    318 !----------------------------------------------------------------------- 
    319 &namctl        !   Control prints  
    320 !----------------------------------------------------------------------- 
    321 / 
    322 !----------------------------------------------------------------------- 
    323 &namsto        ! Stochastic parametrization of EOS                      (default: NO) 
    324 !----------------------------------------------------------------------- 
    325 / 
    326 !----------------------------------------------------------------------- 
    327 &namtrd        !   trend diagnostics                                    (default F) 
    328 !----------------------------------------------------------------------- 
    329 / 
    330 !----------------------------------------------------------------------- 
    331 &namptr        !   Poleward Transport Diagnostic                        (default F) 
    332 !----------------------------------------------------------------------- 
    333 / 
    334 !----------------------------------------------------------------------- 
    335 &namhsb        !  Heat and salt budgets                                 (default F) 
    336 !----------------------------------------------------------------------- 
    337 / 
    338 !----------------------------------------------------------------------- 
    339 &namdiu        !   Cool skin and warm layer models                      (default F) 
    340 !----------------------------------------------------------------------- 
    341 / 
    342 !----------------------------------------------------------------------- 
    343 &namflo        !   float parameters                                     ("key_float") 
    344 !----------------------------------------------------------------------- 
    345 / 
    346 !----------------------------------------------------------------------- 
    347 &nam_diaharm   !   Harmonic analysis of tidal constituents              ("key_diaharm") 
    348 !----------------------------------------------------------------------- 
    349 / 
    350 !----------------------------------------------------------------------- 
    351 &namdct        ! transports through some sections                       ("key_diadct") 
    352 !----------------------------------------------------------------------- 
    353 / 
    354 !----------------------------------------------------------------------- 
    355 &nam_diatmb    !  Top Middle Bottom Output                              (default F) 
    356 !----------------------------------------------------------------------- 
    357 / 
    358 !----------------------------------------------------------------------- 
    359 &nam_dia25h    !  25h Mean Output                                       (default F) 
    360 !----------------------------------------------------------------------- 
    361 / 
    362 !----------------------------------------------------------------------- 
    363 &namnc4        !   netcdf4 chunking and compression settings            ("key_netcdf4") 
    364 !----------------------------------------------------------------------- 
    365 / 
    366 !----------------------------------------------------------------------- 
    367 &namobs        !  observation usage switch 
    368 !----------------------------------------------------------------------- 
    369 / 
    370 !----------------------------------------------------------------------- 
    371 &nam_asminc    !   assimilation increments                              ('key_asminc') 
    372 !----------------------------------------------------------------------- 
    373 / 
    374 !----------------------------------------------------------------------- 
    375 &namdta_dyn    !   offline dynamics read in files                       ("key_offline") 
    376 !----------------------------------------------------------------------- 
    377 / 
     294 
  • branches/2017/dev_merge_2017/NEMOGCM/CONFIG/TEST_CASES/VORTEX/EXP00/namelist_cfg

    r9519 r9526  
    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!----------------------------------------------------------------------- 
    3952/ 
    40 !----------------------------------------------------------------------- 
    41 &namwad        !   Wetting and drying  default is no WAD 
    42 !----------------------------------------------------------------------- 
    43 / 
    44 !----------------------------------------------------------------------- 
    45 &namcrs        !   coarsened grid (for outputs and/or TOP)              (ln_crs =T) 
    46 !----------------------------------------------------------------------- 
    47 / 
    48 !----------------------------------------------------------------------- 
    49 &namc1d        !   1D configuration options                             ("key_c1d") 
    50 !----------------------------------------------------------------------- 
    51 / 
    52 !----------------------------------------------------------------------- 
    53 &namc1d_dyndmp !   U & V newtonian damping                              ("key_c1d") 
    54 !----------------------------------------------------------------------- 
    55 / 
    56 !----------------------------------------------------------------------- 
    57 &namc1d_uvd    !   data: U & V currents                                 ("key_c1d") 
    58 !----------------------------------------------------------------------- 
    59 / 
    60  
    61 !!====================================================================== 
    62 !!            ***  Surface Boundary Condition namelists  *** 
     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) 
    6371!!====================================================================== 
    6472! 
     
    7684  nn_fwb      = 0         !  FreshWater Budget: =0 unchecked 
    7785/ 
    78 !----------------------------------------------------------------------- 
    79 &namsbc_flx    !   surface boundary condition : flux formulation 
    80 !----------------------------------------------------------------------- 
    81 / 
    82 !----------------------------------------------------------------------- 
    83 &namsbc_blk   !   namsbc_blk  generic Bulk formula                      (ln_blk =T) 
    84 !----------------------------------------------------------------------- 
    85 / 
    86 !----------------------------------------------------------------------- 
    87 &namsbc_cpl    !   coupled ocean/atmosphere model                       ("key_oasis3") 
    88 !----------------------------------------------------------------------- 
    89 / 
    90 !----------------------------------------------------------------------- 
    91 &namsbc_sas    !   Stand-Alone Surface boundary condition 
    92 !----------------------------------------------------------------------- 
    93 / 
    94 !----------------------------------------------------------------------- 
    95 &namsbc_iif    !   Ice-IF : use observed ice cover                      (nn_ice = 1) 
    96 !----------------------------------------------------------------------- 
    97 / 
    98 !----------------------------------------------------------------------- 
    99 &namtra_qsr    !   penetrative solar radiation                          (ln_traqsr =T) 
    100 !----------------------------------------------------------------------- 
    101 / 
    102 !----------------------------------------------------------------------- 
    103 &namsbc_rnf    !   runoffs namelist surface boundary condition          (ln_rnf =T) 
    104 !----------------------------------------------------------------------- 
    105 / 
    106 !----------------------------------------------------------------------- 
    107 &namsbc_isf    !  Top boundary layer (ISF)                              (nn_isf >0) 
    108 !----------------------------------------------------------------------- 
    109 / 
    110 !----------------------------------------------------------------------- 
    111 &namsbc_iscpl  !   land ice / ocean coupling option                      
    112 !----------------------------------------------------------------------- 
    113 / 
    114 !----------------------------------------------------------------------- 
    115 &namsbc_apr    !   Atmospheric pressure used as ocean forcing           (ln_apr_dyn =T) 
    116 !----------------------------------------------------------------------- 
    117 / 
    118 !----------------------------------------------------------------------- 
    119 &namsbc_ssr    !   surface boundary condition : sea surface restoring   (ln_ssr =T) 
    120 !----------------------------------------------------------------------- 
    121 / 
    122 !----------------------------------------------------------------------- 
    123 &namsbc_wave   ! External fields from wave model                        (ln_wave=T) 
    124 !----------------------------------------------------------------------- 
    125 / 
    126 !----------------------------------------------------------------------- 
    127 &namberg       !   iceberg parameters                                   (default: No iceberg) 
    128 !----------------------------------------------------------------------- 
    129 / 
    130 !----------------------------------------------------------------------- 
    131 &namlbc        !   lateral momentum boundary condition 
    132 !----------------------------------------------------------------------- 
    133 !                         !  free slip  !   partial slip  !   no slip   ! strong slip 
    134   rn_shlat     =    0.    !  shlat = 0  !  0 < shlat < 2  !  shlat = 2  !  2 < shlat 
    135 / 
    136 !----------------------------------------------------------------------- 
    137 &namagrif      !  AGRIF zoom                                            ("key_agrif") 
    138 !----------------------------------------------------------------------- 
    139    ln_spc_dyn    = .true.  !  use 0 as special value for dynamics 
    140    rn_sponge_tra =  800.   !  coefficient for tracer   sponge layer [m2/s] 
    141    rn_sponge_dyn =  800.   !  coefficient for dynamics sponge layer [m2/s] 
    142    ln_chk_bathy  = .FALSE. ! 
    143 / 
    144 !----------------------------------------------------------------------- 
    145 &nam_tide      !   tide parameters 
    146 !----------------------------------------------------------------------- 
    147 / 
    148 !----------------------------------------------------------------------- 
    149 &nambdy        !  unstructured open boundaries                           
    150 !----------------------------------------------------------------------- 
    151 / 
    152 !----------------------------------------------------------------------- 
    153 &nambdy_dta    !  open boundaries - external data                        
    154 !----------------------------------------------------------------------- 
    155 / 
    156 !----------------------------------------------------------------------- 
    157 &nambdy_tide   !  tidal forcing at open boundaries 
    158 !----------------------------------------------------------------------- 
     86 
     87!!====================================================================== 
     88!!               ***  Lateral boundary condition  ***                 !! 
     89!!                                                                    !! 
     90!!   namlbc        lateral momentum boundary condition                  (default: no slip) 
     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 slip) 
     100!----------------------------------------------------------------------- 
     101  rn_shlat     =    0.    !  free slip 
    159102/ 
    160103 
    161104!!====================================================================== 
    162105!!                ***  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) 
    163112!!====================================================================== 
    164113! 
     
    166115&namdrg        !   top/bottom drag coefficient                          (default: NO selection) 
    167116!----------------------------------------------------------------------- 
    168    ln_NONE    = .true.    !  free-slip       : Cd = 0 
    169 / 
    170 !----------------------------------------------------------------------- 
    171 &namdrg_top    !   TOP friction                                         (ln_isfcav=T) 
    172 !----------------------------------------------------------------------- 
    173 / 
    174 !----------------------------------------------------------------------- 
    175 &namdrg_bot    !   BOTTOM friction                                   
    176 !----------------------------------------------------------------------- 
    177 / 
    178 !----------------------------------------------------------------------- 
    179 &nambbc        !   bottom temperature boundary condition                (default: NO) 
    180 !----------------------------------------------------------------------- 
    181 / 
    182 !----------------------------------------------------------------------- 
    183 &nambbl        !   bottom boundary layer scheme                         (default: NO) 
    184 !----------------------------------------------------------------------- 
    185 / 
    186  
    187 !!====================================================================== 
    188 !!                        Tracer (T & S) namelists                    !! 
    189 !!====================================================================== 
    190 ! 
    191 !----------------------------------------------------------------------- 
    192 &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_adv_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) 
    193133!----------------------------------------------------------------------- 
    194134   ln_seos     = .true.         !  = Use simplified equation of state (S-EOS) 
     
    221161!----------------------------------------------------------------------- 
    222162  !                       !  Operator type: 
    223    ln_traldf_NONE  =  .true.  !  No explicit diffusion 
     163   ln_traldf_OFF   =  .true.  !  No explicit diffusion 
    224164   ln_traldf_lap   =  .false.  !    laplacian operator 
    225165   ln_traldf_blp   =  .false.  !  bilaplacian operator 
     
    227167 
    228168!!====================================================================== 
    229 !!                     vertical physics namelists                     !! 
     169!!                      ***  Dynamics namelists  ***                  !! 
     170!!                                                                    !! 
     171!!   nam_vvl       vertical coordinate options                          (default: z-star) 
     172!!   namdyn_adv    formulation of the momentum advection                (default: NO selection) 
     173!!   namdyn_vor    advection scheme                                     (default: NO selection) 
     174!!   namdyn_hpg    hydrostatic pressure gradient                        (default: NO selection) 
     175!!   namdyn_spg    surface pressure gradient                            (default: NO selection) 
     176!!   namdyn_ldf    lateral diffusion scheme                             (default: NO selection) 
     177!!   namdta_dyn    offline TOP: dynamics read in files                  (OFF_SRC only) 
    230178!!====================================================================== 
    231179! 
     
    244192/ 
    245193!----------------------------------------------------------------------- 
    246 &namdyn_vor    !   Vorticity / Coriolis scheme                          (default: NO) 
     194&namdyn_vor    !   Vorticity / Coriolis scheme                          (default: OFF) 
    247195!----------------------------------------------------------------------- 
    248196   ln_dynvor_ene = .false. !  enstrophy conserving scheme 
     
    259207/ 
    260208!----------------------------------------------------------------------- 
    261 &namdyn_spg    !   surface pressure gradient                            (default: NO) 
    262 !----------------------------------------------------------------------- 
    263    ln_dynspg_exp  = .false.  
     209&namdyn_spg    !   surface pressure gradient                            (default: OFF) 
     210!----------------------------------------------------------------------- 
     211   ln_dynspg_exp = .false.  
    264212   ln_dynspg_ts  = .true.   ! split-explicit free surface 
    265213      ln_bt_fw      = .true.     ! Forward integration of barotropic Eqs. 
     
    275223!----------------------------------------------------------------------- 
    276224   !                       !  Type of the operator : 
    277    ln_dynldf_NONE=  .true.    !  No operator (i.e. no explicit diffusion) 
     225   ln_dynldf_OFF =  .true.     !  No operator (i.e. no explicit diffusion) 
    278226   ln_dynldf_lap =  .false.    !    laplacian operator 
    279227   ln_dynldf_blp =  .false.    !  bilaplacian operator 
    280228   !                       !  Direction of action  : 
    281229   ln_dynldf_lev =  .false.    !  iso-level 
    282    ln_dynldf_hor =  .true.    !  horizontal (geopotential) 
     230   ln_dynldf_hor =  .true.     !  horizontal (geopotential) 
    283231   ln_dynldf_iso =  .false.    !  iso-neutral 
    284232   !                       !  Coefficient 
     
    291239/ 
    292240 
     241!!====================================================================== 
     242!!                     vertical physics namelists                     !! 
     243!!                                                                    !! 
     244!!    namzdf        vertical physics manager                            (default: NO selection) 
     245!!    namzdf_ric    richardson number vertical mixing                   (ln_zdfric=T) 
     246!!    namzdf_tke    TKE vertical mixing                                 (ln_zdftke=T) 
     247!!    namzdf_gls    GLS vertical mixing                                 (ln_zdfgls=T) 
     248!!    namzdf_osm    OSM vertical diffusion                              (ln_zdfosm=T) 
     249!!    namzdf_iwm    tidal mixing parameterization                       (ln_zdfiwm=T) 
     250!!====================================================================== 
     251! 
    293252!----------------------------------------------------------------------- 
    294253&namzdf        !   vertical physics                                     (default: NO selection) 
     
    307266   nn_havtb    =    0         !  horizontal shape for avtb (=1) or not (=0) 
    308267/ 
    309 !----------------------------------------------------------------------- 
    310 &namzdf_ric    !   richardson number dependent vertical diffusion       (ln_zdfric =T) 
    311 !----------------------------------------------------------------------- 
    312 / 
    313 !----------------------------------------------------------------------- 
    314 &namzdf_tke    !   turbulent eddy kinetic dependent vertical diffusion  (ln_zdftke =T) 
    315 !----------------------------------------------------------------------- 
    316 / 
    317 !----------------------------------------------------------------------- 
    318 &namzdf_gls    !   GLS vertical diffusion                               (ln_zdfgls =T) 
    319 !----------------------------------------------------------------------- 
    320 / 
    321 !----------------------------------------------------------------------- 
    322 &namzdf_osm    !   OSM vertical diffusion                               (ln_zdfosm =T) 
    323 !----------------------------------------------------------------------- 
    324 / 
    325 !----------------------------------------------------------------------- 
    326 &namzdf_iwm    !    internal wave-driven mixing parameterization        (ln_zdfiwm =T) 
    327 !----------------------------------------------------------------------- 
    328 / 
    329 !----------------------------------------------------------------------- 
    330 &nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi") 
    331 !----------------------------------------------------------------------- 
    332 / 
    333 !----------------------------------------------------------------------- 
    334 &namctl        !   Control prints  
    335 !----------------------------------------------------------------------- 
    336 / 
    337 !----------------------------------------------------------------------- 
    338 &namsto        ! Stochastic parametrization of EOS                      (default: NO) 
    339 !----------------------------------------------------------------------- 
    340 / 
    341 !----------------------------------------------------------------------- 
    342 &namtrd        !   trend diagnostics                                    (default F) 
    343 !----------------------------------------------------------------------- 
    344 / 
    345 !----------------------------------------------------------------------- 
    346 &namptr        !   Poleward Transport Diagnostic                        (default F) 
    347 !----------------------------------------------------------------------- 
    348 / 
    349 !----------------------------------------------------------------------- 
    350 &namhsb        !  Heat and salt budgets                                 (default F) 
    351 !----------------------------------------------------------------------- 
    352 / 
    353 !----------------------------------------------------------------------- 
    354 &namdiu        !   Cool skin and warm layer models                      (default F) 
    355 !----------------------------------------------------------------------- 
    356 / 
    357 !----------------------------------------------------------------------- 
    358 &namflo        !   float parameters                                     ("key_float") 
    359 !----------------------------------------------------------------------- 
    360 / 
    361 !----------------------------------------------------------------------- 
    362 &nam_diaharm   !   Harmonic analysis of tidal constituents              ("key_diaharm") 
    363 !----------------------------------------------------------------------- 
    364 / 
    365 !----------------------------------------------------------------------- 
    366 &namdct        ! transports through some sections                       ("key_diadct") 
    367 !----------------------------------------------------------------------- 
    368 / 
    369 !----------------------------------------------------------------------- 
    370 &nam_diatmb    !  Top Middle Bottom Output                              (default F) 
    371 !----------------------------------------------------------------------- 
    372 / 
    373 !----------------------------------------------------------------------- 
    374 &nam_dia25h    !  25h Mean Output                                       (default F) 
    375 !----------------------------------------------------------------------- 
    376 / 
    377 !----------------------------------------------------------------------- 
    378 &namnc4        !   netcdf4 chunking and compression settings            ("key_netcdf4") 
    379 !----------------------------------------------------------------------- 
    380 / 
    381 !----------------------------------------------------------------------- 
    382 &namobs        !  observation usage switch 
    383 !----------------------------------------------------------------------- 
    384 / 
    385 !----------------------------------------------------------------------- 
    386 &nam_asminc    !   assimilation increments                              ('key_asminc') 
    387 !----------------------------------------------------------------------- 
    388 / 
    389 !----------------------------------------------------------------------- 
    390 &namdta_dyn    !   offline dynamics read in files                       ("key_offline") 
    391 !----------------------------------------------------------------------- 
    392 / 
     268 
     269!!====================================================================== 
     270!!                  ***  Diagnostics namelists  ***                   !! 
     271!!                                                                    !! 
     272!!   namtrd       dynamics and/or tracer trends                         (default: OFF) 
     273!!   namptr       Poleward Transport Diagnostics                        (default: OFF) 
     274!!   namhsb       Heat and salt budgets                                 (default: OFF) 
     275!!   namdiu       Cool skin and warm layer models                       (default: OFF) 
     276!!   namdiu       Cool skin and warm layer models                       (default: OFF) 
     277!!   namflo       float parameters                                      ("key_float") 
     278!!   nam_diaharm  Harmonic analysis of tidal constituents               ("key_diaharm") 
     279!!   namdct       transports through some sections                      ("key_diadct") 
     280!!   nam_diatmb   Top Middle Bottom Output                              (default: OFF) 
     281!!   nam_dia25h   25h Mean Output                                       (default: OFF) 
     282!!   namnc4       netcdf4 chunking and compression settings             ("key_netcdf4") 
     283!!====================================================================== 
     284! 
     285!!====================================================================== 
     286!!               ***  Observation & Assimilation  ***                 !! 
     287!!                                                                    !! 
     288!!   namobs       observation and model comparison                      (default: OFF) 
     289!!   nam_asminc   assimilation increments                               ('key_asminc') 
     290!!====================================================================== 
     291! 
     292!!====================================================================== 
     293!!                  ***  Miscellaneous namelists  ***                 !! 
     294!!                                                                    !! 
     295!!   nammpp            Massively Parallel Processing                    ("key_mpp_mpi") 
     296!!   namctl            Control prints                                   (default: OFF) 
     297!!   namsto            Stochastic parametrization of EOS                (default: OFF) 
     298!!====================================================================== 
     299! 
  • branches/2017/dev_merge_2017/NEMOGCM/CONFIG/TEST_CASES/WAD/EXP00/namelist_cfg

    r9490 r9526  
    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 
     
    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/ 
  • branches/2017/dev_merge_2017/NEMOGCM/CONFIG/cfg.txt

    r9490 r9526  
    1010ORCA2_LIM3 OPA_SRC LIM_SRC_3 NST_SRC 
    1111AGRIF_NORDIC OPA_SRC LIM_SRC_3 NST_SRC 
     12ORCA2_LIM3_PISCES OPA_SRC LIM_SRC_3 TOP_SRC NST_SRC 
    1213GYRE_PISCES OPA_SRC TOP_SRC 
    13 ORCA2_LIM3_PISCES OPA_SRC LIM_SRC_3 TOP_SRC NST_SRC 
  • branches/2017/dev_merge_2017/NEMOGCM/NEMO/OPA_SRC/DYN/dynadv.F90

    r9490 r9526  
    3030   PUBLIC dyn_adv_init  ! routine called by opa  module 
    3131  
    32    !                                    !* namdyn_adv namelist * 
    33    LOGICAL, PUBLIC ::   ln_dynadv_NONE  !: linear dynamics (no momentum advection) 
     32   !                                   !!* namdyn_adv namelist * 
     33   LOGICAL, PUBLIC ::   ln_dynadv_OFF   !: linear dynamics (no momentum advection) 
    3434   LOGICAL, PUBLIC ::   ln_dynadv_vec   !: vector form 
    3535   INTEGER, PUBLIC ::      nn_dynkeg       !: scheme of grad(KE): =0 C2 ; =1 Hollingsworth 
     
    9595      INTEGER ::   ioptio, ios   ! Local integer 
    9696      ! 
    97       NAMELIST/namdyn_adv/ ln_dynadv_NONE, ln_dynadv_vec, nn_dynkeg, ln_dynadv_cen2, ln_dynadv_ubs 
     97      NAMELIST/namdyn_adv/ ln_dynadv_OFF, ln_dynadv_vec, nn_dynkeg, ln_dynadv_cen2, ln_dynadv_ubs 
    9898      !!---------------------------------------------------------------------- 
    9999      ! 
     
    114114      IF(lwp) THEN                    ! Namelist print 
    115115         WRITE(numout,*) '   Namelist namdyn_adv : chose a advection formulation & scheme for momentum' 
    116          WRITE(numout,*) '      linear dynamics : no momentum advection          ln_dynadv_NONE = ', ln_dynadv_NONE 
     116         WRITE(numout,*) '      linear dynamics : no momentum advection          ln_dynadv_OFF  = ', ln_dynadv_OFF 
    117117         WRITE(numout,*) '      Vector form: 2nd order centered scheme           ln_dynadv_vec  = ', ln_dynadv_vec 
    118118         WRITE(numout,*) '         with Hollingsworth scheme (=1) or not (=0)       nn_dynkeg   = ', nn_dynkeg 
     
    122122 
    123123      ioptio = 0                      ! parameter control and set n_dynadv 
    124       IF( ln_dynadv_NONE ) THEN   ;   ioptio = ioptio + 1   ;   n_dynadv = np_LIN_dyn   ;   ENDIF 
     124      IF( ln_dynadv_OFF ) THEN   ;   ioptio = ioptio + 1   ;   n_dynadv = np_LIN_dyn   ;   ENDIF 
    125125      IF( ln_dynadv_vec  ) THEN   ;   ioptio = ioptio + 1   ;   n_dynadv = np_VEC_c2    ;   ENDIF 
    126126      IF( ln_dynadv_cen2 ) THEN   ;   ioptio = ioptio + 1   ;   n_dynadv = np_FLX_c2    ;   ENDIF 
  • branches/2017/dev_merge_2017/NEMOGCM/NEMO/OPA_SRC/LDF/ldfdyn.F90

    r9490 r9526  
    3333 
    3434   !                                    !!* Namelist namdyn_ldf : lateral mixing on momentum * 
    35    LOGICAL , PUBLIC ::   ln_dynldf_NONE  !: No operator (i.e. no explicit diffusion) 
     35   LOGICAL , PUBLIC ::   ln_dynldf_OFF   !: No operator (i.e. no explicit diffusion) 
    3636   LOGICAL , PUBLIC ::   ln_dynldf_lap   !: laplacian operator 
    3737   LOGICAL , PUBLIC ::   ln_dynldf_blp   !: bilaplacian operator 
     
    109109      CHARACTER(len=5) ::   cl_Units               ! units (m2/s or m4/s) 
    110110      !! 
    111       NAMELIST/namdyn_ldf/ ln_dynldf_NONE, ln_dynldf_lap, ln_dynldf_blp,   &   ! type of operator 
    112          &                 ln_dynldf_lev , ln_dynldf_hor, ln_dynldf_iso,   &   ! acting direction of the operator 
    113          &                 nn_ahm_ijk_t  , rn_Uv    , rn_Lv,   rn_ahm_b,   &   ! lateral eddy coefficient 
    114          &                 rn_csmc       , rn_minfac    , rn_maxfac            ! Smagorinsky settings 
     111      NAMELIST/namdyn_ldf/ ln_dynldf_OFF, ln_dynldf_lap, ln_dynldf_blp,   &   ! type of operator 
     112         &                 ln_dynldf_lev, ln_dynldf_hor, ln_dynldf_iso,   &   ! acting direction of the operator 
     113         &                 nn_ahm_ijk_t , rn_Uv    , rn_Lv,   rn_ahm_b,   &   ! lateral eddy coefficient 
     114         &                 rn_csmc      , rn_minfac    , rn_maxfac            ! Smagorinsky settings 
    115115      !!---------------------------------------------------------------------- 
    116116      ! 
     
    131131         ! 
    132132         WRITE(numout,*) '      type :' 
    133          WRITE(numout,*) '         no explicit diffusion                ln_dynldf_NONE= ', ln_dynldf_NONE 
     133         WRITE(numout,*) '         no explicit diffusion                ln_dynldf_OFF = ', ln_dynldf_OFF 
    134134         WRITE(numout,*) '         laplacian operator                   ln_dynldf_lap = ', ln_dynldf_lap 
    135135         WRITE(numout,*) '         bilaplacian operator                 ln_dynldf_blp = ', ln_dynldf_blp 
     
    159159      nldf_dyn = np_ERROR 
    160160      ioptio = 0 
    161       IF( ln_dynldf_NONE ) THEN   ;   nldf_dyn = np_no_ldf   ;   ioptio = ioptio + 1   ;   ENDIF 
    162       IF( ln_dynldf_lap  ) THEN   ;                              ioptio = ioptio + 1   ;   ENDIF 
    163       IF( ln_dynldf_blp  ) THEN   ;                              ioptio = ioptio + 1   ;   ENDIF 
    164       IF( ioptio /= 1    )   CALL ctl_stop( 'dyn_ldf_init: use ONE of the 3 operator options (NONE/lap/blp)' ) 
    165       ! 
    166       IF(.NOT.ln_dynldf_NONE ) THEN    !==  direction ==>> type of operator  ==! 
     161      IF( ln_dynldf_OFF ) THEN   ;   nldf_dyn = np_no_ldf   ;   ioptio = ioptio + 1   ;   ENDIF 
     162      IF( ln_dynldf_lap ) THEN   ;                              ioptio = ioptio + 1   ;   ENDIF 
     163      IF( ln_dynldf_blp ) THEN   ;                              ioptio = ioptio + 1   ;   ENDIF 
     164      IF( ioptio /= 1   )   CALL ctl_stop( 'dyn_ldf_init: use ONE of the 3 operator options (NONE/lap/blp)' ) 
     165      ! 
     166      IF(.NOT.ln_dynldf_OFF ) THEN     !==  direction ==>> type of operator  ==! 
    167167         ioptio = 0 
    168168         IF( ln_dynldf_lev )   ioptio = ioptio + 1 
     
    232232      l_ldfdyn_time = .FALSE.                ! no time variation except in case defined below 
    233233      ! 
    234       IF( ln_dynldf_NONE ) THEN 
     234      IF( ln_dynldf_OFF ) THEN 
    235235         IF(lwp) WRITE(numout,*) '   ==>>>   No viscous operator selected. ahmt and ahmf are not allocated' 
    236236         RETURN 
  • branches/2017/dev_merge_2017/NEMOGCM/NEMO/OPA_SRC/LDF/ldftra.F90

    r9490 r9526  
    4343   !                                   !!* Namelist namtra_ldf : lateral mixing on tracers *  
    4444   !                                    != Operator type =! 
    45    LOGICAL , PUBLIC ::   ln_traldf_NONE      !: no operator: No explicit diffusion 
     45   LOGICAL , PUBLIC ::   ln_traldf_OFF       !: no operator: No explicit diffusion 
    4646   LOGICAL , PUBLIC ::   ln_traldf_lap       !: laplacian operator 
    4747   LOGICAL , PUBLIC ::   ln_traldf_blp       !: bilaplacian operator 
     
    135135      CHARACTER(len=5) ::   cl_Units               ! units (m2/s or m4/s) 
    136136      !! 
    137       NAMELIST/namtra_ldf/ ln_traldf_NONE, ln_traldf_lap  , ln_traldf_blp  ,  &   ! type of operator 
    138          &                 ln_traldf_lev , ln_traldf_hor  , ln_traldf_triad,  &   ! acting direction of the operator 
    139          &                 ln_traldf_iso , ln_traldf_msc  ,  rn_slpmax     ,  &   ! option for iso-neutral operator 
    140          &                 ln_triad_iso  , ln_botmix_triad, rn_sw_triad    ,  &   ! option for triad operator 
    141          &                 nn_aht_ijk_t  , rn_Ud          , rn_Ld                 ! lateral eddy coefficient 
     137      NAMELIST/namtra_ldf/ ln_traldf_OFF, ln_traldf_lap  , ln_traldf_blp  ,   &   ! type of operator 
     138         &                 ln_traldf_lev, ln_traldf_hor  , ln_traldf_triad,   &   ! acting direction of the operator 
     139         &                 ln_traldf_iso, ln_traldf_msc  ,  rn_slpmax     ,   &   ! option for iso-neutral operator 
     140         &                 ln_triad_iso , ln_botmix_triad, rn_sw_triad    ,   &   ! option for triad operator 
     141         &                 nn_aht_ijk_t , rn_Ud          , rn_Ld                  ! lateral eddy coefficient 
    142142      !!---------------------------------------------------------------------- 
    143143      ! 
     
    163163         WRITE(numout,*) '   Namelist : namtra_ldf --- lateral mixing parameters (type, direction, coefficients)' 
    164164         WRITE(numout,*) '      type :' 
    165          WRITE(numout,*) '         no explicit diffusion                   ln_traldf_NONE  = ', ln_traldf_NONE 
     165         WRITE(numout,*) '         no explicit diffusion                   ln_traldf_OFF   = ', ln_traldf_OFF 
    166166         WRITE(numout,*) '         laplacian operator                      ln_traldf_lap   = ', ln_traldf_lap 
    167167         WRITE(numout,*) '         bilaplacian operator                    ln_traldf_blp   = ', ln_traldf_blp 
     
    188188      nldf_tra = np_ERROR 
    189189      ioptio   = 0 
    190       IF( ln_traldf_NONE ) THEN   ;   nldf_tra = np_no_ldf   ;   ioptio = ioptio + 1   ;   ENDIF 
    191       IF( ln_traldf_lap  ) THEN   ;                              ioptio = ioptio + 1   ;   ENDIF 
    192       IF( ln_traldf_blp  ) THEN   ;                              ioptio = ioptio + 1   ;   ENDIF 
    193       IF( ioptio /=  1   )   CALL ctl_stop( 'tra_ldf_init: use ONE of the 3 operator options (NONE/lap/blp)' ) 
    194       ! 
    195       IF( .NOT.ln_traldf_NONE ) THEN   !==  direction ==>> type of operator  ==! 
     190      IF( ln_traldf_OFF ) THEN   ;   nldf_tra = np_no_ldf   ;   ioptio = ioptio + 1   ;   ENDIF 
     191      IF( ln_traldf_lap ) THEN   ;                              ioptio = ioptio + 1   ;   ENDIF 
     192      IF( ln_traldf_blp ) THEN   ;                              ioptio = ioptio + 1   ;   ENDIF 
     193      IF( ioptio /=  1  )   CALL ctl_stop( 'tra_ldf_init: use ONE of the 3 operator options (NONE/lap/blp)' ) 
     194      ! 
     195      IF( .NOT.ln_traldf_OFF ) THEN    !==  direction ==>> type of operator  ==! 
    196196         ioptio = 0 
    197197         IF( ln_traldf_lev )   ioptio = ioptio + 1 
     
    278278      l_ldftra_time = .FALSE.                ! no time variation except in case defined below 
    279279      ! 
    280       IF( ln_traldf_NONE ) THEN              !== no explicit diffusive operator  ==! 
     280      IF( ln_traldf_OFF ) THEN               !== no explicit diffusive operator  ==! 
    281281         ! 
    282282         IF(lwp) WRITE(numout,*) '   ==>>>   No diffusive operator selected. ahtu and ahtv are not allocated' 
  • branches/2017/dev_merge_2017/NEMOGCM/NEMO/OPA_SRC/TRA/traadv.F90

    r9190 r9526  
    4646 
    4747   !                            !!* Namelist namtra_adv * 
    48    LOGICAL ::   ln_traadv_NONE   ! no advection on T and S 
     48   LOGICAL ::   ln_traadv_OFF    ! no advection on T and S 
    4949   LOGICAL ::   ln_traadv_cen    ! centered scheme flag 
    5050   INTEGER ::      nn_cen_h, nn_cen_v   ! =2/4 : horizontal and vertical choices of the order of CEN scheme 
     
    185185      INTEGER ::   ioptio, ios   ! Local integers 
    186186      ! 
    187       NAMELIST/namtra_adv/ ln_traadv_NONE,                       &   ! No advection 
     187      NAMELIST/namtra_adv/ ln_traadv_OFF,                        &   ! No advection 
    188188         &                 ln_traadv_cen , nn_cen_h, nn_cen_v,   &   ! CEN 
    189189         &                 ln_traadv_fct , nn_fct_h, nn_fct_v,   &   ! FCT 
     
    208208         WRITE(numout,*) '~~~~~~~~~~~~' 
    209209         WRITE(numout,*) '   Namelist namtra_adv : chose a advection scheme for tracers' 
    210          WRITE(numout,*) '      No advection on T & S                     ln_traadv_NONE= ', ln_traadv_NONE 
     210         WRITE(numout,*) '      No advection on T & S                     ln_traadv_OFF = ', ln_traadv_OFF 
    211211         WRITE(numout,*) '      centered scheme                           ln_traadv_cen = ', ln_traadv_cen 
    212212         WRITE(numout,*) '            horizontal 2nd/4th order               nn_cen_h   = ', nn_fct_h 
     
    224224      !                                !==  Parameter control & set nadv ==! 
    225225      ioptio = 0                        
    226       IF( ln_traadv_NONE ) THEN   ;   ioptio = ioptio + 1   ;   nadv = np_NO_adv   ;   ENDIF 
    227       IF( ln_traadv_cen  ) THEN   ;   ioptio = ioptio + 1   ;   nadv = np_CEN      ;   ENDIF 
    228       IF( ln_traadv_fct  ) THEN   ;   ioptio = ioptio + 1   ;   nadv = np_FCT      ;   ENDIF 
    229       IF( ln_traadv_mus  ) THEN   ;   ioptio = ioptio + 1   ;   nadv = np_MUS      ;   ENDIF 
    230       IF( ln_traadv_ubs  ) THEN   ;   ioptio = ioptio + 1   ;   nadv = np_UBS      ;   ENDIF 
    231       IF( ln_traadv_qck  ) THEN   ;   ioptio = ioptio + 1   ;   nadv = np_QCK      ;   ENDIF 
     226      IF( ln_traadv_OFF ) THEN   ;   ioptio = ioptio + 1   ;   nadv = np_NO_adv   ;   ENDIF 
     227      IF( ln_traadv_cen ) THEN   ;   ioptio = ioptio + 1   ;   nadv = np_CEN      ;   ENDIF 
     228      IF( ln_traadv_fct ) THEN   ;   ioptio = ioptio + 1   ;   nadv = np_FCT      ;   ENDIF 
     229      IF( ln_traadv_mus ) THEN   ;   ioptio = ioptio + 1   ;   nadv = np_MUS      ;   ENDIF 
     230      IF( ln_traadv_ubs ) THEN   ;   ioptio = ioptio + 1   ;   nadv = np_UBS      ;   ENDIF 
     231      IF( ln_traadv_qck ) THEN   ;   ioptio = ioptio + 1   ;   nadv = np_QCK      ;   ENDIF 
    232232      ! 
    233233      IF( ioptio /= 1 )   CALL ctl_stop( 'tra_adv_init: Choose ONE advection option in namelist namtra_adv' ) 
  • branches/2017/dev_merge_2017/NEMOGCM/NEMO/OPA_SRC/ZDF/zdfdrg.F90

    r9256 r9526  
    4141 
    4242   !                                 !!* Namelist namdrg: nature of drag coefficient namelist * 
    43    LOGICAL          ::   ln_NONE      ! free-slip       : Cd = 0 
     43   LOGICAL          ::   ln_OFF       ! free-slip       : Cd = 0 
    4444   LOGICAL          ::   ln_lin       !     linear  drag: Cd = Cd0_lin 
    4545   LOGICAL          ::   ln_non_lin   ! non-linear  drag: Cd = Cd0_nl |U| 
     
    6161   INTEGER ::              ndrg       ! choice of the type of drag coefficient 
    6262   !                                  ! associated indices: 
    63    INTEGER, PARAMETER ::   np_NONE     = 0   ! free-slip: drag set to zero 
     63   INTEGER, PARAMETER ::   np_OFF      = 0   ! free-slip: drag set to zero 
    6464   INTEGER, PARAMETER ::   np_lin      = 1   !     linear drag: Cd = Cd0_lin 
    6565   INTEGER, PARAMETER ::   np_non_lin  = 2   ! non-linear drag: Cd = Cd0_nl |U| 
     
    231231      INTEGER   ::   ios, ioptio   ! local integers 
    232232      !! 
    233       NAMELIST/namdrg/ ln_NONE, ln_lin, ln_non_lin, ln_loglayer, ln_drgimp 
     233      NAMELIST/namdrg/ ln_OFF, ln_lin, ln_non_lin, ln_loglayer, ln_drgimp 
    234234      !!---------------------------------------------------------------------- 
    235235      ! 
     
    249249         WRITE(numout,*) '~~~~~~~~~~~~' 
    250250         WRITE(numout,*) '   Namelist namdrg : top/bottom friction choices' 
    251          WRITE(numout,*) '      free-slip       : Cd = 0                  ln_NONE     = ', ln_NONE 
     251         WRITE(numout,*) '      free-slip       : Cd = 0                  ln_OFF      = ', ln_OFF  
    252252         WRITE(numout,*) '      linear  drag    : Cd = Cd0                ln_lin      = ', ln_lin 
    253253         WRITE(numout,*) '      non-linear  drag: Cd = Cd0_nl |U|         ln_non_lin  = ', ln_non_lin 
     
    257257      ! 
    258258      ioptio = 0                       ! set ndrg and control check 
    259       IF( ln_NONE     ) THEN   ;   ndrg = np_NONE       ;   ioptio = ioptio + 1   ;   ENDIF 
     259      IF( ln_OFF      ) THEN   ;   ndrg = np_OFF        ;   ioptio = ioptio + 1   ;   ENDIF 
    260260      IF( ln_lin      ) THEN   ;   ndrg = np_lin        ;   ioptio = ioptio + 1   ;   ENDIF 
    261261      IF( ln_non_lin  ) THEN   ;   ndrg = np_non_lin    ;   ioptio = ioptio + 1   ;   ENDIF 
     
    386386      SELECT CASE( ndrg ) 
    387387      ! 
    388       CASE( np_NONE )            !==  No top/bottom friction  ==!   (pCdU = 0) 
     388      CASE( np_OFF )            !==  No top/bottom friction  ==!   (pCdU = 0) 
    389389         IF(lwp) WRITE(numout,*) 
    390390         IF(lwp) WRITE(numout,*) '   ==>>>   ',TRIM(cd_topbot),' free-slip, friction set to zero' 
  • branches/2017/dev_merge_2017/NEMOGCM/NEMO/TOP_SRC/TRP/trcadv.F90

    r9169 r9526  
    3939 
    4040   !                            !!* Namelist namtrc_adv * 
    41    LOGICAL ::   ln_trcadv_NONE   ! no advection on passive tracers 
     41   LOGICAL ::   ln_trcadv_OFF    ! no advection on passive tracers 
    4242   LOGICAL ::   ln_trcadv_cen    ! centered scheme flag 
    4343   INTEGER ::      nn_cen_h, nn_cen_v   ! =2/4 : horizontal and vertical choices of the order of CEN scheme 
     
    155155      INTEGER ::   ioptio, ios   ! Local integer 
    156156      !! 
    157       NAMELIST/namtrc_adv/ ln_trcadv_NONE,                       &   ! No advection 
     157      NAMELIST/namtrc_adv/ ln_trcadv_OFF,                        &   ! No advection 
    158158         &                 ln_trcadv_cen, nn_cen_h, nn_cen_v,    &   ! CEN 
    159159         &                 ln_trcadv_fct, nn_fct_h, nn_fct_v,    &   ! FCT 
     
    177177         WRITE(numout,*) '~~~~~~~~~~~' 
    178178         WRITE(numout,*) '   Namelist namtrc_adv : chose a advection scheme for tracers' 
    179          WRITE(numout,*) '      No advection on passive tracers           ln_trcadv_NONE= ', ln_trcadv_NONE 
     179         WRITE(numout,*) '      No advection on passive tracers           ln_trcadv_OFF = ', ln_trcadv_OFF 
    180180         WRITE(numout,*) '      centered scheme                           ln_trcadv_cen = ', ln_trcadv_cen 
    181181         WRITE(numout,*) '            horizontal 2nd/4th order               nn_cen_h   = ', nn_fct_h 
     
    193193      !                                !==  Parameter control & set nadv ==! 
    194194      ioptio = 0 
    195       IF( ln_trcadv_NONE ) THEN   ;   ioptio = ioptio + 1   ;   nadv = np_NO_adv   ;   ENDIF 
    196       IF( ln_trcadv_cen  ) THEN   ;   ioptio = ioptio + 1   ;   nadv = np_CEN      ;   ENDIF 
    197       IF( ln_trcadv_fct  ) THEN   ;   ioptio = ioptio + 1   ;   nadv = np_FCT      ;   ENDIF 
    198       IF( ln_trcadv_mus  ) THEN   ;   ioptio = ioptio + 1   ;   nadv = np_MUS      ;   ENDIF 
    199       IF( ln_trcadv_ubs  ) THEN   ;   ioptio = ioptio + 1   ;   nadv = np_UBS      ;   ENDIF 
    200       IF( ln_trcadv_qck  ) THEN   ;   ioptio = ioptio + 1   ;   nadv = np_QCK      ;   ENDIF 
     195      IF( ln_trcadv_OFF ) THEN   ;   ioptio = ioptio + 1   ;   nadv = np_NO_adv   ;   ENDIF 
     196      IF( ln_trcadv_cen ) THEN   ;   ioptio = ioptio + 1   ;   nadv = np_CEN      ;   ENDIF 
     197      IF( ln_trcadv_fct ) THEN   ;   ioptio = ioptio + 1   ;   nadv = np_FCT      ;   ENDIF 
     198      IF( ln_trcadv_mus ) THEN   ;   ioptio = ioptio + 1   ;   nadv = np_MUS      ;   ENDIF 
     199      IF( ln_trcadv_ubs ) THEN   ;   ioptio = ioptio + 1   ;   nadv = np_UBS      ;   ENDIF 
     200      IF( ln_trcadv_qck ) THEN   ;   ioptio = ioptio + 1   ;   nadv = np_QCK      ;   ENDIF 
    201201      ! 
    202202      IF( ioptio /= 1 )   CALL ctl_stop( 'trc_adv_ini: Choose ONE advection option in namelist namtrc_adv' ) 
  • branches/2017/dev_merge_2017/NEMOGCM/NEMO/TOP_SRC/TRP/trcldf.F90

    r9490 r9526  
    3434   ! 
    3535   !                                      !!: ** lateral mixing namelist (nam_trcldf) ** 
    36    LOGICAL , PUBLIC ::   ln_trcldf_NONE    !: No operator (no explicit lateral diffusion) 
     36   LOGICAL , PUBLIC ::   ln_trcldf_OFF     !: No operator (no explicit lateral diffusion) 
    3737   LOGICAL , PUBLIC ::   ln_trcldf_tra     !: use active tracer operator 
    3838   REAL(wp), PUBLIC ::      rn_ldf_multi      !: multiplier of T-S eddy diffusivity to obtain the passive tracer one 
     
    6767      !!---------------------------------------------------------------------- 
    6868      ! 
    69       IF( ln_trcldf_NONE )   RETURN       ! not lateral diffusion applied on passive tracers 
     69      IF( ln_trcldf_OFF )   RETURN        ! not lateral diffusion applied on passive tracers 
    7070      ! 
    7171      IF( ln_timing )   CALL timing_start('trc_ldf') 
     
    127127      !! ** Purpose :   Define the operator for the lateral diffusion 
    128128      !! 
    129       !! ** Method  : - ln_trcldf_tra =T : use nldf_tra set in ldftra module  
     129      !! ** Method  : - ln_trcldf_tra=T : use nldf_tra set in ldftra module  
    130130      !!              to defined the passive tracer lateral diffusive operator 
    131       !!              - ln_trcldf_NONE=T : no explicit diffusion used 
     131      !!              - ln_trcldf_OFF=T : no explicit diffusion used 
    132132      !!---------------------------------------------------------------------- 
    133133      INTEGER ::   ios, ioptio   ! local integers 
    134134      !! 
    135       NAMELIST/namtrc_ldf/ ln_trcldf_NONE, ln_trcldf_tra,   &   ! operator & direction 
     135      NAMELIST/namtrc_ldf/ ln_trcldf_OFF , ln_trcldf_tra,   &   ! operator & direction 
    136136         &                 rn_ldf_multi  , rn_fact_lap          ! coefficient 
    137137      !!---------------------------------------------------------------------- 
     
    154154      IF(lwp) THEN                     ! Namelist print 
    155155         WRITE(numout,*) '   Namelist namtrc_ldf : set lateral mixing parameters (type, direction, coefficients)' 
    156          WRITE(numout,*) '      no explicit diffusion                 ln_trcldf_NONE  = ', ln_trcldf_NONE 
     156         WRITE(numout,*) '      no explicit diffusion                 ln_trcldf_OFF   = ', ln_trcldf_OFF 
    157157         WRITE(numout,*) '      use active tracer operator            ln_trcldf_tra   = ', ln_trcldf_tra 
    158158         WRITE(numout,*) '      diffusivity coefficient :' 
    159          WRITE(numout,*) '         multiplier of TRA coef. for TRC          rn_ldf_multi = ', rn_ldf_multi 
    160          WRITE(numout,*) '         enhanced zonal Eq. laplacian coef.       rn_fact_lap  = ', rn_fact_lap 
     159         WRITE(numout,*) '         multiplier of TRA coef. for TRC       rn_ldf_multi = ', rn_ldf_multi 
     160         WRITE(numout,*) '         enhanced zonal Eq. laplacian coef.    rn_fact_lap  = ', rn_fact_lap 
    161161 
    162162      ENDIF 
     
    165165      nldf_trc = np_ERROR 
    166166      ioptio   = 0 
    167       IF( ln_trcldf_NONE ) THEN   ;   nldf_trc = np_no_ldf   ;   ioptio = ioptio + 1   ;   ENDIF 
     167      IF( ln_trcldf_OFF ) THEN   ;   nldf_trc = np_no_ldf   ;   ioptio = ioptio + 1   ;   ENDIF 
    168168      IF( ln_trcldf_tra  ) THEN   ;   nldf_trc = nldf_tra    ;   ioptio = ioptio + 1   ;   ENDIF 
    169169      IF( ioptio /=  1   )   CALL ctl_stop( 'trc_ldf_ini: use ONE of the 2 operator options (NONE/tra)' ) 
Note: See TracChangeset for help on using the changeset viewer.