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 6004 for branches/2015/dev_r5836_NOC3_vvl_by_default/NEMOGCM/CONFIG/SHARED/namelist_ref – NEMO

Ignore:
Timestamp:
2015-12-04T17:05:58+01:00 (8 years ago)
Author:
gm
Message:

#1613: vvl by default, step III: Merge with the trunk (free surface simplification) (see wiki)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/dev_r5836_NOC3_vvl_by_default/NEMOGCM/CONFIG/SHARED/namelist_ref

    r5883 r6004  
    66!!              3 - Surface boundary (namsbc, namsbc_ana, namsbc_flx, namsbc_clio, namsbc_core, namsbc_sas 
    77!!                                    namsbc_cpl, namtra_qsr, namsbc_rnf, 
    8 !!                                    namsbc_apr, namsbc_ssr, namsbc_alb) 
     8!!                                    namsbc_apr, namsbc_ssr, namsbc_alb, namsbc_wave) 
    99!!              4 - lateral boundary (namlbc, namagrif, nambdy, nambdy_tide) 
    1010!!              5 - bottom  boundary (nambfr, nambbc, nambbl) 
     
    1313!!              8 - Verical physics  (namzdf, namzdf_ric, namzdf_tke, namzdf_ddm, namzdf_tmx) 
    1414!!              9 - diagnostics      (namnc4, namtrd, namspr, namflo, namhsb, namsto) 
    15 !!             10 - miscellaneous    (namsol, nammpp, namctl) 
     15!!             10 - miscellaneous    (nammpp, namctl) 
    1616!!             11 - Obs & Assim      (namobs, nam_asminc) 
    1717!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
     
    6161!!   namzgr_sco   s-coordinate or hybrid z-s-coordinate 
    6262!!   namdom       space and time domain (bathymetry, mesh, timestep) 
     63!!   namcrs       coarsened grid (for outputs and/or TOP)               ("key_crs") 
     64!!   namc1d       1D configuration options                              ("key_c1d") 
     65!!   namc1d_uvd   1D data (currents)                                    ("key_c1d") 
     66!!   namc1d_dyndmp 1D newtonian damping applied on currents             ("key_c1d") 
    6367!!   namtsd       data: temperature & salinity 
    6468!!====================================================================== 
     
    8791/ 
    8892!----------------------------------------------------------------------- 
    89 &namzgr        !   vertical coordinate 
     93&namzgr        !   vertical coordinate                                  (default: NO selection) 
    9094!----------------------------------------------------------------------- 
    9195   ln_zco      = .false.   !  z-coordinate - full    steps 
     
    98102&namzgr_sco    !   s-coordinate or hybrid z-s-coordinate 
    99103!----------------------------------------------------------------------- 
    100    ln_s_sh94   = .true.    !  Song & Haidvogel 1994 hybrid S-sigma   (T)| 
     104   ln_s_sh94   = .false.    !  Song & Haidvogel 1994 hybrid S-sigma   (T)| 
    101105   ln_s_sf12   = .false.   !  Siddorn & Furner 2012 hybrid S-z-sigma (T)| if both are false the NEMO tanh stretching is applied 
    102106   ln_sigcrit  = .false.   !  use sigma coordinates below critical depth (T) or Z coordinates (F) for Siddorn & Furner stretch 
     
    164168/ 
    165169!----------------------------------------------------------------------- 
    166 &namsplit      !   time splitting parameters                            ("key_dynspg_ts") 
    167 !----------------------------------------------------------------------- 
    168    ln_bt_fw      =    .TRUE.           !  Forward integration of barotropic equations 
    169    ln_bt_av      =    .TRUE.           !  Time filtering of barotropic variables 
    170    ln_bt_nn_auto =    .TRUE.           !  Set nn_baro automatically to be just below 
    171                                        !  a user defined maximum courant number (rn_bt_cmax) 
    172    nn_baro       =    30               !  Number of iterations of barotropic mode 
    173                                        !  during rn_rdt seconds. Only used if ln_bt_nn_auto=F 
    174    rn_bt_cmax    =    0.8              !  Maximum courant number allowed if ln_bt_nn_auto=T 
    175    nn_bt_flt     =    1                !  Time filter choice 
    176                                        !  = 0 None 
    177                                        !  = 1 Boxcar over   nn_baro barotropic steps 
    178                                        !  = 2 Boxcar over 2*nn_baro     "        " 
    179 / 
    180 !----------------------------------------------------------------------- 
    181 &namcrs        !   Grid coarsening for dynamics output and/or 
    182                !   passive tracer coarsened online simulations 
     170&namcrs        !   coarsened grid (for outputs and/or TOP)              ("key_crs") 
    183171!----------------------------------------------------------------------- 
    184172   nn_factx    = 3         !  Reduction factor of x-direction 
     
    202190/ 
    203191!----------------------------------------------------------------------- 
     192&namc1d_dyndmp !   U & V newtonian damping                              ("key_c1d") 
     193!----------------------------------------------------------------------- 
     194   ln_dyndmp   =  .false.  !  add a damping term (T) or not (F) 
     195/ 
     196!----------------------------------------------------------------------- 
     197&namc1d_uvd    !   data: U & V currents                                 ("key_c1d") 
     198!----------------------------------------------------------------------- 
     199!              !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
     200!              !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      ! 
     201   sn_ucur     = 'ucurrent'  ,         -1        ,'u_current',   .false.    , .true. , 'monthly' ,  ''      ,  'Ume'   , '' 
     202   sn_vcur     = 'vcurrent'  ,         -1        ,'v_current',   .false.    , .true. , 'monthly' ,  ''      ,  'Vme'   , '' 
     203! 
     204   cn_dir        = './'    !  root directory for the location of the files 
     205   ln_uvd_init   = .false. !  Initialisation of ocean U & V with U & V input data (T) or not (F) 
     206   ln_uvd_dyndmp = .false. !  damping of ocean U & V toward U & V input data (T) or not (F) 
     207/ 
     208!----------------------------------------------------------------------- 
    204209&namtsd    !   data : Temperature  & Salinity 
    205210!----------------------------------------------------------------------- 
     
    213218   ln_tsd_tradmp = .true.   !  damping of ocean T & S toward T &S input data (T) or not (F) 
    214219/ 
     220 
    215221!!====================================================================== 
    216222!!            ***  Surface Boundary Condition namelists  *** 
    217223!!====================================================================== 
    218224!!   namsbc          surface boundary condition 
    219 !!   namsbc_ana      analytical         formulation 
    220 !!   namsbc_flx      flux               formulation 
    221 !!   namsbc_clio     CLIO bulk formulae formulation 
    222 !!   namsbc_core     CORE bulk formulae formulation 
    223 !!   namsbc_mfs      MFS  bulk formulae formulation 
    224 !!   namsbc_cpl      CouPLed            formulation                     ("key_oasis3") 
     225!!   namsbc_ana      analytical         formulation                     (ln_ana     =T) 
     226!!   namsbc_flx      flux               formulation                     (ln_flx     =T) 
     227!!   namsbc_clio     CLIO bulk formulae formulation                     (ln_blk_clio=T) 
     228!!   namsbc_core     CORE bulk formulae formulation                     (ln_blk_core=T) 
     229!!   namsbc_mfs      MFS  bulk formulae formulation                     (ln_blk_mfs =T) 
     230!!   namsbc_cpl      CouPLed            formulation                     ("key_oasis3" ) 
    225231!!   namsbc_sas      StAndalone Surface module 
    226 !!   namtra_qsr      penetrative solar radiation 
    227 !!   namsbc_rnf      river runoffs 
    228 !!   namsbc_isf      ice shelf melting/freezing 
    229 !!   namsbc_apr      Atmospheric Pressure 
    230 !!   namsbc_ssr      sea surface restoring term (for T and/or S) 
     232!!   namtra_qsr      penetrative solar radiation                        (ln_traqsr  =T) 
     233!!   namsbc_rnf      river runoffs                                      (ln_rnf     =T) 
     234!!   namsbc_isf      ice shelf melting/freezing                         (nn_isf     >0) 
     235!!   namsbc_apr      Atmospheric Pressure                               (ln_apr_dyn =T) 
     236!!   namsbc_ssr      sea surface restoring term (for T and/or S)        (ln_ssr     =T) 
    231237!!   namsbc_alb      albedo parameters 
     238!!   namsbc_wave     external fields from wave model                    (ln_wave    =T) 
     239!!   namberg         iceberg floats                                     ("key_") 
    232240!!====================================================================== 
    233241! 
     
    258266   nn_ice      = 2         !  =0 no ice boundary condition   , 
    259267                           !  =1 use observed ice-cover      , 
    260                            !  =2 ice-model used                         ("key_lim3" or "key_lim2") 
     268                           !  =2 ice-model used                         ("key_lim3", "key_lim2", "key_cice") 
    261269   nn_ice_embd = 1         !  =0 levitating ice (no mass exchange, concentration/dilution effect) 
    262270                           !  =1 levitating ice with mass and salt exchange but no presure effect 
     
    321329&namsbc_core   !   namsbc_core  CORE bulk formulae 
    322330!----------------------------------------------------------------------- 
    323 !              !  file name                    ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights                               ! rotation ! land/sea mask ! 
    324 !              !                               !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename                              ! pairing  ! filename      ! 
    325    sn_wndi     = 'u_10.15JUNE2009_fill'        ,         6         , 'U_10_MOD',   .false.    , .true. , 'yearly'  , 'weights_core_orca2_bicubic_noc.nc'   , 'Uwnd'   , '' 
    326    sn_wndj     = 'v_10.15JUNE2009_fill'        ,         6         , 'V_10_MOD',   .false.    , .true. , 'yearly'  , 'weights_core_orca2_bicubic_noc.nc'   , 'Vwnd'   , '' 
    327    sn_qsr      = 'ncar_rad.15JUNE2009_fill'    ,        24         , 'SWDN_MOD',   .false.    , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc'  , ''       , '' 
    328    sn_qlw      = 'ncar_rad.15JUNE2009_fill'    ,        24         , 'LWDN_MOD',   .false.    , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc'  , ''       , '' 
    329    sn_tair     = 't_10.15JUNE2009_fill'        ,         6         , 'T_10_MOD',   .false.    , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc'  , ''       , '' 
    330    sn_humi     = 'q_10.15JUNE2009_fill'        ,         6         , 'Q_10_MOD',   .false.    , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc'  , ''       , '' 
    331    sn_prec     = 'ncar_precip.15JUNE2009_fill' ,        -1         , 'PRC_MOD1',   .false.    , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc'  , ''       , '' 
    332    sn_snow     = 'ncar_precip.15JUNE2009_fill' ,        -1         , 'SNOW'    ,   .false.    , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc'  , ''       , '' 
    333    sn_tdif     = 'taudif_core'                 ,        24         , 'taudif'  ,   .false.    , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc'  , ''       , '' 
     331!              !  file name                   ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights                               ! rotation ! land/sea mask ! 
     332!              !                              !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename                              ! pairing  ! filename      ! 
     333   sn_wndi     = 'u_10.15JUNE2009_fill'       ,         6         , 'U_10_MOD',   .false.    , .true. , 'yearly'  , 'weights_core_orca2_bicubic_noc.nc'   , 'Uwnd'   , '' 
     334   sn_wndj     = 'v_10.15JUNE2009_fill'       ,         6         , 'V_10_MOD',   .false.    , .true. , 'yearly'  , 'weights_core_orca2_bicubic_noc.nc'   , 'Vwnd'   , '' 
     335   sn_qsr      = 'ncar_rad.15JUNE2009_fill'   ,        24         , 'SWDN_MOD',   .false.    , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc'  , ''       , '' 
     336   sn_qlw      = 'ncar_rad.15JUNE2009_fill'   ,        24         , 'LWDN_MOD',   .false.    , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc'  , ''       , '' 
     337   sn_tair     = 't_10.15JUNE2009_fill'       ,         6         , 'T_10_MOD',   .false.    , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc'  , ''       , '' 
     338   sn_humi     = 'q_10.15JUNE2009_fill'       ,         6         , 'Q_10_MOD',   .false.    , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc'  , ''       , '' 
     339   sn_prec     = 'ncar_precip.15JUNE2009_fill',        -1         , 'PRC_MOD1',   .false.    , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc'  , ''       , '' 
     340   sn_snow     = 'ncar_precip.15JUNE2009_fill',        -1         , 'SNOW'    ,   .false.    , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc'  , ''       , '' 
     341   sn_tdif     = 'taudif_core'                ,        24         , 'taudif'  ,   .false.    , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc'  , ''       , '' 
    334342 
    335343   cn_dir      = './'      !  root directory for the location of the bulk files 
    336344   ln_taudif   = .false.   !  HF tau contribution: use "mean of stress module - module of the mean stress" data 
    337    rn_zqt      = 10.        !  Air temperature and humidity reference height (m) 
    338    rn_zu       = 10.        !  Wind vector reference height (m) 
     345   rn_zqt      = 10.       !  Air temperature and humidity reference height (m) 
     346   rn_zu       = 10.       !  Wind vector reference height (m) 
    339347   rn_pfac     = 1.        !  multiplicative factor for precipitation (total & snow) 
    340348   rn_efac     = 1.        !  multiplicative factor for evaporation (0. or 1.) 
     
    345353&namsbc_mfs   !   namsbc_mfs  MFS bulk formulae 
    346354!----------------------------------------------------------------------- 
    347 !              !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights     ! rotation ! land/sea mask ! 
    348 !              !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename    ! pairing  ! filename      ! 
    349    sn_wndi     =   'ecmwf'   ,        6          , 'u10'     ,    .true.    , .false. , 'daily'  ,'bicubic.nc' , ''       , '' 
    350    sn_wndj     =   'ecmwf'   ,        6          , 'v10'     ,    .true.    , .false. , 'daily'  ,'bicubic.nc' , ''       , '' 
    351    sn_clc      =   'ecmwf'   ,        6          , 'clc'     ,    .true.    , .false. , 'daily'  ,'bilinear.nc', ''       , '' 
    352    sn_msl      =   'ecmwf'   ,        6          , 'msl'     ,    .true.    , .false. , 'daily'  ,'bicubic.nc' , ''       , '' 
    353    sn_tair     =   'ecmwf'   ,        6          , 't2'      ,    .true.    , .false. , 'daily'  ,'bicubic.nc' , ''       , '' 
    354    sn_rhm      =   'ecmwf'   ,        6          , 'rh'      ,    .true.    , .false. , 'daily'  ,'bilinear.nc', ''       , '' 
    355    sn_prec     =   'ecmwf'   ,        6          , 'precip'  ,    .true.    , .true.  , 'daily'  ,'bicubic.nc' , ''       , '' 
     355!              !  file name  ! frequency (hours) ! variable ! time interp. !  clim  ! 'yearly'/ ! weights     ! rotation ! land/sea mask ! 
     356!              !             !  (if <0  months)  !   name   !   (logical)  !  (T/F) ! 'monthly' ! filename    ! pairing  ! filename      ! 
     357   sn_wndi     =   'ecmwf'   ,        6          , 'u10'    ,    .true.    , .false., 'daily'   ,'bicubic.nc' ,   ''     ,  '' 
     358   sn_wndj     =   'ecmwf'   ,        6          , 'v10'    ,    .true.    , .false., 'daily'   ,'bicubic.nc' ,   ''     ,  '' 
     359   sn_clc      =   'ecmwf'   ,        6          , 'clc'    ,    .true.    , .false., 'daily'   ,'bilinear.nc',   ''     ,  '' 
     360   sn_msl      =   'ecmwf'   ,        6          , 'msl'    ,    .true.    , .false., 'daily'   ,'bicubic.nc' ,   ''     ,  '' 
     361   sn_tair     =   'ecmwf'   ,        6          , 't2'     ,    .true.    , .false., 'daily'   ,'bicubic.nc' ,   ''     ,  '' 
     362   sn_rhm      =   'ecmwf'   ,        6          , 'rh'     ,    .true.    , .false., 'daily'   ,'bilinear.nc',   ''     ,  '' 
     363   sn_prec     =   'ecmwf'   ,        6          , 'precip' ,    .true.    , .true. , 'daily'   ,'bicubic.nc' ,   ''     ,  '' 
    356364 
    357365   cn_dir      = './ECMWF/'      !  root directory for the location of the bulk files 
     
    360368&namsbc_cpl    !   coupled ocean/atmosphere model                       ("key_oasis3") 
    361369!----------------------------------------------------------------------- 
    362 !                    !     description       !  multiple  !    vector   !      vector          ! vector ! 
    363 !                    !                       ! categories !  reference  !    orientation       ! grids  ! 
     370!                    !     description      !  multiple  !    vector   !      vector          ! vector ! 
     371!                    !                      ! categories !  reference  !    orientation       ! grids  ! 
    364372! send 
    365    sn_snd_temp   =       'weighted oce and ice' ,    'no'    ,     ''      ,         ''           ,   '' 
    366    sn_snd_alb    =       'weighted ice'         ,    'no'    ,     ''      ,         ''           ,   '' 
    367    sn_snd_thick  =       'none'                 ,    'no'   ,     ''      ,         ''           ,   '' 
    368    sn_snd_crt    =       'none'                 ,    'no'    , 'spherical' , 'eastward-northward' ,  'T' 
    369    sn_snd_co2    =       'coupled'              ,    'no'    ,     ''      ,         ''           ,   '' 
     373   sn_snd_temp   =   'weighted oce and ice' ,    'no'    ,     ''      ,         ''           ,   '' 
     374   sn_snd_alb    =   'weighted ice'         ,    'no'    ,     ''      ,         ''           ,   '' 
     375   sn_snd_thick  =   'none'                 ,    'no'    ,     ''      ,         ''           ,   '' 
     376   sn_snd_crt    =   'none'                 ,    'no'    , 'spherical' , 'eastward-northward' ,  'T' 
     377   sn_snd_co2    =   'coupled'              ,    'no'    ,     ''      ,         ''           ,   '' 
    370378! receive 
    371    sn_rcv_w10m   =       'none'                 ,    'no'    ,     ''      ,         ''          ,   '' 
    372    sn_rcv_taumod =       'coupled'              ,    'no'    ,     ''      ,         ''          ,   '' 
    373    sn_rcv_tau    =       'oce only'             ,    'no'    , 'cartesian' , 'eastward-northward',  'U,V' 
    374    sn_rcv_dqnsdt =       'coupled'              ,    'no'    ,     ''      ,         ''          ,   '' 
    375    sn_rcv_qsr    =       'oce and ice'          ,    'no'    ,     ''      ,         ''          ,   '' 
    376    sn_rcv_qns    =       'oce and ice'          ,    'no'    ,     ''      ,         ''          ,   '' 
    377    sn_rcv_emp    =       'conservative'         ,    'no'    ,     ''      ,         ''          ,   '' 
    378    sn_rcv_rnf    =       'coupled'              ,    'no'    ,     ''      ,         ''          ,   '' 
    379    sn_rcv_cal    =       'coupled'              ,    'no'    ,     ''      ,         ''          ,   '' 
    380    sn_rcv_co2    =       'coupled'              ,    'no'    ,     ''      ,         ''          ,   '' 
     379   sn_rcv_w10m   =   'none'                 ,    'no'    ,     ''      ,         ''          ,   '' 
     380   sn_rcv_taumod =   'coupled'              ,    'no'    ,     ''      ,         ''          ,   '' 
     381   sn_rcv_tau    =   'oce only'             ,    'no'    , 'cartesian' , 'eastward-northward',  'U,V' 
     382   sn_rcv_dqnsdt =   'coupled'              ,    'no'    ,     ''      ,         ''          ,   '' 
     383   sn_rcv_qsr    =   'oce and ice'          ,    'no'    ,     ''      ,         ''          ,   '' 
     384   sn_rcv_qns    =   'oce and ice'          ,    'no'    ,     ''      ,         ''          ,   '' 
     385   sn_rcv_emp    =   'conservative'         ,    'no'    ,     ''      ,         ''          ,   '' 
     386   sn_rcv_rnf    =   'coupled'              ,    'no'    ,     ''      ,         ''          ,   '' 
     387   sn_rcv_cal    =   'coupled'              ,    'no'    ,     ''      ,         ''          ,   '' 
     388   sn_rcv_co2    =   'coupled'              ,    'no'    ,     ''      ,         ''          ,   '' 
    381389! 
    382390   nn_cplmodel   =     1     !  Maximum number of models to/from which NEMO is potentialy sending/receiving data 
     
    402410/ 
    403411!----------------------------------------------------------------------- 
    404 &namtra_qsr    !   penetrative solar radiation 
     412&namtra_qsr    !   penetrative solar radiation                          (ln_traqsr=T) 
    405413!----------------------------------------------------------------------- 
    406414!              !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
     
    419427/ 
    420428!----------------------------------------------------------------------- 
    421 &namsbc_rnf    !   runoffs namelist surface boundary condition 
     429&namsbc_rnf    !   runoffs namelist surface boundary condition          (ln_rnf=T) 
    422430!----------------------------------------------------------------------- 
    423431!              !  file name           ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
     
    443451/ 
    444452!----------------------------------------------------------------------- 
    445 &namsbc_isf    !  Top boundary layer (ISF) 
    446 !----------------------------------------------------------------------- 
    447 !              ! file name ! frequency (hours) ! variable ! time interpol. ! clim   ! 'yearly'/ ! weights  ! rotation ! 
    448 !              !           !  (if <0  months)  !   name   !    (logical)   ! (T/F)  ! 'monthly' ! filename ! pairing  ! 
     453&namsbc_isf    !  Top boundary layer (ISF)                              (nn_isf >0) 
     454!----------------------------------------------------------------------- 
     455!              ! file name ! frequency (hours) ! variable ! time interp. ! clim   ! 'yearly'/ ! weights  ! rotation ! 
     456!              !           !  (if <0  months)  !   name   !   (logical)  ! (T/F)  ! 'monthly' ! filename ! pairing  ! 
    449457! nn_isf == 4 
    450    sn_qisf      = 'rnfisf' ,         -12      ,'sohflisf',    .false.      , .true. , 'yearly'  ,  ''      ,   '' 
    451    sn_fwfisf    = 'rnfisf' ,         -12      ,'sowflisf',    .false.      , .true. , 'yearly'  ,  ''      ,   '' 
     458   sn_qisf      = 'rnfisf' ,         -12       ,'sohflisf',    .false.   , .true. , 'yearly'  ,  ''      ,   '' 
     459   sn_fwfisf    = 'rnfisf' ,         -12       ,'sowflisf',    .false.   , .true. , 'yearly'  ,  ''      ,   '' 
    452460! nn_isf == 3 
    453    sn_rnfisf    = 'runoffs' ,         -12      ,'sofwfisf',    .false.      , .true. , 'yearly'  ,  ''      ,   '' 
     461   sn_rnfisf    = 'runoffs',         -12       ,'sofwfisf',    .false.   , .true. , 'yearly'  ,  ''      ,   '' 
    454462! nn_isf == 2 and 3 
    455    sn_depmax_isf = 'runoffs' ,       -12        ,'sozisfmax' ,   .false.  , .true. , 'yearly'  ,  ''      ,   '' 
    456    sn_depmin_isf = 'runoffs' ,       -12        ,'sozisfmin' ,   .false.  , .true. , 'yearly'  ,  ''      ,   '' 
     463   sn_depmax_isf = 'runoffs',        -12       ,'sozisfmax',   .false.   , .true. , 'yearly'  ,  ''      ,   '' 
     464   sn_depmin_isf = 'runoffs',        -12       ,'sozisfmin',   .false.   , .true. , 'yearly'  ,  ''      ,   '' 
    457465! nn_isf == 2 
    458    sn_Leff_isf = 'rnfisf' ,       0          ,'Leff'         ,   .false.  , .true.  , 'yearly'  ,  ''      ,   '' 
     466   sn_Leff_isf = 'rnfisf'  ,           0       ,'Leff'    ,    .false.   , .true. , 'yearly'  ,  ''      ,   '' 
     467 
    459468! for all case 
    460    ln_divisf   = .true.  ! apply isf melting as a mass flux or in the salinity trend. (maybe I should remove this option as for runoff?) 
     469   ln_divisf   = .true.   ! apply isf melting as a mass flux or in the salinity trend. (maybe I should remove this option as for runoff?) 
    461470! only for nn_isf = 1 or 2 
    462    rn_gammat0  = 1.0e-4   ! gammat coefficient used in blk formula 
    463    rn_gammas0  = 1.0e-4   ! gammas coefficient used in blk formula 
     471   rn_gammat0  = 1.e-4    ! gammat coefficient used in blk formula 
     472   rn_gammas0  = 1.e-4    ! gammas coefficient used in blk formula 
    464473! only for nn_isf = 1 
    465474   nn_isfblk   =  1       ! 1 ISOMIP ; 2 conservative (3 equation formulation, Jenkins et al. 1991 ??) 
    466    rn_hisf_tbl =  30.      ! thickness of the top boundary layer           (Losh et al. 2008) 
     475   rn_hisf_tbl =  30.     ! thickness of the top boundary layer           (Losh et al. 2008) 
    467476                          ! 0 => thickness of the tbl = thickness of the first wet cell 
    468477   ln_conserve = .true.   ! conservative case (take into account meltwater advection) 
     
    473482/ 
    474483!----------------------------------------------------------------------- 
    475 &namsbc_apr    !   Atmospheric pressure used as ocean forcing or in bulk 
    476 !----------------------------------------------------------------------- 
    477 !              !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
    478 !              !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      ! 
    479    sn_apr      = 'patm'      ,         -1        ,'somslpre',    .true.     , .true. , 'yearly'  ,  ''      ,   ''     , '' 
     484&namsbc_apr    !   Atmospheric pressure forcing (in ocean or bulk)      (ln_apr_dyn=T) 
     485!----------------------------------------------------------------------- 
     486!              !  file name ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
     487!              !            !  (if <0  months)  !   name    !  (logical)   !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      ! 
     488   sn_apr      = 'patm'     ,         -1        ,'somslpre',    .true.     , .true. , 'yearly'  ,  ''      ,   ''     , '' 
    480489 
    481490   cn_dir      = './'       !  root directory for the location of the bulk files 
     
    485494/ 
    486495!----------------------------------------------------------------------- 
    487 &namsbc_ssr    !   surface boundary condition : sea surface restoring 
     496&namsbc_ssr    !   surface boundary condition : sea surface restoring   (ln_ssr=T) 
    488497!----------------------------------------------------------------------- 
    489498!              !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
     
    511520/ 
    512521!----------------------------------------------------------------------- 
    513 &namberg       !   iceberg parameters 
    514 !----------------------------------------------------------------------- 
    515       ln_icebergs              = .false. 
     522&namsbc_wave   ! External fields from wave model                        (ln_wave=T) 
     523!----------------------------------------------------------------------- 
     524!              !  file name  ! frequency (hours) ! variable    ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
     525!              !             !  (if <0  months)  !   name      !  (logical)   !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      ! 
     526   sn_cdg      =  'cdg_wave' ,        1          , 'drag_coeff',     .true.   , .false., 'daily'   ,  ''      , ''       , '' 
     527   sn_usd      =  'sdw_wave' ,        1          , 'u_sd2d'    ,     .true.   , .false., 'daily'   ,  ''      , ''       , '' 
     528   sn_vsd      =  'sdw_wave' ,        1          , 'v_sd2d'    ,     .true.   , .false., 'daily'   ,  ''      , ''       , '' 
     529   sn_wn       =  'sdw_wave' ,        1          , 'wave_num'  ,     .true.   , .false., 'daily'   ,  ''      , ''       , '' 
     530! 
     531   cn_dir_cdg  = './'      !  root directory for the location of drag coefficient files 
     532   ln_cdgw = .false.       !  Neutral drag coefficient read from wave model 
     533   ln_sdw  = .false.       !  Computation of 3D stokes drift                
     534/ 
     535!----------------------------------------------------------------------- 
     536&namberg       !   iceberg parameters                                   (default: No iceberg) 
     537!----------------------------------------------------------------------- 
     538      ln_icebergs              = .false.              ! iceberg floats or not 
    516539      ln_bergdia               = .true.               ! Calculate budgets 
    517540      nn_verbose_level         = 1                    ! Turn on more verbose output if level > 0 
     
    558581&namlbc        !   lateral momentum boundary condition 
    559582!----------------------------------------------------------------------- 
     583   !                       !  free slip  !   partial slip  !   no slip   ! strong slip 
    560584   rn_shlat    =    2.     !  shlat = 0  !  0 < shlat < 2  !  shlat = 2  !  2 < shlat 
    561                            !  free slip  !   partial slip  !   no slip   ! strong slip 
    562    ln_vorlat   = .false.   !  consistency of vorticity boundary condition with analytical eqs. 
     585   ln_vorlat   = .false.   !  consistency of vorticity boundary condition with analytical Eqs. 
    563586/ 
    564587!----------------------------------------------------------------------- 
     
    572595/ 
    573596!----------------------------------------------------------------------- 
    574 &nam_tide      !   tide parameters (#ifdef key_tide) 
     597&nam_tide      !   tide parameters                                      ("key_tide") 
    575598!----------------------------------------------------------------------- 
    576599   ln_tide_pot   = .true.   !  use tidal potential forcing 
     
    614637/ 
    615638!----------------------------------------------------------------------- 
    616 &nambdy_dta      !  open boundaries - external data           ("key_bdy") 
    617 !----------------------------------------------------------------------- 
    618 !              !  file name      ! frequency (hours) ! variable   ! time interp.  !  clim   ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
    619 !              !                 !  (if <0  months)  !   name     !   (logical)    !  (T/F ) ! 'monthly' ! filename ! pairing  ! filename      ! 
    620    bn_ssh =     'amm12_bdyT_u2d' ,         24        , 'sossheig' ,     .true.     , .false. ,  'daily'  ,    ''    ,   ''     , '' 
    621    bn_u2d =     'amm12_bdyU_u2d' ,         24        , 'vobtcrtx' ,     .true.     , .false. ,  'daily'  ,    ''    ,   ''     , '' 
    622    bn_v2d =     'amm12_bdyV_u2d' ,         24        , 'vobtcrty' ,     .true.     , .false. ,  'daily'  ,    ''    ,   ''     , '' 
    623    bn_u3d  =    'amm12_bdyU_u3d' ,         24        , 'vozocrtx' ,     .true.     , .false. ,  'daily'  ,    ''    ,   ''     , '' 
    624    bn_v3d  =    'amm12_bdyV_u3d' ,         24        , 'vomecrty' ,     .true.     , .false. ,  'daily'  ,    ''    ,   ''     , '' 
    625    bn_tem  =    'amm12_bdyT_tra' ,         24        , 'votemper' ,     .true.     , .false. ,  'daily'  ,    ''    ,   ''     , '' 
    626    bn_sal  =    'amm12_bdyT_tra' ,         24        , 'vosaline' ,     .true.     , .false. ,  'daily'  ,    ''    ,   ''     , '' 
     639&nambdy_dta    !  open boundaries - external data                       ("key_bdy") 
     640!----------------------------------------------------------------------- 
     641!              !  file name      ! frequency (hours) ! variable  ! time interp. !  clim   ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
     642!              !                 !  (if <0  months)  !   name    !  (logical)   !  (T/F ) ! 'monthly' ! filename ! pairing  ! filename      ! 
     643   bn_ssh =     'amm12_bdyT_u2d' ,         24        , 'sossheig',     .true.   , .false. ,  'daily'  ,    ''    ,   ''     , '' 
     644   bn_u2d =     'amm12_bdyU_u2d' ,         24        , 'vobtcrtx',     .true.   , .false. ,  'daily'  ,    ''    ,   ''     , '' 
     645   bn_v2d =     'amm12_bdyV_u2d' ,         24        , 'vobtcrty',     .true.   , .false. ,  'daily'  ,    ''    ,   ''     , '' 
     646   bn_u3d  =    'amm12_bdyU_u3d' ,         24        , 'vozocrtx',     .true.   , .false. ,  'daily'  ,    ''    ,   ''     , '' 
     647   bn_v3d  =    'amm12_bdyV_u3d' ,         24        , 'vomecrty',     .true.   , .false. ,  'daily'  ,    ''    ,   ''     , '' 
     648   bn_tem  =    'amm12_bdyT_tra' ,         24        , 'votemper',     .true.   , .false. ,  'daily'  ,    ''    ,   ''     , '' 
     649   bn_sal  =    'amm12_bdyT_tra' ,         24        , 'vosaline',     .true.   , .false. ,  'daily'  ,    ''    ,   ''     , '' 
    627650! for lim2 
    628 !   bn_frld  =    'amm12_bdyT_ice' ,         24        , 'ileadfra' ,     .true.     , .false. ,  'daily'  ,    ''    ,   ''     , '' 
    629 !   bn_hicif =    'amm12_bdyT_ice' ,         24        , 'iicethic' ,     .true.     , .false. ,  'daily'  ,    ''    ,   ''     , '' 
    630 !   bn_hsnif =    'amm12_bdyT_ice' ,         24        , 'isnowthi' ,     .true.     , .false. ,  'daily'  ,    ''    ,   ''     , '' 
     651!   bn_frld  =   'amm12_bdyT_ice' ,         24        , 'ileadfra',     .true.   , .false. ,  'daily'  ,    ''    ,   ''     , '' 
     652!   bn_hicif =   'amm12_bdyT_ice' ,         24        , 'iicethic',     .true.   , .false. ,  'daily'  ,    ''    ,   ''     , '' 
     653!   bn_hsnif =   'amm12_bdyT_ice' ,         24        , 'isnowthi',     .true.   , .false. ,  'daily'  ,    ''    ,   ''     , '' 
    631654! for lim3 
    632 !   bn_a_i  =    'amm12_bdyT_ice' ,         24        , 'ileadfra' ,     .true.     , .false. ,  'daily'  ,    ''    ,   ''     , '' 
    633 !   bn_ht_i =    'amm12_bdyT_ice' ,         24        , 'iicethic' ,     .true.     , .false. ,  'daily'  ,    ''    ,   ''     , '' 
    634 !   bn_ht_s =    'amm12_bdyT_ice' ,         24        , 'isnowthi' ,     .true.     , .false. ,  'daily'  ,    ''    ,   ''     , '' 
    635    cn_dir  =    'bdydta/' 
    636    ln_full_vel = .false. 
     655!   bn_a_i  =    'amm12_bdyT_ice' ,         24        , 'ileadfra',     .true.   , .false. ,  'daily'  ,    ''    ,   ''     , '' 
     656!   bn_ht_i =    'amm12_bdyT_ice' ,         24        , 'iicethic',     .true.   , .false. ,  'daily'  ,    ''    ,   ''     , '' 
     657!   bn_ht_s =    'amm12_bdyT_ice' ,         24        , 'isnowthi',     .true.   , .false. ,  'daily'  ,    ''    ,   ''     , '' 
     658 
     659   cn_dir      =    'bdydta/'   !  root directory for the location of the bulk files 
     660   ln_full_vel = .false.        !   
    637661/ 
    638662!----------------------------------------------------------------------- 
    639663&nambdy_tide     ! tidal forcing at open boundaries 
    640664!----------------------------------------------------------------------- 
    641    filtide          = 'bdydta/amm12_bdytide_'         !  file name root of tidal forcing files 
    642    ln_bdytide_2ddta = .false. 
    643    ln_bdytide_conj  = .false. 
     665   filtide          = 'bdydta/amm12_bdytide_'   !  file name root of tidal forcing files 
     666   ln_bdytide_2ddta = .false.   ! 
     667   ln_bdytide_conj  = .false.   !  
    644668/ 
    645669!!====================================================================== 
     
    652676! 
    653677!----------------------------------------------------------------------- 
    654 &nambfr        !   bottom friction 
     678&nambfr        !   bottom friction                                      (default: linear) 
    655679!----------------------------------------------------------------------- 
    656680   nn_bfr      =    1      !  type of bottom friction :   = 0 : free slip,  = 1 : linear friction 
     
    675699/ 
    676700!----------------------------------------------------------------------- 
    677 &nambbc        !   bottom temperature boundary condition 
    678 !----------------------------------------------------------------------- 
    679 !              !                              !  (if <0  months)  !   
    680 !              !  file name      ! frequency (hours) ! variable   ! time interp.   !  clim   ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
    681 !              !                 !  (if <0  months)  !   name     !   (logical)    !  (T/F ) ! 'monthly' ! filename ! pairing  ! filename      ! 
    682    sn_qgh      ='geothermal_heating.nc',  -12.  , 'heatflow'      ,   .false.      , .true.  , 'yearly'  , ''       , ''       , '' 
     701&nambbc        !   bottom temperature boundary condition                (default: NO) 
     702!----------------------------------------------------------------------- 
     703!              !  file name      ! frequency (hours) ! variable  ! time interp.!  clim   ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
     704!              !                 !  (if <0  months)  !   name    !  (logical)  !  (T/F ) ! 'monthly' ! filename ! pairing  ! filename      ! 
     705   sn_qgh      ='geothermal_heating.nc',  -12.       , 'heatflow',   .false.   , .true.  , 'yearly'  ,   ''     ,   ''     ,   '' 
    683706   ! 
    684    cn_dir      = './'      !  root directory for the location of the runoff files 
    685    ln_trabbc   = .true.    !  Apply a geothermal heating at the ocean bottom 
     707   ln_trabbc   = .false.   !  Apply a geothermal heating at the ocean bottom 
    686708   nn_geoflx   =    2      !  geothermal heat flux: = 0 no flux 
    687709                           !     = 1 constant flux 
    688710                           !     = 2 variable flux (read in geothermal_heating.nc in mW/m2) 
    689711   rn_geoflx_cst = 86.4e-3 !  Constant value of geothermal heat flux [W/m2] 
    690 / 
    691 !----------------------------------------------------------------------- 
    692 &nambbl        !   bottom boundary layer scheme 
     712   cn_dir      = './'      !  root directory for the location of the runoff files  
     713/ 
     714!----------------------------------------------------------------------- 
     715&nambbl        !   bottom boundary layer scheme                         ("key_trabbl") 
    693716!----------------------------------------------------------------------- 
    694717   nn_bbl_ldf  =  1      !  diffusive bbl (=1)   or not (=0) 
     
    729752/ 
    730753!----------------------------------------------------------------------- 
    731 &namtra_adv    !   advection scheme for tracer 
     754&namtra_adv    !   advection scheme for tracer                          (default: NO advection) 
    732755!----------------------------------------------------------------------- 
    733756   ln_traadv_cen =  .false.  !  2nd order centered scheme 
     
    746769/ 
    747770!----------------------------------------------------------------------- 
    748 &namtra_adv_mle !   mixed layer eddy parametrisation (Fox-Kemper param) 
     771&namtra_adv_mle !   mixed layer eddy parametrisation (Fox-Kemper param) (default: NO) 
    749772!----------------------------------------------------------------------- 
    750773   ln_mle    = .false.      ! (T) use the Mixed Layer Eddy (MLE) parameterisation 
     
    758781   rn_rho_c_mle  = 0.01    ! delta rho criterion used to calculate MLD for FK 
    759782/ 
    760 !---------------------------------------------------------------------------------- 
    761 &namtra_ldf    !   lateral diffusion scheme for tracers 
    762 !---------------------------------------------------------------------------------- 
     783!----------------------------------------------------------------------- 
     784&namtra_ldf    !   lateral diffusion scheme for tracers                 (default: NO diffusion) 
     785!----------------------------------------------------------------------- 
    763786   !                       !  Operator type: 
    764787   !                           !  no diffusion: set ln_traldf_lap=..._blp=F  
     
    790813   rn_bht_0        = 1.e+12    !  lateral eddy diffusivity (bilap. operator) [m4/s] 
    791814/ 
    792 !---------------------------------------------------------------------------------- 
    793 &namtra_ldfeiv !   eddy induced velocity param. 
    794 !---------------------------------------------------------------------------------- 
    795    ln_ldfeiv     =.false.   ! use eddy induced velocity parameterization 
    796    ln_ldfeiv_dia =.false.   ! diagnose eiv stream function and velocities 
    797    rn_aeiv_0     = 2000.    ! eddy induced velocity coefficient   [m2/s] 
    798    nn_aei_ijk_t  = 21       ! space/time variation of the eiv coeficient 
     815!----------------------------------------------------------------------- 
     816&namtra_ldfeiv !   eddy induced velocity param.                         (default: NO) 
     817!----------------------------------------------------------------------- 
     818   ln_ldfeiv     =.false.  ! use eddy induced velocity parameterization 
     819   ln_ldfeiv_dia =.false.  ! diagnose eiv stream function and velocities 
     820   rn_aeiv_0     = 2000.   ! eddy induced velocity coefficient   [m2/s] 
     821   nn_aei_ijk_t  = 21      ! space/time variation of the eiv coeficient 
    799822   !                                !   =-20 (=-30)    read in eddy_induced_velocity_2D.nc (..._3D.nc) file 
    800823   !                                !   =  0           constant  
     
    805828/ 
    806829!----------------------------------------------------------------------- 
    807 &namtra_dmp    !   tracer: T & S newtonian damping 
     830&namtra_dmp    !   tracer: T & S newtonian damping                      (default: NO) 
    808831!----------------------------------------------------------------------- 
    809832   ln_tradmp   =  .true.   !  add a damping termn (T) or not (F) 
     
    811834                           !                   =1 no damping in the mixing layer (kz  criteria) 
    812835                           !                   =2 no damping in the mixed  layer (rho crieria) 
    813    cn_resto    = 'resto.nc' ! Name of file containing restoration coefficient field (use dmp_tools to create this) 
     836   cn_resto    ='resto.nc' !  Name of file containing restoration coeff. field (use dmp_tools to create this) 
    814837/ 
    815838 
     
    820843!!   namdyn_vor    advection scheme 
    821844!!   namdyn_hpg    hydrostatic pressure gradient 
    822 !!   namdyn_spg    surface pressure gradient                            (CPP key only) 
     845!!   namdyn_spg    surface pressure gradient 
    823846!!   namdyn_ldf    lateral diffusion scheme 
    824847!!====================================================================== 
    825848! 
    826849!----------------------------------------------------------------------- 
    827 &namdyn_adv    !   formulation of the momentum advection 
     850&namdyn_adv    !   formulation of the momentum advection                (default: vector form) 
    828851!----------------------------------------------------------------------- 
    829852   ln_dynadv_vec = .true.  !  vector form (T) or flux form (F) 
     
    834857/ 
    835858!----------------------------------------------------------------------- 
    836 &nam_vvl    !   vertical coordinate options 
     859&nam_vvl    !   vertical coordinate options                             (default: zstar) 
    837860!----------------------------------------------------------------------- 
    838861   ln_vvl_zstar  = .true.           !  zstar vertical coordinate 
     
    848871/ 
    849872!----------------------------------------------------------------------- 
    850 &namdyn_vor    !   option of physics/algorithm (not control by CPP keys) 
     873&namdyn_vor    !   option of physics/algorithm                          (default: NO) 
    851874!----------------------------------------------------------------------- 
    852875   ln_dynvor_ene = .false. !  enstrophy conserving scheme 
     
    854877   ln_dynvor_mix = .false. !  mixed scheme 
    855878   ln_dynvor_een = .false. !  energy & enstrophy scheme 
    856       nn_een_e3f = 1             ! e3f = masked averaging of e3t divided by 4 (=0) or by the sum of mask (=1) 
     879      nn_een_e3f = 1          ! e3f = masked averaging of e3t divided by 4 (=0) or by the sum of mask (=1) 
    857880   ln_dynvor_msk = .false. !  vorticity multiplied by fmask (=T) or not (=F) (all vorticity schemes)  ! PLEASE DO NOT USE 
    858881/ 
    859882!----------------------------------------------------------------------- 
    860 &namdyn_hpg    !   Hydrostatic pressure gradient option 
     883&namdyn_hpg    !   Hydrostatic pressure gradient option                 (default: zps) 
    861884!----------------------------------------------------------------------- 
    862885   ln_hpg_zco  = .false.   !  z-coordinate - full steps 
     
    866889   ln_hpg_djc  = .false.   !  s-coordinate (Density Jacobian with Cubic polynomial) 
    867890   ln_hpg_prj  = .false.   !  s-coordinate (Pressure Jacobian scheme) 
    868    ln_dynhpg_imp = .false. !  time stepping: semi-implicit time scheme  (T) 
    869                                  !           centered      time scheme  (F) 
    870 / 
    871 !----------------------------------------------------------------------- 
    872 !namdyn_spg    !   surface pressure gradient   (CPP key only) 
    873 !----------------------------------------------------------------------- 
    874 !                          !  explicit free surface                     ("key_dynspg_exp") 
    875 !                          !  filtered free surface                     ("key_dynspg_flt") 
    876 !                          !  split-explicit free surface               ("key_dynspg_ts") 
    877  
    878 !----------------------------------------------------------------------- 
    879 &namdyn_ldf    !   lateral diffusion on momentum 
     891/ 
     892!----------------------------------------------------------------------- 
     893&namdyn_spg    !   surface pressure gradient                            (default: NO) 
     894!----------------------------------------------------------------------- 
     895   ln_dynspg_exp  = .false.   ! explicit free surface 
     896   ln_dynspg_ts   = .false.   ! split-explicit free surface 
     897      ln_bt_fw      = .true.     ! Forward integration of barotropic Eqs. 
     898      ln_bt_av      = .true.     ! Time filtering of barotropic variables 
     899         nn_bt_flt     = 1          ! Time filter choice  = 0 None 
     900         !                          !                     = 1 Boxcar over   nn_baro sub-steps 
     901         !                          !                     = 2 Boxcar over 2*nn_baro  "    " 
     902      ln_bt_auto    = .true.     ! Number of sub-step defined from: 
     903         rn_bt_cmax   =  0.8        ! =T : the Maximum Courant Number allowed 
     904         nn_baro      = 30          ! =F : the number of sub-step in rn_rdt seconds 
     905/ 
     906!----------------------------------------------------------------------- 
     907&namdyn_ldf    !   lateral diffusion on momentum                        (default: NO) 
    880908!----------------------------------------------------------------------- 
    881909   !                       !  Type of the operator : 
     
    909937!!    namzdf_ric    richardson number dependent vertical mixing         ("key_zdfric") 
    910938!!    namzdf_tke    TKE dependent vertical mixing                       ("key_zdftke") 
     939!!    namzdf_gls    GLS vertical mixing                                 ("key_zdfgls") 
    911940!!    namzdf_ddm    double diffusive mixing parameterization            ("key_zdfddm") 
    912941!!    namzdf_tmx    tidal mixing parameterization                       ("key_zdftmx") 
     
    10081037!!                  ***  Miscellaneous namelists  *** 
    10091038!!====================================================================== 
    1010 !!   namsol            elliptic solver / island / free surface 
    10111039!!   nammpp            Massively Parallel Processing                    ("key_mpp_mpi) 
    10121040!!   namctl            Control prints & Benchmark 
    1013 !!   namc1d            1D configuration options                         ("key_c1d") 
    1014 !!   namc1d_uvd        data: U & V currents                             ("key_c1d") 
    1015 !!   namc1d_dyndmp     U & V newtonian damping                          ("key_c1d") 
    10161041!!   namsto            Stochastic parametrization of EOS 
    10171042!!====================================================================== 
    10181043! 
    1019 !----------------------------------------------------------------------- 
    1020 &namsol        !   elliptic solver / island / free surface 
    1021 !----------------------------------------------------------------------- 
    1022    nn_solv     =      1    !  elliptic solver: =1 preconditioned conjugate gradient (pcg) 
    1023                            !                   =2 successive-over-relaxation (sor) 
    1024    nn_sol_arp  =      0    !  absolute/relative (0/1) precision convergence test 
    1025    rn_eps      =  1.e-6    !  absolute precision of the solver 
    1026    nn_nmin     =    300    !  minimum of iterations for the SOR solver 
    1027    nn_nmax     =    800    !  maximum of iterations for the SOR solver 
    1028    nn_nmod     =     10    !  frequency of test for the SOR solver 
    1029    rn_resmax   =  1.e-10   !  absolute precision for the SOR solver 
    1030    rn_sor      =  1.92     !  optimal coefficient for SOR solver (to be adjusted with the domain) 
    1031 / 
    10321044!----------------------------------------------------------------------- 
    10331045&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi) 
     
    10571069/ 
    10581070!----------------------------------------------------------------------- 
    1059 &namc1d_uvd    !   data: U & V currents                                 ("key_c1d") 
    1060 !----------------------------------------------------------------------- 
    1061 !              !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
    1062 !              !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      ! 
    1063    sn_ucur     = 'ucurrent'  ,         -1        ,'u_current',   .false.    , .true. , 'monthly' ,  ''      ,  'Ume'   , '' 
    1064    sn_vcur     = 'vcurrent'  ,         -1        ,'v_current',   .false.    , .true. , 'monthly' ,  ''      ,  'Vme'   , '' 
    1065 ! 
    1066    cn_dir        = './'    !  root directory for the location of the files 
    1067    ln_uvd_init   = .false. !  Initialisation of ocean U & V with U & V input data (T) or not (F) 
    1068    ln_uvd_dyndmp = .false. !  damping of ocean U & V toward U & V input data (T) or not (F) 
    1069 / 
    1070 !----------------------------------------------------------------------- 
    1071 &namc1d_dyndmp !   U & V newtonian damping                              ("key_c1d") 
    1072 !----------------------------------------------------------------------- 
    1073    ln_dyndmp   =  .false.  !  add a damping term (T) or not (F) 
    1074 / 
    1075 !----------------------------------------------------------------------- 
    1076 &namsto       ! Stochastic parametrization of EOS 
    1077 !----------------------------------------------------------------------- 
    1078    ln_rststo = .false.           ! start from mean parameter (F) or from restart file (T) 
     1071&namsto       ! Stochastic parametrization of EOS                       (default: NO) 
     1072!----------------------------------------------------------------------- 
     1073   ln_sto_eos   = .false.  ! stochastic equation of state 
     1074   nn_sto_eos   = 1        ! number of independent random walks 
     1075   rn_eos_stdxy = 1.4      ! random walk horz. standard deviation (in grid points) 
     1076   rn_eos_stdz  = 0.7      ! random walk vert. standard deviation (in grid points) 
     1077   rn_eos_tcor  = 1440.    ! random walk time correlation (in timesteps) 
     1078   nn_eos_ord   = 1        ! order of autoregressive processes 
     1079   nn_eos_flt   = 0        ! passes of Laplacian filter 
     1080   rn_eos_lim   = 2.0      ! limitation factor (default = 3.0) 
     1081   ln_rststo    = .false.  ! start from mean parameter (F) or from restart file (T) 
    10791082   ln_rstseed = .true.           ! read seed of RNG from restart file 
    10801083   cn_storst_in  = "restart_sto" !  suffix of stochastic parameter restart file (input) 
    10811084   cn_storst_out = "restart_sto" !  suffix of stochastic parameter restart file (output) 
    1082  
    1083    ln_sto_eos = .false.          ! stochastic equation of state 
    1084    nn_sto_eos = 1                ! number of independent random walks 
    1085    rn_eos_stdxy = 1.4            ! random walk horz. standard deviation (in grid points) 
    1086    rn_eos_stdz  = 0.7            ! random walk vert. standard deviation (in grid points) 
    1087    rn_eos_tcor  = 1440.0         ! random walk time correlation (in timesteps) 
    1088    nn_eos_ord  = 1               ! order of autoregressive processes 
    1089    nn_eos_flt  = 0               ! passes of Laplacian filter 
    1090    rn_eos_lim  = 2.0             ! limitation factor (default = 3.0) 
    10911085/ 
    10921086 
     
    10941088!!                  ***  Diagnostics namelists  *** 
    10951089!!====================================================================== 
    1096 !!   namnc4       netcdf4 chunking and compression settings             ("key_netcdf4") 
    10971090!!   namtrd       dynamics and/or tracer trends 
    10981091!!   namptr       Poleward Transport Diagnostics 
     1092!!   namhsb       Heat and salt budgets 
    10991093!!   namflo       float parameters                                      ("key_float") 
    1100 !!   namhsb       Heat and salt budgets 
    1101 !!====================================================================== 
    1102 ! 
    1103 !----------------------------------------------------------------------- 
    1104 &namnc4        !   netcdf4 chunking and compression settings            ("key_netcdf4") 
    1105 !----------------------------------------------------------------------- 
    1106    nn_nchunks_i=   4       !  number of chunks in i-dimension 
    1107    nn_nchunks_j=   4       !  number of chunks in j-dimension 
    1108    nn_nchunks_k=   31      !  number of chunks in k-dimension 
    1109                            !  setting nn_nchunks_k = jpk will give a chunk size of 1 in the vertical which 
    1110                            !  is optimal for postprocessing which works exclusively with horizontal slabs 
    1111    ln_nc4zip   = .true.    !  (T) use netcdf4 chunking and compression 
    1112                            !  (F) ignore chunking information and produce netcdf3-compatible files 
    1113 / 
    1114 !----------------------------------------------------------------------- 
    1115 &namtrd        !   diagnostics on dynamics and/or tracer trends 
    1116 !              !       and/or mixed-layer trends and/or barotropic vorticity 
     1094!!   nam_diaharm  Harmonic analysis of tidal constituents               ('key_diaharm') 
     1095!!   namdct       transports through some sections 
     1096!!   namnc4       netcdf4 chunking and compression settings             ("key_netcdf4") 
     1097!!====================================================================== 
     1098! 
     1099!----------------------------------------------------------------------- 
     1100&namtrd        !   diagnostics on dynamics and/or tracer trends         (default F) 
     1101!              !   and/or mixed-layer trends and/or barotropic vorticity 
    11171102!----------------------------------------------------------------------- 
    11181103   ln_glo_trd  = .false.   ! (T) global domain averaged diag for T, T^2, KE, and PE 
    11191104   ln_dyn_trd  = .false.   ! (T) 3D momentum trend output 
    1120    ln_dyn_mxl  = .FALSE.   ! (T) 2D momentum trends averaged over the mixed layer (not coded yet) 
    1121    ln_vor_trd  = .FALSE.   ! (T) 2D barotropic vorticity trends (not coded yet) 
     1105   ln_dyn_mxl  = .false.   ! (T) 2D momentum trends averaged over the mixed layer (not coded yet) 
     1106   ln_vor_trd  = .false.   ! (T) 2D barotropic vorticity trends (not coded yet) 
    11221107   ln_KE_trd   = .false.   ! (T) 3D Kinetic   Energy     trends 
    11231108   ln_PE_trd   = .false.   ! (T) 3D Potential Energy     trends 
    1124    ln_tra_trd  = .FALSE.   ! (T) 3D tracer trend output 
     1109   ln_tra_trd  = .false.   ! (T) 3D tracer trend output 
    11251110   ln_tra_mxl  = .false.   ! (T) 2D tracer trends averaged over the mixed layer (not coded yet) 
    11261111   nn_trd      = 365       !  print frequency (ln_glo_trd=T) (unit=time step) 
     
    11331118!!gm   ln_trdmld_instant = .false.         !  flag to diagnose trends of instantantaneous or mean ML T/S 
    11341119!!gm 
     1120!----------------------------------------------------------------------- 
     1121&namptr       !   Poleward Transport Diagnostic                         (default F) 
     1122!----------------------------------------------------------------------- 
     1123   ln_diaptr  = .false.    !  Poleward heat and salt transport (T) or not (F) 
     1124   ln_subbas  = .false.     !  Atlantic/Pacific/Indian basins computation (T) or not 
     1125/ 
     1126!----------------------------------------------------------------------- 
     1127&namhsb       !  Heat and salt budgets                                  (default F) 
     1128!----------------------------------------------------------------------- 
     1129   ln_diahsb  = .false.    !  check the heat and salt budgets (T) or not (F) 
     1130/ 
    11351131!----------------------------------------------------------------------- 
    11361132&namflo       !   float parameters                                      ("key_float") 
     
    11481144/ 
    11491145!----------------------------------------------------------------------- 
    1150 &namptr       !   Poleward Transport Diagnostic 
    1151 !----------------------------------------------------------------------- 
    1152    ln_diaptr  = .false.    !  Poleward heat and salt transport (T) or not (F) 
    1153    ln_subbas  = .false.     !  Atlantic/Pacific/Indian basins computation (T) or not 
    1154 / 
    1155 !----------------------------------------------------------------------- 
    1156 &namhsb       !  Heat and salt budgets                                  (default F) 
    1157 !----------------------------------------------------------------------- 
    1158    ln_diahsb  = .false.    !  check the heat and salt budgets (T) or not (F) 
    1159 / 
    1160 !----------------------------------------------------------------------- 
    1161 &nam_diaharm   !   Harmonic analysis of tidal constituents ('key_diaharm') 
     1146&nam_diaharm   !   Harmonic analysis of tidal constituents              ('key_diaharm') 
    11621147!----------------------------------------------------------------------- 
    11631148    nit000_han = 1         ! First time step used for harmonic analysis 
     
    11681153/ 
    11691154!----------------------------------------------------------------------- 
    1170 &namdct        ! transports through sections 
     1155&namdct        ! transports through some sections 
    11711156!----------------------------------------------------------------------- 
    11721157    nn_dct      = 15       !  time step frequency for transports computing 
     
    11761161                           !  0 < n : debug section number n 
    11771162/ 
    1178  
    1179 !!====================================================================== 
    1180 !!            ***  Observation & Assimilation namelists *** 
     1163!----------------------------------------------------------------------- 
     1164&namnc4        !   netcdf4 chunking and compression settings            ("key_netcdf4") 
     1165!----------------------------------------------------------------------- 
     1166   nn_nchunks_i=   4       !  number of chunks in i-dimension 
     1167   nn_nchunks_j=   4       !  number of chunks in j-dimension 
     1168   nn_nchunks_k=   31      !  number of chunks in k-dimension 
     1169                           !  setting nn_nchunks_k = jpk will give a chunk size of 1 in the vertical which 
     1170                           !  is optimal for postprocessing which works exclusively with horizontal slabs 
     1171   ln_nc4zip   = .true.    !  (T) use netcdf4 chunking and compression 
     1172                           !  (F) ignore chunking information and produce netcdf3-compatible files 
     1173/ 
     1174 
     1175!!====================================================================== 
     1176!!               ***  Observation & Assimilation  *** 
    11811177!!====================================================================== 
    11821178!!   namobs       observation and model comparison                      ('key_diaobs') 
     
    12051201   ln_velavcur= .false     ! Logical switch for velocity daily av. cur. 
    12061202   ln_velhrcur= .false     ! Logical switch for velocity high freq. cur. 
    1207    ln_velavadcp = .false.  ! Logical switch for velocity daily av. ADCP 
    1208    ln_velhradcp = .false.  ! Logical switch for velocity high freq. ADCP 
     1203   ln_velavadcp=.false.    ! Logical switch for velocity daily av. ADCP 
     1204   ln_velhradcp=.false.    ! Logical switch for velocity high freq. ADCP 
    12091205   ln_velfb   = .false.    ! Logical switch for feedback velocity data 
    1210    ln_grid_global = .false. ! Global distribtion of observations 
     1206   ln_grid_global=.false. ! Global distribtion of observations 
    12111207   ln_grid_search_lookup = .false. !  Logical switch for obs grid search w/lookup table 
    12121208   grid_search_file = 'grid_search'  !  Grid search lookup file header 
     
    12221218   sstfbfiles = 'sst_01.nc' ! Feedback SST input observation file names 
    12231219   seaicefiles = 'seaice_01.nc' ! Sea Ice input observation file names 
    1224    velavcurfiles = 'velavcurfile.nc'  ! Vel. cur. daily av. input file name 
    1225    velhrcurfiles = 'velhrcurfile.nc'  ! Vel. cur. high freq. input file name 
     1220   velavcurfiles  = 'velavcurfile.nc'  ! Vel. cur. daily av. input file name 
     1221   velhrcurfiles  = 'velhrcurfile.nc'  ! Vel. cur. high freq. input file name 
    12261222   velavadcpfiles = 'velavadcpfile.nc' ! Vel. ADCP daily av. input file name 
    12271223   velhradcpfiles = 'velhradcpfile.nc' ! Vel. ADCP high freq. input file name 
     
    12381234   ln_ignmis  = .true.     ! Logical switch for ignoring missing files 
    12391235   endailyavtypes = 820    ! ENACT daily average types - array (use namelist_cfg to set more values) 
    1240    ln_grid_global = .true. 
    1241    ln_grid_search_lookup = .false. 
    12421236/ 
    12431237!----------------------------------------------------------------------- 
     
    12591253    nn_divdmp = 0          !  Number of iterations of divergence damping operator 
    12601254/ 
    1261 !----------------------------------------------------------------------- 
    1262 &namsbc_wave   ! External fields from wave model 
    1263 !----------------------------------------------------------------------- 
    1264 !              !  file name  ! frequency (hours) ! variable     ! time interp. !  clim   ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
    1265 !              !             !  (if <0  months)  !   name       !   (logical)  !  (T/F)  ! 'monthly' ! filename ! pairing  ! filename      ! 
    1266    sn_cdg      =  'cdg_wave' ,        1          , 'drag_coeff' ,     .true.   , .false. , 'daily'   ,  ''      , ''       , '' 
    1267    sn_usd      =  'sdw_wave' ,        1          , 'u_sd2d'     ,     .true.   , .false. , 'daily'   ,  ''      , ''       , '' 
    1268    sn_vsd      =  'sdw_wave' ,        1          , 'v_sd2d'     ,     .true.   , .false. , 'daily'   ,  ''      , ''       , '' 
    1269    sn_wn       =  'sdw_wave' ,        1          , 'wave_num'   ,     .true.   , .false. , 'daily'   ,  ''      , ''       , '' 
    1270 ! 
    1271    cn_dir_cdg  = './'      !  root directory for the location of drag coefficient files 
    1272    ln_cdgw = .false.       !  Neutral drag coefficient read from wave model 
    1273    ln_sdw  = .false.       !  Computation of 3D stokes drift                
    1274 / 
Note: See TracChangeset for help on using the changeset viewer.