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

Ignore:
Timestamp:
2015-12-16T10:25:22+01:00 (8 years ago)
Author:
timgraham
Message:

Merged dev_r5836_noc2_VVL_BY_DEFAULT into branch

File:
1 edited

Legend:

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

    r5930 r6060  
    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) 
     
    3333   nn_leapy    =       0   !  Leap year calendar (1) or not (0) 
    3434   ln_rstart   = .false.   !  start from rest (F) or from a restart file (T) 
    35    nn_euler    =       1   !  = 0 : start with forward time step if ln_rstart=T 
    36    nn_rstctl   =       0   !  restart control ==> activated only if ln_rstart=T 
    37                            !    = 0 nn_date0 read in namelist ; nn_it000 : read in namelist 
    38                            !    = 1 nn_date0 read in namelist ; nn_it000 : check consistancy between namelist and restart 
    39                            !    = 2 nn_date0 read in restart  ; nn_it000 : check consistancy between namelist and restart 
    40    cn_ocerst_in  = "restart"   !  suffix of ocean restart name (input) 
    41    cn_ocerst_indir = "."       !  directory from which to read input ocean restarts 
    42    cn_ocerst_out = "restart"   !  suffix of ocean restart name (output) 
    43    cn_ocerst_outdir = "."      !  directory in which to write output ocean restarts 
     35      nn_euler    =    1         !  = 0 : start with forward time step if ln_rstart=T 
     36      nn_rstctl   =    0         !  restart control ==> activated only if ln_rstart=T 
     37                                 !    = 0 nn_date0 read in namelist ; nn_it000 : read in namelist 
     38                                 !    = 1 nn_date0 read in namelist ; nn_it000 : check consistancy between namelist and restart 
     39                                 !    = 2 nn_date0 read in restart  ; nn_it000 : check consistancy between namelist and restart 
     40      cn_ocerst_in  = "restart"  !  suffix of ocean restart name (input) 
     41      cn_ocerst_indir = "."      !  directory from which to read input ocean restarts 
     42      cn_ocerst_out = "restart"  !  suffix of ocean restart name (output) 
     43      cn_ocerst_outdir = "."     !  directory in which to write output ocean restarts 
    4444   nn_istate   =       0   !  output the initial state (1) or not (0) 
    4545   ln_rst_list = .false.   !  output restarts at list of times using nn_stocklist (T) or at set frequency with nn_stock (F) 
     
    5050   ln_mskland  = .false.   !  mask land points in NetCDF outputs (costly: + ~15%) 
    5151   ln_cfmeta   = .false.   !  output additional data to netCDF files required for compliance with the CF metadata standard 
    52    ln_clobber  = .true.   !  clobber (overwrite) an existing file 
     52   ln_clobber  = .true.    !  clobber (overwrite) an existing file 
    5353   nn_chunksz  =       0   !  chunksize (bytes) for NetCDF file (works only with iom_nf90 routines) 
    5454/ 
     
    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!!====================================================================== 
    6569! 
    6670!----------------------------------------------------------------------- 
    67 &namcfg     !   parameters of the configuration 
    68 !----------------------------------------------------------------------- 
    69    cp_cfg      =  "default"            !  name of the configuration 
    70    cp_cfz      =  "no zoom"            !  name of the zoom of configuration 
    71    jp_cfg      =       0               !  resolution of the configuration 
    72    jpidta      =      10               !  1st lateral dimension ( >= jpi ) 
    73    jpjdta      =      12               !  2nd    "         "    ( >= jpj ) 
    74    jpkdta      =      31               !  number of levels      ( >= jpk ) 
    75    jpiglo      =      10               !  1st dimension of global domain --> i =jpidta 
    76    jpjglo      =      12               !  2nd    -                  -    --> j =jpjdta 
    77    jpizoom     =       1               !  left bottom (i,j) indices of the zoom 
    78    jpjzoom     =       1               !  in data domain indices 
    79    jperio      =       0               !  lateral cond. type (between 0 and 6) 
    80                                        !  = 0 closed                 ;   = 1 cyclic East-West 
    81                                        !  = 2 equatorial symmetric   ;   = 3 North fold T-point pivot 
    82                                        !  = 4 cyclic East-West AND North fold T-point pivot 
    83                                        !  = 5 North fold F-point pivot 
    84                                        !  = 6 cyclic East-West AND North fold F-point pivot 
    85    ln_use_jattr = .false.              !  use (T) the file attribute: open_ocean_jstart, if present 
    86                                        !  in netcdf input files, as the start j-row for reading 
    87 / 
    88 !----------------------------------------------------------------------- 
    89 &namzgr        !   vertical coordinate 
    90 !----------------------------------------------------------------------- 
    91    ln_zco      = .false.   !  z-coordinate - full    steps   (T/F)      ("key_zco" may also be defined) 
    92    ln_zps      = .true.    !  z-coordinate - partial steps   (T/F) 
    93    ln_sco      = .false.   !  s- or hybrid z-s-coordinate    (T/F) 
    94    ln_isfcav   = .false.   !  ice shelf cavity               (T/F) 
     71&namcfg        !   parameters of the configuration 
     72!----------------------------------------------------------------------- 
     73   cp_cfg      = "default" !  name of the configuration 
     74   cp_cfz      = "no zoom" !  name of the zoom of configuration 
     75   jp_cfg      =      0    !  resolution of the configuration 
     76   jpidta      =     10    !  1st lateral dimension ( >= jpi ) 
     77   jpjdta      =     12    !  2nd    "         "    ( >= jpj ) 
     78   jpkdta      =     31    !  number of levels      ( >= jpk ) 
     79   jpiglo      =     10    !  1st dimension of global domain --> i =jpidta 
     80   jpjglo      =     12    !  2nd    -                  -    --> j =jpjdta 
     81   jpizoom     =      1    !  left bottom (i,j) indices of the zoom 
     82   jpjzoom     =      1    !  in data domain indices 
     83   jperio      =      0    !  lateral cond. type (between 0 and 6) 
     84                                 !  = 0 closed                 ;   = 1 cyclic East-West 
     85                                 !  = 2 equatorial symmetric   ;   = 3 North fold T-point pivot 
     86                                 !  = 4 cyclic East-West AND North fold T-point pivot 
     87                                 !  = 5 North fold F-point pivot 
     88                                 !  = 6 cyclic East-West AND North fold F-point pivot 
     89   ln_use_jattr = .false.  !  use (T) the file attribute: open_ocean_jstart, if present 
     90                           !  in netcdf input files, as the start j-row for reading 
     91/ 
     92!----------------------------------------------------------------------- 
     93&namzgr        !   vertical coordinate                                  (default: NO selection) 
     94!----------------------------------------------------------------------- 
     95   ln_zco      = .false.   !  z-coordinate - full    steps 
     96   ln_zps      = .false.   !  z-coordinate - partial steps 
     97   ln_sco      = .false.   !  s- or hybrid z-s-coordinate 
     98   ln_isfcav   = .false.   !  ice shelf cavity 
     99   ln_linssh   = .false.   !  linear free surface 
    95100/ 
    96101!----------------------------------------------------------------------- 
    97102&namzgr_sco    !   s-coordinate or hybrid z-s-coordinate 
    98103!----------------------------------------------------------------------- 
    99    ln_s_sh94   = .true.    !  Song & Haidvogel 1994 hybrid S-sigma   (T)| 
     104   ln_s_sh94   = .false.    !  Song & Haidvogel 1994 hybrid S-sigma   (T)| 
    100105   ln_s_sf12   = .false.   !  Siddorn & Furner 2012 hybrid S-z-sigma (T)| if both are false the NEMO tanh stretching is applied 
    101106   ln_sigcrit  = .false.   !  use sigma coordinates below critical depth (T) or Z coordinates (F) for Siddorn & Furner stretch 
     
    163168/ 
    164169!----------------------------------------------------------------------- 
    165 &namcrs        !   Grid coarsening for dynamics output and/or 
    166                !   passive tracer coarsened online simulations 
     170&namcrs        !   coarsened grid (for outputs and/or TOP)              ("key_crs") 
    167171!----------------------------------------------------------------------- 
    168172   nn_factx    = 3         !  Reduction factor of x-direction 
     
    186190/ 
    187191!----------------------------------------------------------------------- 
     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!----------------------------------------------------------------------- 
    188209&namtsd    !   data : Temperature  & Salinity 
    189210!----------------------------------------------------------------------- 
     
    197218   ln_tsd_tradmp = .true.   !  damping of ocean T & S toward T &S input data (T) or not (F) 
    198219/ 
     220 
    199221!!====================================================================== 
    200222!!            ***  Surface Boundary Condition namelists  *** 
    201223!!====================================================================== 
    202224!!   namsbc          surface boundary condition 
    203 !!   namsbc_ana      analytical         formulation 
    204 !!   namsbc_flx      flux               formulation 
    205 !!   namsbc_clio     CLIO bulk formulae formulation 
    206 !!   namsbc_core     CORE bulk formulae formulation 
    207 !!   namsbc_mfs      MFS  bulk formulae formulation 
    208 !!   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" ) 
    209231!!   namsbc_sas      StAndalone Surface module 
    210 !!   namtra_qsr      penetrative solar radiation 
    211 !!   namsbc_rnf      river runoffs 
    212 !!   namsbc_isf      ice shelf melting/freezing 
    213 !!   namsbc_apr      Atmospheric Pressure 
    214 !!   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) 
    215237!!   namsbc_alb      albedo parameters 
     238!!   namsbc_wave     external fields from wave model                    (ln_wave    =T) 
     239!!   namberg         iceberg floats                                     ("key_") 
    216240!!====================================================================== 
    217241! 
     
    220244!----------------------------------------------------------------------- 
    221245   nn_fsbc     = 5         !  frequency of surface boundary condition computation 
    222                            !     (also = the frequency of sea-ice model call) 
     246                           !     (also = the frequency of sea-ice & iceberg model call) 
     247                     ! Type of air-sea fluxes  
    223248   ln_ana      = .false.   !  analytical formulation                    (T => fill namsbc_ana ) 
    224249   ln_flx      = .false.   !  flux formulation                          (T => fill namsbc_flx ) 
     
    226251   ln_blk_core = .true.    !  CORE bulk formulation                     (T => fill namsbc_core) 
    227252   ln_blk_mfs  = .false.   !  MFS bulk formulation                      (T => fill namsbc_mfs ) 
     253                     ! Type of coupling (Ocean/Ice/Atmosphere) : 
    228254   ln_cpl      = .false.   !  atmosphere coupled   formulation          ( requires key_oasis3 ) 
    229255   ln_mixcpl   = .false.   !  forced-coupled mixed formulation          ( requires key_oasis3 ) 
     
    232258                           !  =1 opa-sas OASIS coupling: multi executable configuration, OPA component 
    233259                           !  =2 opa-sas OASIS coupling: multi executable configuration, SAS component  
    234    ln_apr_dyn  = .false.   !  Patm gradient added in ocean & ice Eqs.   (T => fill namsbc_apr ) 
     260   nn_limflx = -1          !  LIM3 Multi-category heat flux formulation (use -1 if LIM3 is not used) 
     261                           !  =-1  Use per-category fluxes, bypass redistributor, forced mode only, not yet implemented coupled 
     262                           !  = 0  Average per-category fluxes (forced and coupled mode) 
     263                           !  = 1  Average and redistribute per-category fluxes, forced mode only, not yet implemented coupled 
     264                           !  = 2  Redistribute a single flux over categories (coupled mode only) 
     265                     ! Sea-ice : 
    235266   nn_ice      = 2         !  =0 no ice boundary condition   , 
    236267                           !  =1 use observed ice-cover      , 
    237                            !  =2 ice-model used                         ("key_lim3" or "key_lim2") 
     268                           !  =2 ice-model used                         ("key_lim3", "key_lim2", "key_cice") 
    238269   nn_ice_embd = 1         !  =0 levitating ice (no mass exchange, concentration/dilution effect) 
    239270                           !  =1 levitating ice with mass and salt exchange but no presure effect 
    240271                           !  =2 embedded sea-ice (full salt and mass exchanges and pressure) 
    241    ln_dm2dc    = .false.   !  daily mean to diurnal cycle on short wave 
    242    ln_rnf      = .true.    !  runoffs                                   (T   => fill namsbc_rnf) 
     272                     ! Misc. options of sbc :  
     273   ln_traqsr   = .true.    !  Light penetration in the ocean            (T => fill namtra_qsr ) 
     274      ln_dm2dc = .false.      !  daily mean to diurnal cycle on short wave 
     275   ln_rnf      = .true.    !  runoffs                                   (T => fill namsbc_rnf) 
     276   ln_ssr      = .true.    !  Sea Surface Restoring on T and/or S       (T => fill namsbc_ssr) 
     277   nn_fwb      = 2         !  FreshWater Budget: =0 unchecked 
     278                           !     =1 global mean of e-p-r set to zero at each time step 
     279                           !     =2 annual global mean of e-p-r set to zero 
     280   ln_apr_dyn  = .false.   !  Patm gradient added in ocean & ice Eqs.   (T => fill namsbc_apr ) 
    243281   nn_isf      = 0         !  ice shelf melting/freezing                (/=0 => fill namsbc_isf) 
    244282                           !  0 =no isf                  1 = presence of ISF 
     
    246284                           !  4 = ISF fwf specified 
    247285                           !  option 1 and 4 need ln_isfcav = .true. (domzgr) 
    248    ln_ssr      = .true.    !  Sea Surface Restoring on T and/or S       (T => fill namsbc_ssr) 
    249    nn_fwb      = 2         !  FreshWater Budget: =0 unchecked 
    250                            !     =1 global mean of e-p-r set to zero at each time step 
    251                            !     =2 annual global mean of e-p-r set to zero 
    252    ln_wave = .false.       !  Activate coupling with wave (either Stokes Drift or Drag coefficient, or both)  (T => fill namsbc_wave) 
    253    ln_cdgw = .false.       !  Neutral drag coefficient read from wave model (T => fill namsbc_wave) 
    254    ln_sdw  = .false.       !  Computation of 3D stokes drift                (T => fill namsbc_wave) 
     286   ln_wave = .false.       !  coupling with surface wave                    (T => fill namsbc_wave) 
    255287   nn_lsm  = 0             !  =0 land/sea mask for input fields is not applied (keep empty land/sea mask filename field) , 
    256288                           !  =1:n number of iterations of land/sea mask application for input fields (fill land/sea mask filename field) 
    257    nn_limflx = -1          !  LIM3 Multi-category heat flux formulation (use -1 if LIM3 is not used) 
    258                            !  =-1  Use per-category fluxes, bypass redistributor, forced mode only, not yet implemented coupled 
    259                            !  = 0  Average per-category fluxes (forced and coupled mode) 
    260                            !  = 1  Average and redistribute per-category fluxes, forced mode only, not yet implemented coupled 
    261                            !  = 2  Redistribute a single flux over categories (coupled mode only) 
    262289/ 
    263290!----------------------------------------------------------------------- 
     
    302329&namsbc_core   !   namsbc_core  CORE bulk formulae 
    303330!----------------------------------------------------------------------- 
    304 !              !  file name                    ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights                               ! rotation ! land/sea mask ! 
    305 !              !                               !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename                              ! pairing  ! filename      ! 
    306    sn_wndi     = 'u_10.15JUNE2009_fill'        ,         6         , 'U_10_MOD',   .false.    , .true. , 'yearly'  , 'weights_core_orca2_bicubic_noc.nc'   , 'Uwnd'   , '' 
    307    sn_wndj     = 'v_10.15JUNE2009_fill'        ,         6         , 'V_10_MOD',   .false.    , .true. , 'yearly'  , 'weights_core_orca2_bicubic_noc.nc'   , 'Vwnd'   , '' 
    308    sn_qsr      = 'ncar_rad.15JUNE2009_fill'    ,        24         , 'SWDN_MOD',   .false.    , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc'  , ''       , '' 
    309    sn_qlw      = 'ncar_rad.15JUNE2009_fill'    ,        24         , 'LWDN_MOD',   .false.    , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc'  , ''       , '' 
    310    sn_tair     = 't_10.15JUNE2009_fill'        ,         6         , 'T_10_MOD',   .false.    , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc'  , ''       , '' 
    311    sn_humi     = 'q_10.15JUNE2009_fill'        ,         6         , 'Q_10_MOD',   .false.    , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc'  , ''       , '' 
    312    sn_prec     = 'ncar_precip.15JUNE2009_fill' ,        -1         , 'PRC_MOD1',   .false.    , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc'  , ''       , '' 
    313    sn_snow     = 'ncar_precip.15JUNE2009_fill' ,        -1         , 'SNOW'    ,   .false.    , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc'  , ''       , '' 
    314    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'  , ''       , '' 
    315342 
    316343   cn_dir      = './'      !  root directory for the location of the bulk files 
    317344   ln_taudif   = .false.   !  HF tau contribution: use "mean of stress module - module of the mean stress" data 
    318    rn_zqt      = 10.        !  Air temperature and humidity reference height (m) 
    319    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) 
    320347   rn_pfac     = 1.        !  multiplicative factor for precipitation (total & snow) 
    321348   rn_efac     = 1.        !  multiplicative factor for evaporation (0. or 1.) 
     
    326353&namsbc_mfs   !   namsbc_mfs  MFS bulk formulae 
    327354!----------------------------------------------------------------------- 
    328 !              !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights     ! rotation ! land/sea mask ! 
    329 !              !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename    ! pairing  ! filename      ! 
    330    sn_wndi     =   'ecmwf'   ,        6          , 'u10'     ,    .true.    , .false. , 'daily'  ,'bicubic.nc' , ''       , '' 
    331    sn_wndj     =   'ecmwf'   ,        6          , 'v10'     ,    .true.    , .false. , 'daily'  ,'bicubic.nc' , ''       , '' 
    332    sn_clc      =   'ecmwf'   ,        6          , 'clc'     ,    .true.    , .false. , 'daily'  ,'bilinear.nc', ''       , '' 
    333    sn_msl      =   'ecmwf'   ,        6          , 'msl'     ,    .true.    , .false. , 'daily'  ,'bicubic.nc' , ''       , '' 
    334    sn_tair     =   'ecmwf'   ,        6          , 't2'      ,    .true.    , .false. , 'daily'  ,'bicubic.nc' , ''       , '' 
    335    sn_rhm      =   'ecmwf'   ,        6          , 'rh'      ,    .true.    , .false. , 'daily'  ,'bilinear.nc', ''       , '' 
    336    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' ,   ''     ,  '' 
    337364 
    338365   cn_dir      = './ECMWF/'      !  root directory for the location of the bulk files 
     
    341368&namsbc_cpl    !   coupled ocean/atmosphere model                       ("key_oasis3") 
    342369!----------------------------------------------------------------------- 
    343 !                    !     description       !  multiple  !    vector   !      vector          ! vector ! 
    344 !                    !                       ! categories !  reference  !    orientation       ! grids  ! 
     370!                    !     description      !  multiple  !    vector   !      vector          ! vector ! 
     371!                    !                      ! categories !  reference  !    orientation       ! grids  ! 
    345372! send 
    346    sn_snd_temp   =       'weighted oce and ice' ,    'no'    ,     ''      ,         ''           ,   '' 
    347    sn_snd_alb    =       'weighted ice'         ,    'no'    ,     ''      ,         ''           ,   '' 
    348    sn_snd_thick  =       'none'                 ,    'no'   ,     ''      ,         ''           ,   '' 
    349    sn_snd_crt    =       'none'                 ,    'no'    , 'spherical' , 'eastward-northward' ,  'T' 
    350    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'    ,     ''      ,         ''           ,   '' 
    351378! receive 
    352    sn_rcv_w10m   =       'none'                 ,    'no'    ,     ''      ,         ''          ,   '' 
    353    sn_rcv_taumod =       'coupled'              ,    'no'    ,     ''      ,         ''          ,   '' 
    354    sn_rcv_tau    =       'oce only'             ,    'no'    , 'cartesian' , 'eastward-northward',  'U,V' 
    355    sn_rcv_dqnsdt =       'coupled'              ,    'no'    ,     ''      ,         ''          ,   '' 
    356    sn_rcv_qsr    =       'oce and ice'          ,    'no'    ,     ''      ,         ''          ,   '' 
    357    sn_rcv_qns    =       'oce and ice'          ,    'no'    ,     ''      ,         ''          ,   '' 
    358    sn_rcv_emp    =       'conservative'         ,    'no'    ,     ''      ,         ''          ,   '' 
    359    sn_rcv_rnf    =       'coupled'              ,    'no'    ,     ''      ,         ''          ,   '' 
    360    sn_rcv_cal    =       'coupled'              ,    'no'    ,     ''      ,         ''          ,   '' 
    361    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'    ,     ''      ,         ''          ,   '' 
    362389! 
    363390   nn_cplmodel   =     1     !  Maximum number of models to/from which NEMO is potentialy sending/receiving data 
     
    383410/ 
    384411!----------------------------------------------------------------------- 
    385 &namtra_qsr    !   penetrative solar radiation 
     412&namtra_qsr    !   penetrative solar radiation                          (ln_traqsr=T) 
    386413!----------------------------------------------------------------------- 
    387414!              !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
     
    390417 
    391418   cn_dir      = './'      !  root directory for the location of the runoff files 
    392    ln_traqsr   = .true.    !  Light penetration (T) or not (F) 
    393419   ln_qsr_rgb  = .true.    !  RGB (Red-Green-Blue) light penetration 
    394420   ln_qsr_2bd  = .false.   !  2 bands              light penetration 
     
    401427/ 
    402428!----------------------------------------------------------------------- 
    403 &namsbc_rnf    !   runoffs namelist surface boundary condition 
     429&namsbc_rnf    !   runoffs namelist surface boundary condition          (ln_rnf=T) 
    404430!----------------------------------------------------------------------- 
    405431!              !  file name           ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
     
    425451/ 
    426452!----------------------------------------------------------------------- 
    427 &namsbc_isf    !  Top boundary layer (ISF) 
    428 !----------------------------------------------------------------------- 
    429 !              ! file name ! frequency (hours) ! variable ! time interpol. ! clim   ! 'yearly'/ ! weights  ! rotation ! 
    430 !              !           !  (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  ! 
    431457! nn_isf == 4 
    432    sn_qisf      = 'rnfisf' ,         -12      ,'sohflisf',    .false.      , .true. , 'yearly'  ,  ''      ,   '' 
    433    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'  ,  ''      ,   '' 
    434460! nn_isf == 3 
    435    sn_rnfisf    = 'runoffs' ,         -12      ,'sofwfisf',    .false.      , .true. , 'yearly'  ,  ''      ,   '' 
     461   sn_rnfisf    = 'runoffs',         -12       ,'sofwfisf',    .false.   , .true. , 'yearly'  ,  ''      ,   '' 
    436462! nn_isf == 2 and 3 
    437    sn_depmax_isf = 'runoffs' ,       -12        ,'sozisfmax' ,   .false.  , .true. , 'yearly'  ,  ''      ,   '' 
    438    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'  ,  ''      ,   '' 
    439465! nn_isf == 2 
    440    sn_Leff_isf = 'rnfisf' ,       0          ,'Leff'         ,   .false.  , .true.  , 'yearly'  ,  ''      ,   '' 
     466   sn_Leff_isf = 'rnfisf'  ,           0       ,'Leff'    ,    .false.   , .true. , 'yearly'  ,  ''      ,   '' 
     467 
    441468! for all case 
    442    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?) 
    443470! only for nn_isf = 1 or 2 
    444    rn_gammat0  = 1.0e-4   ! gammat coefficient used in blk formula 
    445    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 
    446473! only for nn_isf = 1 
    447474   nn_isfblk   =  1       ! 1 ISOMIP ; 2 conservative (3 equation formulation, Jenkins et al. 1991 ??) 
    448    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) 
    449476                          ! 0 => thickness of the tbl = thickness of the first wet cell 
    450477   ln_conserve = .true.   ! conservative case (take into account meltwater advection) 
     
    455482/ 
    456483!----------------------------------------------------------------------- 
    457 &namsbc_apr    !   Atmospheric pressure used as ocean forcing or in bulk 
    458 !----------------------------------------------------------------------- 
    459 !              !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
    460 !              !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      ! 
    461    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'  ,  ''      ,   ''     , '' 
    462489 
    463490   cn_dir      = './'       !  root directory for the location of the bulk files 
     
    467494/ 
    468495!----------------------------------------------------------------------- 
    469 &namsbc_ssr    !   surface boundary condition : sea surface restoring 
     496&namsbc_ssr    !   surface boundary condition : sea surface restoring   (ln_ssr=T) 
    470497!----------------------------------------------------------------------- 
    471498!              !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
     
    493520/ 
    494521!----------------------------------------------------------------------- 
    495 &namberg       !   iceberg parameters 
    496 !----------------------------------------------------------------------- 
    497       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 
    498539      ln_bergdia               = .true.               ! Calculate budgets 
    499540      nn_verbose_level         = 1                    ! Turn on more verbose output if level > 0 
     
    540581&namlbc        !   lateral momentum boundary condition 
    541582!----------------------------------------------------------------------- 
     583   !                       !  free slip  !   partial slip  !   no slip   ! strong slip 
    542584   rn_shlat    =    2.     !  shlat = 0  !  0 < shlat < 2  !  shlat = 2  !  2 < shlat 
    543                            !  free slip  !   partial slip  !   no slip   ! strong slip 
    544    ln_vorlat   = .false.   !  consistency of vorticity boundary condition with analytical eqs. 
     585   ln_vorlat   = .false.   !  consistency of vorticity boundary condition with analytical Eqs. 
    545586/ 
    546587!----------------------------------------------------------------------- 
     
    554595/ 
    555596!----------------------------------------------------------------------- 
    556 &nam_tide      !   tide parameters (#ifdef key_tide) 
     597&nam_tide      !   tide parameters                                      ("key_tide") 
    557598!----------------------------------------------------------------------- 
    558599   ln_tide_pot   = .true.   !  use tidal potential forcing 
     
    596637/ 
    597638!----------------------------------------------------------------------- 
    598 &nambdy_dta      !  open boundaries - external data           ("key_bdy") 
    599 !----------------------------------------------------------------------- 
    600 !              !  file name      ! frequency (hours) ! variable   ! time interp.  !  clim   ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
    601 !              !                 !  (if <0  months)  !   name     !   (logical)    !  (T/F ) ! 'monthly' ! filename ! pairing  ! filename      ! 
    602    bn_ssh =     'amm12_bdyT_u2d' ,         24        , 'sossheig' ,     .true.     , .false. ,  'daily'  ,    ''    ,   ''     , '' 
    603    bn_u2d =     'amm12_bdyU_u2d' ,         24        , 'vobtcrtx' ,     .true.     , .false. ,  'daily'  ,    ''    ,   ''     , '' 
    604    bn_v2d =     'amm12_bdyV_u2d' ,         24        , 'vobtcrty' ,     .true.     , .false. ,  'daily'  ,    ''    ,   ''     , '' 
    605    bn_u3d  =    'amm12_bdyU_u3d' ,         24        , 'vozocrtx' ,     .true.     , .false. ,  'daily'  ,    ''    ,   ''     , '' 
    606    bn_v3d  =    'amm12_bdyV_u3d' ,         24        , 'vomecrty' ,     .true.     , .false. ,  'daily'  ,    ''    ,   ''     , '' 
    607    bn_tem  =    'amm12_bdyT_tra' ,         24        , 'votemper' ,     .true.     , .false. ,  'daily'  ,    ''    ,   ''     , '' 
    608    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'  ,    ''    ,   ''     , '' 
    609650! for lim2 
    610 !   bn_frld  =    'amm12_bdyT_ice' ,         24        , 'ileadfra' ,     .true.     , .false. ,  'daily'  ,    ''    ,   ''     , '' 
    611 !   bn_hicif =    'amm12_bdyT_ice' ,         24        , 'iicethic' ,     .true.     , .false. ,  'daily'  ,    ''    ,   ''     , '' 
    612 !   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'  ,    ''    ,   ''     , '' 
    613654! for lim3 
    614 !   bn_a_i  =    'amm12_bdyT_ice' ,         24        , 'ileadfra' ,     .true.     , .false. ,  'daily'  ,    ''    ,   ''     , '' 
    615 !   bn_ht_i =    'amm12_bdyT_ice' ,         24        , 'iicethic' ,     .true.     , .false. ,  'daily'  ,    ''    ,   ''     , '' 
    616 !   bn_ht_s =    'amm12_bdyT_ice' ,         24        , 'isnowthi' ,     .true.     , .false. ,  'daily'  ,    ''    ,   ''     , '' 
    617    cn_dir  =    'bdydta/' 
    618    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.        !   
    619661/ 
    620662!----------------------------------------------------------------------- 
    621663&nambdy_tide     ! tidal forcing at open boundaries 
    622664!----------------------------------------------------------------------- 
    623    filtide          = 'bdydta/amm12_bdytide_'         !  file name root of tidal forcing files 
    624    ln_bdytide_2ddta = .false. 
    625    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.   !  
    626668/ 
    627669!!====================================================================== 
     
    634676! 
    635677!----------------------------------------------------------------------- 
    636 &nambfr        !   bottom friction 
     678&nambfr        !   bottom friction                                      (default: linear) 
    637679!----------------------------------------------------------------------- 
    638680   nn_bfr      =    1      !  type of bottom friction :   = 0 : free slip,  = 1 : linear friction 
     
    657699/ 
    658700!----------------------------------------------------------------------- 
    659 &nambbc        !   bottom temperature boundary condition 
    660 !----------------------------------------------------------------------- 
    661 !              !                              !  (if <0  months)  !   
    662 !              !  file name      ! frequency (hours) ! variable   ! time interp.   !  clim   ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
    663 !              !                 !  (if <0  months)  !   name     !   (logical)    !  (T/F ) ! 'monthly' ! filename ! pairing  ! filename      ! 
    664    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'  ,   ''     ,   ''     ,   '' 
    665706   ! 
    666    cn_dir      = './'      !  root directory for the location of the runoff files 
    667    ln_trabbc   = .true.    !  Apply a geothermal heating at the ocean bottom 
     707   ln_trabbc   = .false.   !  Apply a geothermal heating at the ocean bottom 
    668708   nn_geoflx   =    2      !  geothermal heat flux: = 0 no flux 
    669709                           !     = 1 constant flux 
    670710                           !     = 2 variable flux (read in geothermal_heating.nc in mW/m2) 
    671711   rn_geoflx_cst = 86.4e-3 !  Constant value of geothermal heat flux [W/m2] 
    672 / 
    673 !----------------------------------------------------------------------- 
    674 &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") 
    675716!----------------------------------------------------------------------- 
    676717   nn_bbl_ldf  =  1      !  diffusive bbl (=1)   or not (=0) 
     
    711752/ 
    712753!----------------------------------------------------------------------- 
    713 &namtra_adv    !   advection scheme for tracer 
     754&namtra_adv    !   advection scheme for tracer                          (default: NO advection) 
    714755!----------------------------------------------------------------------- 
    715756   ln_traadv_cen =  .false.  !  2nd order centered scheme 
     
    724765      ln_mus_ups =  .false.         !  use upstream scheme near river mouths 
    725766   ln_traadv_ubs =  .false.  !  UBS scheme 
    726       nn_ubs_v   =  2               !  =2  , vertical 2nd order FCT 
     767      nn_ubs_v   =  2               !  =2  , vertical 2nd order FCT / COMPACT 4th order 
    727768   ln_traadv_qck =  .false.  !  QUICKEST scheme 
    728769/ 
    729770!----------------------------------------------------------------------- 
    730 &namtra_adv_mle !   mixed layer eddy parametrisation (Fox-Kemper param) 
     771&namtra_adv_mle !   mixed layer eddy parametrisation (Fox-Kemper param) (default: NO) 
    731772!----------------------------------------------------------------------- 
    732773   ln_mle    = .false.      ! (T) use the Mixed Layer Eddy (MLE) parameterisation 
     
    740781   rn_rho_c_mle  = 0.01    ! delta rho criterion used to calculate MLD for FK 
    741782/ 
    742 !---------------------------------------------------------------------------------- 
    743 &namtra_ldf    !   lateral diffusion scheme for tracers 
    744 !---------------------------------------------------------------------------------- 
     783!----------------------------------------------------------------------- 
     784&namtra_ldf    !   lateral diffusion scheme for tracers                 (default: NO diffusion) 
     785!----------------------------------------------------------------------- 
    745786   !                       !  Operator type: 
    746787   !                           !  no diffusion: set ln_traldf_lap=..._blp=F  
     
    772813   rn_bht_0        = 1.e+12    !  lateral eddy diffusivity (bilap. operator) [m4/s] 
    773814/ 
    774 !---------------------------------------------------------------------------------- 
    775 &namtra_ldfeiv !   eddy induced velocity param. 
    776 !---------------------------------------------------------------------------------- 
    777    ln_ldfeiv     =.false.   ! use eddy induced velocity parameterization 
    778    ln_ldfeiv_dia =.false.   ! diagnose eiv stream function and velocities 
    779    rn_aeiv_0     = 2000.    ! eddy induced velocity coefficient   [m2/s] 
    780    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 
    781822   !                                !   =-20 (=-30)    read in eddy_induced_velocity_2D.nc (..._3D.nc) file 
    782823   !                                !   =  0           constant  
     
    787828/ 
    788829!----------------------------------------------------------------------- 
    789 &namtra_dmp    !   tracer: T & S newtonian damping 
     830&namtra_dmp    !   tracer: T & S newtonian damping                      (default: NO) 
    790831!----------------------------------------------------------------------- 
    791832   ln_tradmp   =  .true.   !  add a damping termn (T) or not (F) 
     
    793834                           !                   =1 no damping in the mixing layer (kz  criteria) 
    794835                           !                   =2 no damping in the mixed  layer (rho crieria) 
    795    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) 
    796837/ 
    797838 
     
    807848! 
    808849!----------------------------------------------------------------------- 
    809 &namdyn_adv    !   formulation of the momentum advection 
     850&namdyn_adv    !   formulation of the momentum advection                (default: vector form) 
    810851!----------------------------------------------------------------------- 
    811852   ln_dynadv_vec = .true.  !  vector form (T) or flux form (F) 
     
    816857/ 
    817858!----------------------------------------------------------------------- 
    818 &nam_vvl    !   vertical coordinate options 
     859&nam_vvl    !   vertical coordinate options                             (default: zstar) 
    819860!----------------------------------------------------------------------- 
    820861   ln_vvl_zstar  = .true.           !  zstar vertical coordinate 
     
    830871/ 
    831872!----------------------------------------------------------------------- 
    832 &namdyn_vor    !   option of physics/algorithm (not control by CPP keys) 
     873&namdyn_vor    !   option of physics/algorithm                          (default: NO) 
    833874!----------------------------------------------------------------------- 
    834875   ln_dynvor_ene = .false. !  enstrophy conserving scheme 
     
    836877   ln_dynvor_mix = .false. !  mixed scheme 
    837878   ln_dynvor_een = .false. !  energy & enstrophy scheme 
    838       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) 
    839880   ln_dynvor_msk = .false. !  vorticity multiplied by fmask (=T) or not (=F) (all vorticity schemes)  ! PLEASE DO NOT USE 
    840881/ 
    841882!----------------------------------------------------------------------- 
    842 &namdyn_hpg    !   Hydrostatic pressure gradient option 
     883&namdyn_hpg    !   Hydrostatic pressure gradient option                 (default: zps) 
    843884!----------------------------------------------------------------------- 
    844885   ln_hpg_zco  = .false.   !  z-coordinate - full steps 
     
    850891/ 
    851892!----------------------------------------------------------------------- 
    852 &namdyn_spg    !   surface pressure gradient 
     893&namdyn_spg    !   surface pressure gradient                            (default: NO) 
    853894!----------------------------------------------------------------------- 
    854895   ln_dynspg_exp  = .false.   ! explicit free surface 
    855896   ln_dynspg_ts   = .false.   ! split-explicit free surface 
    856       ln_bt_fw      = .true.    ! Forward integration of barotropic Eqs. 
    857       ln_bt_av      = .true.    ! Time filtering of barotropic variables 
    858          nn_bt_flt    =  1        ! Time filter choice  = 0 None 
    859          !                        !                     = 1 Boxcar over   nn_baro sub-steps 
    860          !                        !                     = 2 Boxcar over 2*nn_baro  "    " 
    861       ln_bt_auto    = .true.    ! Number of sub-step defined from: 
    862          rn_bt_cmax   =  0.8      ! =T : the Maximum Courant Number allowed 
    863          nn_baro      = 30        ! =F : the number of sub-step in rn_rdt seconds 
    864 / 
    865 !----------------------------------------------------------------------- 
    866 &namdyn_ldf    !   lateral diffusion on momentum 
     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) 
    867908!----------------------------------------------------------------------- 
    868909   !                       !  Type of the operator : 
     
    896937!!    namzdf_ric    richardson number dependent vertical mixing         ("key_zdfric") 
    897938!!    namzdf_tke    TKE dependent vertical mixing                       ("key_zdftke") 
     939!!    namzdf_gls    GLS vertical mixing                                 ("key_zdfgls") 
    898940!!    namzdf_ddm    double diffusive mixing parameterization            ("key_zdfddm") 
    899941!!    namzdf_tmx    tidal mixing parameterization                       ("key_zdftmx") 
     
    9971039!!   nammpp            Massively Parallel Processing                    ("key_mpp_mpi) 
    9981040!!   namctl            Control prints & Benchmark 
    999 !!   namc1d            1D configuration options                         ("key_c1d") 
    1000 !!   namc1d_uvd        data: U & V currents                             ("key_c1d") 
    1001 !!   namc1d_dyndmp     U & V newtonian damping                          ("key_c1d") 
    10021041!!   namsto            Stochastic parametrization of EOS 
    10031042!!====================================================================== 
     
    10301069/ 
    10311070!----------------------------------------------------------------------- 
    1032 &namc1d_uvd    !   data: U & V currents                                 ("key_c1d") 
    1033 !----------------------------------------------------------------------- 
    1034 !              !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
    1035 !              !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      ! 
    1036    sn_ucur     = 'ucurrent'  ,         -1        ,'u_current',   .false.    , .true. , 'monthly' ,  ''      ,  'Ume'   , '' 
    1037    sn_vcur     = 'vcurrent'  ,         -1        ,'v_current',   .false.    , .true. , 'monthly' ,  ''      ,  'Vme'   , '' 
    1038 ! 
    1039    cn_dir        = './'    !  root directory for the location of the files 
    1040    ln_uvd_init   = .false. !  Initialisation of ocean U & V with U & V input data (T) or not (F) 
    1041    ln_uvd_dyndmp = .false. !  damping of ocean U & V toward U & V input data (T) or not (F) 
    1042 / 
    1043 !----------------------------------------------------------------------- 
    1044 &namc1d_dyndmp !   U & V newtonian damping                              ("key_c1d") 
    1045 !----------------------------------------------------------------------- 
    1046    ln_dyndmp   =  .false.  !  add a damping term (T) or not (F) 
    1047 / 
    1048 !----------------------------------------------------------------------- 
    1049 &namsto       ! Stochastic parametrization of EOS 
    1050 !----------------------------------------------------------------------- 
    1051    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) 
    10521082   ln_rstseed = .true.           ! read seed of RNG from restart file 
    10531083   cn_storst_in  = "restart_sto" !  suffix of stochastic parameter restart file (input) 
    10541084   cn_storst_out = "restart_sto" !  suffix of stochastic parameter restart file (output) 
    1055  
    1056    ln_sto_eos = .false.          ! stochastic equation of state 
    1057    nn_sto_eos = 1                ! number of independent random walks 
    1058    rn_eos_stdxy = 1.4            ! random walk horz. standard deviation (in grid points) 
    1059    rn_eos_stdz  = 0.7            ! random walk vert. standard deviation (in grid points) 
    1060    rn_eos_tcor  = 1440.0         ! random walk time correlation (in timesteps) 
    1061    nn_eos_ord  = 1               ! order of autoregressive processes 
    1062    nn_eos_flt  = 0               ! passes of Laplacian filter 
    1063    rn_eos_lim  = 2.0             ! limitation factor (default = 3.0) 
    10641085/ 
    10651086 
     
    10671088!!                  ***  Diagnostics namelists  *** 
    10681089!!====================================================================== 
    1069 !!   namnc4       netcdf4 chunking and compression settings             ("key_netcdf4") 
    10701090!!   namtrd       dynamics and/or tracer trends 
    10711091!!   namptr       Poleward Transport Diagnostics 
     1092!!   namhsb       Heat and salt budgets 
    10721093!!   namflo       float parameters                                      ("key_float") 
    1073 !!   namhsb       Heat and salt budgets 
    1074 !!====================================================================== 
    1075 ! 
    1076 !----------------------------------------------------------------------- 
    1077 &namnc4        !   netcdf4 chunking and compression settings            ("key_netcdf4") 
    1078 !----------------------------------------------------------------------- 
    1079    nn_nchunks_i=   4       !  number of chunks in i-dimension 
    1080    nn_nchunks_j=   4       !  number of chunks in j-dimension 
    1081    nn_nchunks_k=   31      !  number of chunks in k-dimension 
    1082                            !  setting nn_nchunks_k = jpk will give a chunk size of 1 in the vertical which 
    1083                            !  is optimal for postprocessing which works exclusively with horizontal slabs 
    1084    ln_nc4zip   = .true.    !  (T) use netcdf4 chunking and compression 
    1085                            !  (F) ignore chunking information and produce netcdf3-compatible files 
    1086 / 
    1087 !----------------------------------------------------------------------- 
    1088 &namtrd        !   diagnostics on dynamics and/or tracer trends 
    1089 !              !       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 
    10901102!----------------------------------------------------------------------- 
    10911103   ln_glo_trd  = .false.   ! (T) global domain averaged diag for T, T^2, KE, and PE 
    10921104   ln_dyn_trd  = .false.   ! (T) 3D momentum trend output 
    1093    ln_dyn_mxl  = .FALSE.   ! (T) 2D momentum trends averaged over the mixed layer (not coded yet) 
    1094    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) 
    10951107   ln_KE_trd   = .false.   ! (T) 3D Kinetic   Energy     trends 
    10961108   ln_PE_trd   = .false.   ! (T) 3D Potential Energy     trends 
    1097    ln_tra_trd  = .FALSE.   ! (T) 3D tracer trend output 
     1109   ln_tra_trd  = .false.   ! (T) 3D tracer trend output 
    10981110   ln_tra_mxl  = .false.   ! (T) 2D tracer trends averaged over the mixed layer (not coded yet) 
    10991111   nn_trd      = 365       !  print frequency (ln_glo_trd=T) (unit=time step) 
     
    11061118!!gm   ln_trdmld_instant = .false.         !  flag to diagnose trends of instantantaneous or mean ML T/S 
    11071119!!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/ 
    11081131!----------------------------------------------------------------------- 
    11091132&namflo       !   float parameters                                      ("key_float") 
     
    11211144/ 
    11221145!----------------------------------------------------------------------- 
    1123 &namptr       !   Poleward Transport Diagnostic 
    1124 !----------------------------------------------------------------------- 
    1125    ln_diaptr  = .false.    !  Poleward heat and salt transport (T) or not (F) 
    1126    ln_subbas  = .false.     !  Atlantic/Pacific/Indian basins computation (T) or not 
    1127 / 
    1128 !----------------------------------------------------------------------- 
    1129 &namhsb       !  Heat and salt budgets 
    1130 !----------------------------------------------------------------------- 
    1131    ln_diahsb  = .false.    !  check the heat and salt budgets (T) or not (F) 
    1132 / 
    1133 !----------------------------------------------------------------------- 
    1134 &nam_diaharm   !   Harmonic analysis of tidal constituents ('key_diaharm') 
     1146&nam_diaharm   !   Harmonic analysis of tidal constituents              ('key_diaharm') 
    11351147!----------------------------------------------------------------------- 
    11361148    nit000_han = 1         ! First time step used for harmonic analysis 
     
    11411153/ 
    11421154!----------------------------------------------------------------------- 
    1143 &namdct        ! transports through sections 
     1155&namdct        ! transports through some sections 
    11441156!----------------------------------------------------------------------- 
    11451157    nn_dct      = 15       !  time step frequency for transports computing 
     
    11491161                           !  0 < n : debug section number n 
    11501162/ 
    1151  
    1152 !!====================================================================== 
    1153 !!            ***  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  *** 
    11541177!!====================================================================== 
    11551178!!   namobs       observation and model comparison                      ('key_diaobs') 
     
    11781201   ln_velavcur= .false     ! Logical switch for velocity daily av. cur. 
    11791202   ln_velhrcur= .false     ! Logical switch for velocity high freq. cur. 
    1180    ln_velavadcp = .false.  ! Logical switch for velocity daily av. ADCP 
    1181    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 
    11821205   ln_velfb   = .false.    ! Logical switch for feedback velocity data 
    1183    ln_grid_global = .false. ! Global distribtion of observations 
     1206   ln_grid_global=.false. ! Global distribtion of observations 
    11841207   ln_grid_search_lookup = .false. !  Logical switch for obs grid search w/lookup table 
    11851208   grid_search_file = 'grid_search'  !  Grid search lookup file header 
     
    11951218   sstfbfiles = 'sst_01.nc' ! Feedback SST input observation file names 
    11961219   seaicefiles = 'seaice_01.nc' ! Sea Ice input observation file names 
    1197    velavcurfiles = 'velavcurfile.nc'  ! Vel. cur. daily av. input file name 
    1198    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 
    11991222   velavadcpfiles = 'velavadcpfile.nc' ! Vel. ADCP daily av. input file name 
    12001223   velhradcpfiles = 'velhradcpfile.nc' ! Vel. ADCP high freq. input file name 
     
    12111234   ln_ignmis  = .true.     ! Logical switch for ignoring missing files 
    12121235   endailyavtypes = 820    ! ENACT daily average types - array (use namelist_cfg to set more values) 
    1213    ln_grid_global = .true. 
    1214    ln_grid_search_lookup = .false. 
    12151236/ 
    12161237!----------------------------------------------------------------------- 
     
    12321253    nn_divdmp = 0          !  Number of iterations of divergence damping operator 
    12331254/ 
    1234 !----------------------------------------------------------------------- 
    1235 &namsbc_wave   ! External fields from wave model 
    1236 !----------------------------------------------------------------------- 
    1237 !              !  file name  ! frequency (hours) ! variable     ! time interp. !  clim   ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
    1238 !              !             !  (if <0  months)  !   name       !   (logical)  !  (T/F)  ! 'monthly' ! filename ! pairing  ! filename      ! 
    1239    sn_cdg      =  'cdg_wave' ,        1          , 'drag_coeff' ,     .true.   , .false. , 'daily'   ,  ''      , ''       , '' 
    1240    sn_usd      =  'sdw_wave' ,        1          , 'u_sd2d'     ,     .true.   , .false. , 'daily'   ,  ''      , ''       , '' 
    1241    sn_vsd      =  'sdw_wave' ,        1          , 'v_sd2d'     ,     .true.   , .false. , 'daily'   ,  ''      , ''       , '' 
    1242    sn_wn       =  'sdw_wave' ,        1          , 'wave_num'   ,     .true.   , .false. , 'daily'   ,  ''      , ''       , '' 
    1243 ! 
    1244    cn_dir_cdg  = './'  !  root directory for the location of drag coefficient files 
    1245 / 
    1246 !----------------------------------------------------------------------- 
    1247 &namdyn_nept  !   Neptune effect (simplified: lateral and vertical diffusions removed) 
    1248 !----------------------------------------------------------------------- 
    1249    ! Suggested lengthscale values are those of Eby & Holloway (1994) for a coarse model 
    1250    ln_neptsimp       = .false.  ! yes/no use simplified neptune 
    1251  
    1252    ln_smooth_neptvel = .false.  ! yes/no smooth zunep, zvnep 
    1253    rn_tslse          =  1.2e4   ! value of lengthscale L at the equator 
    1254    rn_tslsp          =  3.0e3   ! value of lengthscale L at the pole 
    1255    ! Specify whether to ramp down the Neptune velocity in shallow 
    1256    ! water, and if so the depth range controlling such ramping down 
    1257    ln_neptramp       = .true.   ! ramp down Neptune velocity in shallow water 
    1258    rn_htrmin         =  100.0   ! min. depth of transition range 
    1259    rn_htrmax         =  200.0   ! max. depth of transition range 
    1260 / 
Note: See TracChangeset for help on using the changeset viewer.