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 9490 for branches/2017/dev_merge_2017/NEMOGCM/CONFIG – NEMO

Ignore:
Timestamp:
2018-04-23T10:44:07+02:00 (6 years ago)
Author:
gm
Message:

#2075 - dev_merge_2017: scale-aware setting of lateral viscous and diffusive coefficient

Location:
branches/2017/dev_merge_2017/NEMOGCM/CONFIG
Files:
50 edited

Legend:

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

    r9484 r9490  
    11!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
    2 !! NEMO/OPA  :  Configuration namelist used to overwrite SHARED/1_namelist_ref 
     2!! NEMO/OPA  Configuration namelist : overwrite some defaults values defined in SHARED/1_namelist_ref 
    33!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
     4!                       ORCA2 - SI3 configuration                      ! 
     5 
     6!!====================================================================== 
     7!!              ***  Domain & Run management namelists  ***           !! 
     8!!                                                                    !! 
     9!!   namrun       parameters of the run 
     10!!   namdom       space and time domain 
     11!!   namcfg       parameters of the configuration                       (default: user defined GYRE) 
     12!!   namwad       Wetting and drying                                    (default NO) 
     13!!   namtsd       data: temperature & salinity                          (default NO) 
     14!!   namcrs       coarsened grid (for outputs and/or TOP)               (ln_crs =T) 
     15!!====================================================================== 
     16! 
    417!----------------------------------------------------------------------- 
    518&namrun        !   parameters of the run 
    619!----------------------------------------------------------------------- 
    7    cn_exp      = "Nordic" !  experience name  
    8    nn_it000    =    1     !  first time step 
    9    nn_itend    =   80     !  last  time step 
    10    ln_clobber  = .true.   !  clobber (overwrite) an existing file 
    11 / 
    12 !----------------------------------------------------------------------- 
    13 &namcfg     !   parameters of the configuration 
     20   cn_exp      = "Nordic"  !  experience name  
     21   nn_it000    =    1      !  first time step 
     22   nn_itend    =   80      !  last  time step 
     23   nn_istate   =      0    !  output the initial state (1) or not (0) 
     24   ln_clobber  = .true.    !  clobber (overwrite) an existing file 
     25/ 
     26!----------------------------------------------------------------------- 
     27&namdom        !   space and time domain 
     28!----------------------------------------------------------------------- 
     29   ln_linssh   = .false.   !  =T  linear free surface  ==>>  model level are fixed in time 
     30   ! 
     31   rn_rdt      = 1440.     !  time step for the dynamics (and tracer if nn_acc=0) 
     32/ 
     33!----------------------------------------------------------------------- 
     34&namcfg        !   parameters of the configuration                      (default: user defined GYRE) 
    1435!----------------------------------------------------------------------- 
    1536   ln_read_cfg = .true.    !  (=T) read the domain configuration file 
    16       !                    !  (=F) user defined configuration  ==>>>  see usrdef(_...) modules 
    1737      cn_domcfg = "ORCA_R05_zps_domcfg_agrif"    ! domain configuration filename 
    1838/ 
    1939!----------------------------------------------------------------------- 
    20 &namdom        !   space and time domain (bathymetry, mesh, timestep) 
    21 !-----------------------------------------------------------------------   
    22    ln_linssh   = .false.   !  =T  linear free surface  ==>>  model level are fixed in time 
    23    ! 
    24    rn_rdt      = 1440.     !  time step for the dynamics (and tracer if nn_acc=0) 
    25 / 
    26 !----------------------------------------------------------------------- 
    27 &namcrs        !   coarsened grid (for outputs and/or TOP)              (ln_crs =T) 
    28 !----------------------------------------------------------------------- 
    29 / 
    30 !----------------------------------------------------------------------- 
    31 &namtsd    !   data : Temperature  & Salinity 
    32 !----------------------------------------------------------------------- 
    33 / 
     40&namtsd        !    Temperature & Salinity Data                         (default: NO) 
     41!----------------------------------------------------------------------- 
     42   !  with AGRIF ("key_agrif") child are initialized with parent values 
     43/ 
     44 
     45!!====================================================================== 
     46!!            ***  Surface Boundary Condition namelists  ***          !! 
     47!!                                                                    !! 
     48!!   namsbc          surface boundary condition manager                 (default: NO selection) 
     49!!   namsbc_flx      flux               formulation                     (ln_flx     =T) 
     50!!   namsbc_blk      Bulk formulae formulation                          (ln_blk     =T) 
     51!!   namsbc_cpl      CouPLed            formulation                     ("key_oasis3" ) 
     52!!   namsbc_sas      Stand-Alone Surface module                         (SAS_SRC  only) 
     53!!   namtra_qsr      penetrative solar radiation                        (ln_traqsr  =T) 
     54!!   namsbc_rnf      river runoffs                                      (ln_rnf     =T) 
     55!!   namsbc_isf      ice shelf melting/freezing                         (ln_isfcav  =T : read (ln_read_cfg=T) or set or usr_def_zgr ) 
     56!!   namsbc_iscpl    coupling option between land ice model and ocean   (ln_isfcav  =T) 
     57!!   namsbc_apr      Atmospheric Pressure                               (ln_apr_dyn =T) 
     58!!   namsbc_ssr      sea surface restoring term (for T and/or S)        (ln_ssr     =T) 
     59!!   namsbc_wave     external fields from wave model                    (ln_wave    =T) 
     60!!   namberg         iceberg floats                                     (ln_icebergs=T) 
     61!!====================================================================== 
     62! 
    3463!----------------------------------------------------------------------- 
    3564&namsbc        !   Surface Boundary Condition (surface module) 
    3665!----------------------------------------------------------------------- 
    37    nn_fsbc     = 1         !  frequency of surface boundary condition computation 
     66   nn_fsbc     = 1         !  frequency of SBC module call 
     67                     ! Type of air-sea fluxes  
    3868   ln_blk      = .true.    !  Bulk formulation                          (T => fill namsbc_blk ) 
     69                     ! Sea-ice : 
     70   nn_ice      = 2         !  =0   Use SI3 model 
     71                     ! Misc. options of sbc :  
     72   ln_traqsr   = .true.    !  Light penetration in the ocean            (T => fill namtra_qsr) 
    3973   ln_rnf      = .false.   !  runoffs                                   (T => fill namsbc_rnf) 
    4074   ln_ssr      = .false.   !  Sea Surface Restoring on T and/or S       (T => fill namsbc_ssr) 
     
    4276/ 
    4377!----------------------------------------------------------------------- 
    44 &namsbc_blk   !   namsbc_blk  Bulk formulae 
    45 !----------------------------------------------------------------------- 
    46 !              !  file name                   ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights                              ! rotation ! land/sea mask ! 
    47 !              !                              !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename                             ! pairing  ! filename      ! 
    48    sn_wndi     = 'u_10.15JUNE2009_fill'       ,         6         , 'U_10_MOD',   .false.    , .true. , 'yearly'  , 'weights_core2_nordic1_bicub.nc'     , 'Uwnd'   , '' 
    49    sn_wndj     = 'v_10.15JUNE2009_fill'       ,         6         , 'V_10_MOD',   .false.    , .true. , 'yearly'  , 'weights_core2_nordic1_bicub.nc'     , 'Vwnd'   , '' 
    50    sn_qsr      = 'ncar_rad.15JUNE2009_fill'   ,        24         , 'SWDN_MOD',   .false.    , .true. , 'yearly'  , 'weights_core2_nordic1_bilin.nc'    , ''       , '' 
    51    sn_qlw      = 'ncar_rad.15JUNE2009_fill'   ,        24         , 'LWDN_MOD',   .false.    , .true. , 'yearly'  , 'weights_core2_nordic1_bilin.nc'    , ''       , '' 
    52    sn_tair     = 't_10.15JUNE2009_fill'       ,         6         , 'T_10_MOD',   .false.    , .true. , 'yearly'  , 'weights_core2_nordic1_bilin.nc'    , ''       , '' 
    53    sn_humi     = 'q_10.15JUNE2009_fill'       ,         6         , 'Q_10_MOD',   .false.    , .true. , 'yearly'  , 'weights_core2_nordic1_bilin.nc'    , ''       , '' 
    54    sn_prec     = 'ncar_precip.15JUNE2009_fill',        -1         , 'PRC_MOD1',   .false.    , .true. , 'yearly'  , 'weights_core2_nordic1_bilin.nc'    , ''       , '' 
    55    sn_snow     = 'ncar_precip.15JUNE2009_fill',        -1         , 'SNOW'    ,   .false.    , .true. , 'yearly'  , 'weights_core2_nordic1_bilin.nc'    , ''       , '' 
    56    sn_slp      = 'slp.15JUNE2009_fill'        ,         6         , 'SLP'     ,   .false.    , .true. , 'yearly'  , 'weights_core2_nordic1_bilin.nc'    , ''       , '' 
    57    sn_tdif     = 'taudif_core'                ,        24         , 'taudif'  ,   .false.    , .true. , 'yearly'  , 'weights_core2_nordic1_bilin.nc'    , ''       , '' 
    58    ! 
     78&namsbc_blk   !   namsbc_blk  generic Bulk formula                      (ln_blk =T) 
     79!----------------------------------------------------------------------- 
    5980   !                    !  bulk algorithm : 
    60    ln_NCAR     = .true.   ! "NCAR"      algorithm   (Large and Yeager 2008) 
    61 / 
    62 !----------------------------------------------------------------------- 
    63 &namtra_qsr    !   penetrative solar radiation 
    64 !----------------------------------------------------------------------- 
    65 !              !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! 
    66 !              !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! 
    67    sn_chl      ='chlorophyll',        -1         , 'CHLA'    ,   .true.     , .true. , 'yearly'  , 'weights_core2_nordic1_bilin.nc'       , '' 
    68    nn_chldta   =      0    !  RGB : Chl data (=1) or cst value (=0) 
    69 / 
    70 !----------------------------------------------------------------------- 
    71 &namsbc_rnf    !   runoffs namelist surface boundary condition 
    72 !----------------------------------------------------------------------- 
    73 !              !  file name           ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
    74 !              !                      !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      !     
    75    sn_rnf      = 'runoff_core_monthly',        -1         , 'sorunoff',   .true.     , .true. , 'yearly'  , 'weights_core2_nordic1_bilin.nc'       , ''       , ''  
    76    sn_cnf      = 'runoff_core_monthly',         0         , 'socoefr0',   .false.    , .true. , 'yearly'  , 'weights_core2_nordic1_bilin.nc'       , ''       , ''  
    77    sn_s_rnf    = 'runoffs'            ,        24         , 'rosaline',   .true.     , .true. , 'yearly'  , 'weights_core2_nordic1_bilin.nc'       , ''       , ''  
    78    sn_t_rnf    = 'runoffs'            ,        24         , 'rotemper',   .true.     , .true. , 'yearly'  , 'weights_core2_nordic1_bilin.nc'       , ''       , ''  
    79    sn_dep_rnf  = 'runoffs'            ,         0         , 'rodepth' ,   .false.    , .true. , 'yearly'  , 'weights_core2_nordic1_bilin.nc'       , ''       , ''  
    80 / 
    81 !----------------------------------------------------------------------- 
    82 &namsbc_ssr    !   surface boundary condition : sea surface restoring 
    83 !----------------------------------------------------------------------- 
    84 / 
    85 !----------------------------------------------------------------------- 
    86 &namsbc_alb    !   albedo parameters 
    87 !----------------------------------------------------------------------- 
    88 / 
    89 !----------------------------------------------------------------------- 
    90 &namberg       !   iceberg parameters 
    91 !----------------------------------------------------------------------- 
    92       ln_icebergs              = .false.               ! iceberg floats or not 
    93 / 
     81   ln_NCAR     = .true.    ! "NCAR"      algorithm   (Large and Yeager 2008) 
     82 
     83   cn_dir      = './'      !  root directory for the bulk data location 
     84   !___________!_________________________!___________________!___________!_____________!________!___________!______________________________________!__________!_______________! 
     85   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ !          weights filename            ! rotation ! land/sea mask ! 
     86   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                                      ! pairing  !    filename   ! 
     87   sn_wndi     = 'u_10.15JUNE2009_fill'       ,    6         , 'U_10_MOD',   .false.   , .true. , 'yearly'  , 'weights_core2_nordic1_bicub.nc.nc'  , 'Uwnd'   , '' 
     88   sn_wndj     = 'v_10.15JUNE2009_fill'       ,    6         , 'V_10_MOD',   .false.   , .true. , 'yearly'  , 'weights_core2_nordic1_bicub.nc.nc'  , 'Vwnd'   , '' 
     89   sn_qsr      = 'ncar_rad.15JUNE2009_fill'   ,   24         , 'SWDN_MOD',   .false.   , .true. , 'yearly'  , 'weights_core2_nordic1_bilinear.nc'  , ''       , '' 
     90   sn_qlw      = 'ncar_rad.15JUNE2009_fill'   ,   24         , 'LWDN_MOD',   .false.   , .true. , 'yearly'  , 'weights_core2_nordic1_bilinear.nc'  , ''       , '' 
     91   sn_tair     = 't_10.15JUNE2009_fill'       ,    6         , 'T_10_MOD',   .false.   , .true. , 'yearly'  , 'weights_core2_nordic1_bilinear.nc'  , ''       , '' 
     92   sn_humi     = 'q_10.15JUNE2009_fill'       ,    6         , 'Q_10_MOD',   .false.   , .true. , 'yearly'  , 'weights_core2_nordic1_bilinear.nc'  , ''       , '' 
     93   sn_prec     = 'ncar_precip.15JUNE2009_fill',   -1         , 'PRC_MOD1',   .false.   , .true. , 'yearly'  , 'weights_core2_nordic1_bilinear.nc'  , ''       , '' 
     94   sn_snow     = 'ncar_precip.15JUNE2009_fill',   -1         , 'SNOW'    ,   .false.   , .true. , 'yearly'  , 'weights_core2_nordic1_bilinear.nc'  , ''       , '' 
     95   sn_slp      = 'slp.15JUNE2009_fill'        ,    6         , 'SLP'     ,   .false.   , .true. , 'yearly'  , 'weights_core2_nordic1_bilinear.nc'  , ''       , '' 
     96   sn_tdif     = 'taudif_core'                ,   24         , 'taudif'  ,   .false.   , .true. , 'yearly'  , 'weights_core2_nordic1_bilinear.nc'  , ''       , '' 
     97 
     98/ 
     99!----------------------------------------------------------------------- 
     100&namtra_qsr    !   penetrative solar radiation                          (ln_traqsr =T) 
     101!----------------------------------------------------------------------- 
     102   !                       ! type of penetration                        (default: NO selection) 
     103   ln_qsr_rgb  = .true.       !  RGB light penetration (Red-Green-Blue) 
     104   ! 
     105   nn_chldta   =      1       !  RGB : Chl data (=1) or cst value (=0) 
     106 
     107   cn_dir      = './'      !  root directory for the chlorophyl data location 
     108   !___________!_________________________!___________________!___________!_____________!________!___________!______________________________________!__________!_______________! 
     109   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ !          weights filename            ! rotation ! land/sea mask ! 
     110   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                                      ! pairing  !    filename   ! 
     111   sn_chl      ='chlorophyll'            ,        -1         , 'CHLA'    ,   .true.    , .true. , 'yearly'  ,'weights_core1_nordic1_bilin.nc'      , ''       , '' 
     112/ 
     113!----------------------------------------------------------------------- 
     114&namsbc_rnf    !   runoffs                                              (ln_rnf =T) 
     115!----------------------------------------------------------------------- 
     116   !  not used in this zoom 
     117/ 
     118!----------------------------------------------------------------------- 
     119&namsbc_ssr    !   surface boundary condition : sea surface restoring   (ln_ssr =T) 
     120!----------------------------------------------------------------------- 
     121   !  not used in this zoom 
     122/ 
     123!----------------------------------------------------------------------- 
     124&namberg       !   iceberg parameters                                   (default: No iceberg) 
     125!----------------------------------------------------------------------- 
     126   !  iceberg floats are not currently available with AGRIF 
     127   !     ===>>  forced deactivation in icbini.F90  
     128/ 
     129 
     130!!====================================================================== 
     131!!               ***  Lateral boundary condition  ***                 !! 
     132!!                                                                    !! 
     133!!   namlbc        lateral momentum boundary condition                  (no slip) 
     134!!   namagrif      agrif nested grid ( read by child model only )       ("key_agrif") 
     135!!   nam_tide      Tidal forcing                                        (default: NO) 
     136!!   nambdy        Unstructured open boundaries                         (default: NO) 
     137!!   nambdy_dta    Unstructured open boundaries - external data         (see  nambdy) 
     138!!   nambdy_tide   tidal forcing at open boundaries                     (default: NO) 
     139!!====================================================================== 
     140! 
    94141!----------------------------------------------------------------------- 
    95142&namlbc        !   lateral momentum boundary condition 
    96143!----------------------------------------------------------------------- 
    97 / 
    98 !----------------------------------------------------------------------- 
    99 &namdrg        !   top/bottom friction 
    100 !----------------------------------------------------------------------- 
    101    ln_non_lin = .true. 
     144   rn_shlat    =    2.     !  no slip 
    102145/ 
    103146!----------------------------------------------------------------------- 
     
    107150   rn_sponge_tra = 1440.   !  coefficient for tracer   sponge layer [m2/s] 
    108151   rn_sponge_dyn = 1440.   !  coefficient for dynamics sponge layer [m2/s] 
    109    ln_chk_bathy  = .FALSE. ! 
     152   ln_chk_bathy  = .false. !  =T  check the parent bathymetry 
     153/ 
     154!----------------------------------------------------------------------- 
     155&namdrg        !   top/bottom drag coefficient                          (default: NO selection) 
     156!----------------------------------------------------------------------- 
     157   ln_non_lin = .false.    !  non-linear  drag: Cd = Cd0 |U| 
     158/ 
     159!----------------------------------------------------------------------- 
     160&namdrg_bot    !   BOTTOM friction                                   
     161!----------------------------------------------------------------------- 
    110162/ 
    111163!----------------------------------------------------------------------- 
     
    113165!----------------------------------------------------------------------- 
    114166   ln_trabbc   = .true.    !  Apply a geothermal heating at the ocean bottom 
     167      nn_geoflx   =    1      !  geothermal heat flux: = 2 read variable flux [mW/m2] 
    115168/ 
    116169!----------------------------------------------------------------------- 
     
    118171!----------------------------------------------------------------------- 
    119172   ln_trabbl   = .true.    !  Bottom Boundary Layer parameterisation flag 
    120 / 
    121 !----------------------------------------------------------------------- 
    122 &nameos        !   ocean physical parameters 
    123 !----------------------------------------------------------------------- 
    124    ln_teos10   = .true.         !  = Use TEOS-10 equation of state 
    125 / 
    126 !----------------------------------------------------------------------- 
    127 &namtra_adv    !   advection scheme for tracer                          (default: NO advection) 
     173      nn_bbl_ldf  =  1        !  diffusive bbl (=1)   or not (=0) 
     174      nn_bbl_adv  =  0        !  advective bbl (=1/2) or not (=0) 
     175      rn_ahtbbl   =  1000.    !  lateral mixing coefficient in the bbl  [m2/s] 
     176      rn_gambbl   =  10.      !  advective bbl coefficient                 [s] 
     177/ 
     178 
     179!!====================================================================== 
     180!!                        Tracer (T & S) namelists                    !! 
     181!!                                                                    !! 
     182!!   nameos           equation of state                                 (default: NO selection) 
     183!!   namtra_adv       advection scheme                                  (default: NO selection) 
     184!!   namtra_adv_mle   mixed layer eddy param. (Fox-Kemper param.)       (default: NO) 
     185!!   namtra_ldf       lateral diffusion scheme                          (default: NO selection) 
     186!!   namtra_eiv       eddy induced velocity param.                      (default: NO) 
     187!!   namtra_dmp       T & S newtonian damping                           (default: NO) 
     188!!====================================================================== 
     189! 
     190!----------------------------------------------------------------------- 
     191&nameos        !   ocean Equation Of Seawater                           (default: NO selection) 
     192!----------------------------------------------------------------------- 
     193   ln_eos80    = .true.          !  = Use EOS80 
     194/ 
     195!----------------------------------------------------------------------- 
     196&namtra_adv    !   advection scheme for tracer                          (default: NO selection) 
    128197!----------------------------------------------------------------------- 
    129198   ln_traadv_ubs = .true. !  UBS scheme 
     
    131200/ 
    132201!----------------------------------------------------------------------- 
    133 &namtra_adv_mle !   mixed layer eddy parametrisation (Fox-Kemper param) 
    134 !----------------------------------------------------------------------- 
    135 / 
    136 !---------------------------------------------------------------------------------- 
    137 &namtra_ldf    !   lateral diffusion scheme for tracers 
    138 !---------------------------------------------------------------------------------- 
    139    !                       !  Operator type: 
     202&namtra_adv_mle !   mixed layer eddy parametrisation (Fox-Kemper)       (default: NO) 
     203!----------------------------------------------------------------------- 
     204   ln_mle      = .true.   ! (T) use the Mixed Layer Eddy (MLE) parameterisation 
     205/ 
     206!----------------------------------------------------------------------- 
     207&namtra_ldf    !   lateral diffusion scheme for tracers                 (default: NO selection) 
     208!----------------------------------------------------------------------- 
    140209   ln_traldf_NONE  =  .true.  !           No operator (no explicit advection) 
    141210/ 
    142 !---------------------------------------------------------------------------------- 
    143 &namtra_ldfeiv !   eddy induced velocity param. 
    144 !---------------------------------------------------------------------------------- 
    145    ln_ldfeiv     =.false.   ! use eddy induced velocity parameterization 
     211!----------------------------------------------------------------------- 
     212&namtra_eiv    !   eddy induced velocity param.                         (default: NO) 
     213!----------------------------------------------------------------------- 
     214   !  not used in this zoom 
    146215/ 
    147216!----------------------------------------------------------------------- 
    148217&namtra_dmp    !   tracer: T & S newtonian damping                      (default: NO) 
    149218!----------------------------------------------------------------------- 
    150    ln_tradmp   =  .false.   !  add a damping termn (T) or not (F) 
    151 / 
    152 !----------------------------------------------------------------------- 
    153 &namdyn_adv    !   formulation of the momentum advection                (default: No selection) 
    154 !----------------------------------------------------------------------- 
    155    ln_dynadv_ubs = .true. !  flux form - 3rd order UBS      scheme 
    156 / 
    157 !----------------------------------------------------------------------- 
    158 &namdyn_vor    !   option of physics/algorithm (not control by CPP keys) 
    159 !----------------------------------------------------------------------- 
    160    ln_dynvor_ens = .true. !  energy conserving scheme 
    161 / 
    162 !----------------------------------------------------------------------- 
    163 &namdyn_hpg    !   Hydrostatic pressure gradient option 
    164 !----------------------------------------------------------------------- 
    165    ln_hpg_sco  = .true.   !  s-coordinate (standard jacobian formulation) 
    166 / 
    167 !----------------------------------------------------------------------- 
    168 &namdyn_spg    !   surface pressure gradient 
     219   !  not used in this zoom 
     220/ 
     221 
     222!!====================================================================== 
     223!!                      ***  Dynamics namelists  ***                  !! 
     224!!                                                                    !! 
     225!!   nam_vvl       vertical coordinate options                          (default: z-star) 
     226!!   namdyn_adv    formulation of the momentum advection                (default: NO selection) 
     227!!   namdyn_vor    advection scheme                                     (default: NO selection) 
     228!!   namdyn_hpg    hydrostatic pressure gradient                        (default: NO selection) 
     229!!   namdyn_spg    surface pressure gradient                            (default: NO selection) 
     230!!   namdyn_ldf    lateral diffusion scheme                             (default: NO selection) 
     231!!   namdta_dyn    offline TOP: dynamics read in files                  (OFF_SRC only) 
     232!!====================================================================== 
     233! 
     234!----------------------------------------------------------------------- 
     235&nam_vvl       !   vertical coordinate options                          (default: z-star) 
     236!----------------------------------------------------------------------- 
     237/ 
     238!----------------------------------------------------------------------- 
     239&namdyn_adv    !   formulation of the momentum advection                (default: NO selection) 
     240!----------------------------------------------------------------------- 
     241   ln_dynadv_ubs = .true.  !  flux form - 3rd order UBS      scheme 
     242/ 
     243!----------------------------------------------------------------------- 
     244&namdyn_vor    !   Vorticity / Coriolis scheme                          (default: NO selection) 
     245!----------------------------------------------------------------------- 
     246   ln_dynvor_ene = .true.  !  energy conserving scheme 
     247/ 
     248!----------------------------------------------------------------------- 
     249&namdyn_hpg    !   Hydrostatic pressure gradient option                 (default: NO selection) 
     250!----------------------------------------------------------------------- 
     251   ln_hpg_sco  = .true.    !  s-coordinate (standard jacobian formulation) 
     252/ 
     253!----------------------------------------------------------------------- 
     254&namdyn_spg    !   surface pressure gradient                            (default: NO selection) 
    169255!----------------------------------------------------------------------- 
    170256   ln_dynspg_ts  = .true.  !  split-explicit free surface 
    171257/ 
    172258!----------------------------------------------------------------------- 
    173 &namdyn_ldf    !   lateral diffusion on momentum 
    174 !----------------------------------------------------------------------- 
    175    !                       !  Type of the operator : 
    176    !                           !  no diffusion: set ln_dynldf_lap=..._blp=F  
     259&namdyn_ldf    !   lateral diffusion on momentum                        (default: NO selection) 
     260!----------------------------------------------------------------------- 
    177261   ln_dynldf_NONE=  .true.    !  No operator (i.e. no explicit diffusion) 
    178262/ 
     263 
    179264!!====================================================================== 
    180265!!                     vertical physics namelists                     !! 
    181 !!====================================================================== 
     266!!                                                                    !! 
     267!!    namzdf        vertical physics manager                            (default: NO selection) 
     268!!    namzdf_ric    richardson number vertical mixing                   (ln_zdfric=T) 
     269!!    namzdf_tke    TKE vertical mixing                                 (ln_zdftke=T) 
     270!!    namzdf_gls    GLS vertical mixing                                 (ln_zdfgls=T) 
     271!!    namzdf_osm    OSM vertical diffusion                              (ln_zdfosm=T) 
     272!!    namzdf_iwm    tidal mixing parameterization                       (ln_zdfiwm=T) 
     273!!====================================================================== 
     274! 
    182275!----------------------------------------------------------------------- 
    183276&namzdf        !   vertical physics                                     (default: NO selection) 
     
    185278   !                       ! type of vertical closure 
    186279   ln_zdftke   = .true.       !  Turbulent Kinetic Energy closure       (T =>   fill namzdf_tke) 
     280   ! 
     281   !                       ! convection 
    187282   ln_zdfevd   = .true.       !  Enhanced Vertical Diffusion scheme 
     283      nn_evdm  =    0            !  evd apply on tracer (=0) or on tracer and momentum (=1) 
     284      rn_evd   =  100.           !  evd mixing coefficient [m2/s] 
     285   ! 
    188286   ln_zdfddm   = .true.    ! double diffusive mixing 
     287      rn_avts  =    1.e-4     !  maximum avs (vertical mixing on salinity) 
     288      rn_hsbfr =    1.6       !  heat/salt buoyancy flux ratio 
     289   ! 
     290   !                       !  Coefficients 
     291   rn_avm0     =   1.2e-4     !  vertical eddy viscosity   [m2/s]       (background Kz if ln_zdfcst=F) 
     292   rn_avt0     =   1.2e-5     !  vertical eddy diffusivity [m2/s]       (background Kz if ln_zdfcst=F) 
     293   nn_avb      =    0         !  profile for background avt & avm (=1) or not (=0) 
    189294   nn_havtb    =    1         !  horizontal shape for avtb (=1) or not (=0) 
    190295/ 
    191296!----------------------------------------------------------------------- 
    192 &namzdf_tke    !   turbulent eddy kinetic dependent vertical diffusion  
    193 !----------------------------------------------------------------------- 
    194 / 
    195 !----------------------------------------------------------------------- 
    196 &namzdf_iwm    !   tidal mixing parameterization                        (ln_zdfiwm =T) 
    197 !----------------------------------------------------------------------- 
    198 / 
    199 !----------------------------------------------------------------------- 
    200 &nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi) 
    201 !----------------------------------------------------------------------- 
    202 / 
    203 !----------------------------------------------------------------------- 
    204 &namctl        !   Control prints & Benchmark 
    205 !----------------------------------------------------------------------- 
    206 / 
    207 !----------------------------------------------------------------------- 
    208 &namptr       !   Poleward Transport Diagnostic 
    209 !----------------------------------------------------------------------- 
    210 / 
    211 !----------------------------------------------------------------------- 
    212 &namhsb       !  Heat and salt budgets                                  (default F) 
    213 !----------------------------------------------------------------------- 
    214 / 
    215 !----------------------------------------------------------------------- 
    216 &namobs       !  observation usage                                      ('key_diaobs') 
    217 !----------------------------------------------------------------------- 
    218 / 
    219 !----------------------------------------------------------------------- 
    220 &nam_asminc   !   assimilation increments                               ('key_asminc') 
    221 !----------------------------------------------------------------------- 
    222 / 
     297&namzdf_tke    !   turbulent eddy kinetic dependent vertical diffusion  (ln_zdftke =T) 
     298!----------------------------------------------------------------------- 
     299/ 
     300 
     301!!====================================================================== 
     302!!                  ***  Diagnostics namelists  ***                   !! 
     303!!                                                                    !! 
     304!!   namtrd       dynamics and/or tracer trends                         (default NO) 
     305!!   namptr       Poleward Transport Diagnostics                        (default NO) 
     306!!   namhsb       Heat and salt budgets                                 (default NO) 
     307!!   namdiu       Cool skin and warm layer models                       (default NO) 
     308!!   namdiu       Cool skin and warm layer models                       (default NO) 
     309!!   namflo       float parameters                                      ("key_float") 
     310!!   nam_diaharm  Harmonic analysis of tidal constituents               ("key_diaharm") 
     311!!   namdct       transports through some sections                      ("key_diadct") 
     312!!   nam_diatmb   Top Middle Bottom Output                              (default NO) 
     313!!   nam_dia25h   25h Mean Output                                       (default NO) 
     314!!   namnc4       netcdf4 chunking and compression settings             ("key_netcdf4") 
     315!!====================================================================== 
     316! 
     317 
     318!!====================================================================== 
     319!!               ***  Observation & Assimilation  ***                 !! 
     320!!                                                                    !! 
     321!!   namobs       observation and model comparison                      (default: NO) 
     322!!   nam_asminc   assimilation increments                               ('key_asminc') 
     323!!====================================================================== 
     324! 
  • branches/2017/dev_merge_2017/NEMOGCM/CONFIG/AGRIF_NORDIC/EXP00/2_namelist_cfg

    r9484 r9490  
    11!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
    2 !! NEMO/OPA  :  Configuration namelist used to overwrite SHARED/1_namelist_ref 
     2!! NEMO/OPA  Configuration namelist : overwrite some defaults values defined in SHARED/1_namelist_ref 
    33!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
     4!                       ORCA2 - SI3 configuration                      ! 
     5 
     6!!====================================================================== 
     7!!              ***  Domain & Run management namelists  ***           !! 
     8!!                                                                    !! 
     9!!   namrun       parameters of the run 
     10!!   namdom       space and time domain 
     11!!   namcfg       parameters of the configuration                       (default: user defined GYRE) 
     12!!   namwad       Wetting and drying                                    (default NO) 
     13!!   namtsd       data: temperature & salinity                          (default NO) 
     14!!   namcrs       coarsened grid (for outputs and/or TOP)               (ln_crs =T) 
     15!!====================================================================== 
     16! 
    417!----------------------------------------------------------------------- 
    518&namrun        !   parameters of the run 
    619!----------------------------------------------------------------------- 
    7    cn_exp      = "Nordic" !  experience name  
    8    nn_it000    =  1       !  first time step 
    9    nn_itend    =  240     !  last  time step 
    10    ln_clobber  = .true.   !  clobber (overwrite) an existing file 
    11 / 
    12 !----------------------------------------------------------------------- 
    13 &namcfg     !   parameters of the configuration 
     20   cn_exp      = "Nordic"  !  experience name  
     21   nn_it000    =    1      !  first time step 
     22   nn_itend    =  240      !  last  time step 
     23   nn_istate   =      0    !  output the initial state (1) or not (0) 
     24   ln_clobber  = .true.    !  clobber (overwrite) an existing file 
     25/ 
     26!----------------------------------------------------------------------- 
     27&namdom        !   space and time domain 
     28!----------------------------------------------------------------------- 
     29   ln_linssh   = .false.   !  =T  linear free surface  ==>>  model level are fixed in time 
     30   ! 
     31   rn_rdt      = 480.     !  time step for the dynamics (and tracer if nn_acc=0) 
     32/ 
     33!----------------------------------------------------------------------- 
     34&namcfg        !   parameters of the configuration                      (default: user defined GYRE) 
    1435!----------------------------------------------------------------------- 
    1536   ln_read_cfg = .true.    !  (=T) read the domain configuration file 
    16       !                    !  (=F) user defined configuration  ==>>>  see usrdef(_...) modules 
    1737      cn_domcfg = "ORCA_R017_zps_domcfg_agrif"    ! domain configuration filename 
    1838/ 
    1939!----------------------------------------------------------------------- 
    20 &namdom        !   space and time domain (bathymetry, mesh, timestep) 
    21 !-----------------------------------------------------------------------   
    22    ln_linssh   = .false.   !  =T  linear free surface  ==>>  model level are fixed in time 
    23    ! 
    24    rn_rdt      = 480.     !  time step for the dynamics (and tracer if nn_acc=0) 
    25 / 
    26 !----------------------------------------------------------------------- 
    27 &namcrs        !   coarsened grid (for outputs and/or TOP)              (ln_crs =T) 
    28 !----------------------------------------------------------------------- 
    29 / 
    30 !----------------------------------------------------------------------- 
    31 &namtsd    !   data : Temperature  & Salinity 
    32 !----------------------------------------------------------------------- 
    33 / 
     40&namtsd        !    Temperature & Salinity Data                         (default: NO) 
     41!----------------------------------------------------------------------- 
     42   !  with AGRIF ("key_agrif") child are initialized with parent values 
     43/ 
     44 
     45!!====================================================================== 
     46!!            ***  Surface Boundary Condition namelists  ***          !! 
     47!!                                                                    !! 
     48!!   namsbc          surface boundary condition manager                 (default: NO selection) 
     49!!   namsbc_flx      flux               formulation                     (ln_flx     =T) 
     50!!   namsbc_blk      Bulk formulae formulation                          (ln_blk     =T) 
     51!!   namsbc_cpl      CouPLed            formulation                     ("key_oasis3" ) 
     52!!   namsbc_sas      Stand-Alone Surface module                         (SAS_SRC  only) 
     53!!   namtra_qsr      penetrative solar radiation                        (ln_traqsr  =T) 
     54!!   namsbc_rnf      river runoffs                                      (ln_rnf     =T) 
     55!!   namsbc_isf      ice shelf melting/freezing                         (ln_isfcav  =T : read (ln_read_cfg=T) or set or usr_def_zgr ) 
     56!!   namsbc_iscpl    coupling option between land ice model and ocean   (ln_isfcav  =T) 
     57!!   namsbc_apr      Atmospheric Pressure                               (ln_apr_dyn =T) 
     58!!   namsbc_ssr      sea surface restoring term (for T and/or S)        (ln_ssr     =T) 
     59!!   namsbc_wave     external fields from wave model                    (ln_wave    =T) 
     60!!   namberg         iceberg floats                                     (ln_icebergs=T) 
     61!!====================================================================== 
     62! 
    3463!----------------------------------------------------------------------- 
    3564&namsbc        !   Surface Boundary Condition (surface module) 
    3665!----------------------------------------------------------------------- 
    37    nn_fsbc     = 1         !  frequency of surface boundary condition computation 
     66   nn_fsbc     = 1         !  frequency of SBC module call 
     67                     ! Type of air-sea fluxes  
    3868   ln_blk      = .true.    !  Bulk formulation                          (T => fill namsbc_blk ) 
    39    ln_rnf      = .false.    !  runoffs                                   (T => fill namsbc_rnf) 
    40    ln_ssr      = .false.    !  Sea Surface Restoring on T and/or S       (T => fill namsbc_ssr) 
     69                     ! Sea-ice : 
     70   nn_ice      = 2         !  =0   Use SI3 model 
     71                     ! Misc. options of sbc :  
     72   ln_traqsr   = .true.    !  Light penetration in the ocean            (T => fill namtra_qsr) 
     73   ln_rnf      = .false.   !  runoffs                                   (T => fill namsbc_rnf) 
     74   ln_ssr      = .false.   !  Sea Surface Restoring on T and/or S       (T => fill namsbc_ssr) 
    4175   nn_fwb      = 0         !  FreshWater Budget: =0 unchecked 
    4276/ 
    4377!----------------------------------------------------------------------- 
    44 &namsbc_blk   !   namsbc_blk  Bulk formulae 
    45 !----------------------------------------------------------------------- 
    46 !              !  file name                   ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights                              ! rotation ! land/sea mask ! 
    47 !              !                              !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename                             ! pairing  ! filename      ! 
    48    sn_wndi     = 'u_10.15JUNE2009_fill'       ,         6         , 'U_10_MOD',   .false.    , .true. , 'yearly'  , 'weights_core2_nordic2_bicub.nc'     , 'Uwnd'   , '' 
    49    sn_wndj     = 'v_10.15JUNE2009_fill'       ,         6         , 'V_10_MOD',   .false.    , .true. , 'yearly'  , 'weights_core2_nordic2_bicub.nc'     , 'Vwnd'   , '' 
    50    sn_qsr      = 'ncar_rad.15JUNE2009_fill'   ,        24         , 'SWDN_MOD',   .false.    , .true. , 'yearly'  , 'weights_core2_nordic2_bilin.nc'    , ''       , '' 
    51    sn_qlw      = 'ncar_rad.15JUNE2009_fill'   ,        24         , 'LWDN_MOD',   .false.    , .true. , 'yearly'  , 'weights_core2_nordic2_bilin.nc'    , ''       , '' 
    52    sn_tair     = 't_10.15JUNE2009_fill'       ,         6         , 'T_10_MOD',   .false.    , .true. , 'yearly'  , 'weights_core2_nordic2_bilin.nc'    , ''       , '' 
    53    sn_humi     = 'q_10.15JUNE2009_fill'       ,         6         , 'Q_10_MOD',   .false.    , .true. , 'yearly'  , 'weights_core2_nordic2_bilin.nc'    , ''       , '' 
    54    sn_prec     = 'ncar_precip.15JUNE2009_fill',        -1         , 'PRC_MOD1',   .false.    , .true. , 'yearly'  , 'weights_core2_nordic2_bilin.nc'    , ''       , '' 
    55    sn_snow     = 'ncar_precip.15JUNE2009_fill',        -1         , 'SNOW'    ,   .false.    , .true. , 'yearly'  , 'weights_core2_nordic2_bilin.nc'    , ''       , '' 
    56    sn_slp      = 'slp.15JUNE2009_fill'        ,         6         , 'SLP'     ,   .false.    , .true. , 'yearly'  , 'weights_core2_nordic2_bilin.nc'    , ''       , '' 
    57    sn_tdif     = 'taudif_core'                ,        24         , 'taudif'  ,   .false.    , .true. , 'yearly'  , 'weights_core2_nordic2_bilin.nc'    , ''       , '' 
    58    ! 
     78&namsbc_blk   !   namsbc_blk  generic Bulk formula                      (ln_blk =T) 
     79!----------------------------------------------------------------------- 
    5980   !                    !  bulk algorithm : 
    60    ln_NCAR     = .true.   ! "NCAR"      algorithm   (Large and Yeager 2008) 
    61 / 
    62 !----------------------------------------------------------------------- 
    63 &namtra_qsr    !   penetrative solar radiation 
    64 !----------------------------------------------------------------------- 
    65 !              !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! 
    66 !              !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! 
    67    sn_chl      ='chlorophyll',        -1         , 'CHLA'    ,   .true.     , .true. , 'yearly'  , 'weights_core2_nordic2_bilin.nc'       , '' 
    68    nn_chldta   =      0    !  RGB : Chl data (=1) or cst value (=0) 
    69 / 
    70 !----------------------------------------------------------------------- 
    71 &namsbc_rnf    !   runoffs namelist surface boundary condition 
    72 !----------------------------------------------------------------------- 
    73 !              !  file name           ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
    74 !              !                      !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      !     
    75    sn_rnf      = 'runoff_core_monthly',        -1         , 'sorunoff',   .true.     , .true. , 'yearly'  , 'weights_core2_nordic2_bilin.nc'       , ''       , ''  
    76    sn_cnf      = 'runoff_core_monthly',         0         , 'socoefr0',   .false.    , .true. , 'yearly'  , 'weights_core2_nordic2_bilin.nc'       , ''       , ''  
    77    sn_s_rnf    = 'runoffs'            ,        24         , 'rosaline',   .true.     , .true. , 'yearly'  , 'weights_core2_nordic2_bilin.nc'       , ''       , ''  
    78    sn_t_rnf    = 'runoffs'            ,        24         , 'rotemper',   .true.     , .true. , 'yearly'  , 'weights_core2_nordic2_bilin.nc'       , ''       , ''  
    79    sn_dep_rnf  = 'runoffs'            ,         0         , 'rodepth' ,   .false.    , .true. , 'yearly'  , 'weights_core2_nordic2_bilin.nc'       , ''       , ''  
    80 / 
    81 !----------------------------------------------------------------------- 
    82 &namsbc_ssr    !   surface boundary condition : sea surface restoring 
    83 !----------------------------------------------------------------------- 
    84 / 
    85 !----------------------------------------------------------------------- 
    86 &namsbc_alb    !   albedo parameters 
    87 !----------------------------------------------------------------------- 
    88 / 
    89 !----------------------------------------------------------------------- 
    90 &namberg       !   iceberg parameters 
    91 !----------------------------------------------------------------------- 
    92       ln_icebergs              = .false.               ! iceberg floats or not 
    93 / 
     81   ln_NCAR     = .true.    ! "NCAR"      algorithm   (Large and Yeager 2008) 
     82 
     83   cn_dir      = './'      !  root directory for the bulk data location 
     84   !___________!_________________________!___________________!___________!_____________!________!___________!______________________________________!__________!_______________! 
     85   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ !          weights filename            ! rotation ! land/sea mask ! 
     86   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                                      ! pairing  !    filename   ! 
     87   sn_wndi     = 'u_10.15JUNE2009_fill'       ,    6         , 'U_10_MOD',   .false.   , .true. , 'yearly'  , 'weights_core2_nordic2_bicub.nc.nc'  , 'Uwnd'   , '' 
     88   sn_wndj     = 'v_10.15JUNE2009_fill'       ,    6         , 'V_10_MOD',   .false.   , .true. , 'yearly'  , 'weights_core2_nordic2_bicub.nc.nc'  , 'Vwnd'   , '' 
     89   sn_qsr      = 'ncar_rad.15JUNE2009_fill'   ,   24         , 'SWDN_MOD',   .false.   , .true. , 'yearly'  , 'weights_core2_nordic2_bilinear.nc'  , ''       , '' 
     90   sn_qlw      = 'ncar_rad.15JUNE2009_fill'   ,   24         , 'LWDN_MOD',   .false.   , .true. , 'yearly'  , 'weights_core2_nordic2_bilinear.nc'  , ''       , '' 
     91   sn_tair     = 't_10.15JUNE2009_fill'       ,    6         , 'T_10_MOD',   .false.   , .true. , 'yearly'  , 'weights_core2_nordic2_bilinear.nc'  , ''       , '' 
     92   sn_humi     = 'q_10.15JUNE2009_fill'       ,    6         , 'Q_10_MOD',   .false.   , .true. , 'yearly'  , 'weights_core2_nordic2_bilinear.nc'  , ''       , '' 
     93   sn_prec     = 'ncar_precip.15JUNE2009_fill',   -1         , 'PRC_MOD1',   .false.   , .true. , 'yearly'  , 'weights_core2_nordic2_bilinear.nc'  , ''       , '' 
     94   sn_snow     = 'ncar_precip.15JUNE2009_fill',   -1         , 'SNOW'    ,   .false.   , .true. , 'yearly'  , 'weights_core2_nordic2_bilinear.nc'  , ''       , '' 
     95   sn_slp      = 'slp.15JUNE2009_fill'        ,    6         , 'SLP'     ,   .false.   , .true. , 'yearly'  , 'weights_core2_nordic2_bilinear.nc'  , ''       , '' 
     96   sn_tdif     = 'taudif_core'                ,   24         , 'taudif'  ,   .false.   , .true. , 'yearly'  , 'weights_core2_nordic2_bilinear.nc'  , ''       , '' 
     97 
     98/ 
     99!----------------------------------------------------------------------- 
     100&namtra_qsr    !   penetrative solar radiation                          (ln_traqsr =T) 
     101!----------------------------------------------------------------------- 
     102   !                       ! type of penetration                        (default: NO selection) 
     103   ln_qsr_rgb  = .true.       !  RGB light penetration (Red-Green-Blue) 
     104   ! 
     105   nn_chldta   =      1       !  RGB : Chl data (=1) or cst value (=0) 
     106 
     107   cn_dir      = './'      !  root directory for the chlorophyl data location 
     108   !___________!_________________________!___________________!___________!_____________!________!___________!______________________________________!__________!_______________! 
     109   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ !          weights filename            ! rotation ! land/sea mask ! 
     110   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                                      ! pairing  !    filename   ! 
     111   sn_chl      ='chlorophyll'            ,        -1         , 'CHLA'    ,   .true.    , .true. , 'yearly'  ,'weights_core2_nordic1_bilin.nc'      , ''       , '' 
     112/ 
     113!----------------------------------------------------------------------- 
     114&namsbc_rnf    !   runoffs                                              (ln_rnf =T) 
     115!----------------------------------------------------------------------- 
     116   !  not used in this zoom 
     117/ 
     118!----------------------------------------------------------------------- 
     119&namsbc_ssr    !   surface boundary condition : sea surface restoring   (ln_ssr =T) 
     120!----------------------------------------------------------------------- 
     121   !  not used in this zoom 
     122/ 
     123!----------------------------------------------------------------------- 
     124&namberg       !   iceberg parameters                                   (default: No iceberg) 
     125!----------------------------------------------------------------------- 
     126   !  iceberg floats are not currently available with AGRIF 
     127   !     ===>>  forced deactivation in icbini.F90  
     128/ 
     129 
     130!!====================================================================== 
     131!!               ***  Lateral boundary condition  ***                 !! 
     132!!                                                                    !! 
     133!!   namlbc        lateral momentum boundary condition                  (no slip) 
     134!!   namagrif      agrif nested grid ( read by child model only )       ("key_agrif") 
     135!!   nam_tide      Tidal forcing                                        (default: NO) 
     136!!   nambdy        Unstructured open boundaries                         (default: NO) 
     137!!   nambdy_dta    Unstructured open boundaries - external data         (see  nambdy) 
     138!!   nambdy_tide   tidal forcing at open boundaries                     (default: NO) 
     139!!====================================================================== 
     140! 
    94141!----------------------------------------------------------------------- 
    95142&namlbc        !   lateral momentum boundary condition 
    96143!----------------------------------------------------------------------- 
    97 / 
    98 !----------------------------------------------------------------------- 
    99 &namdrg        !   top/bottom friction 
    100 !----------------------------------------------------------------------- 
    101    ln_non_lin = .true. 
     144   rn_shlat    =    2.     !  no slip 
    102145/ 
    103146!----------------------------------------------------------------------- 
     
    105148!----------------------------------------------------------------------- 
    106149   ln_spc_dyn    = .true.  !  use 0 as special value for dynamics 
    107    rn_sponge_tra = 480.   !  coefficient for tracer   sponge layer [m2/s] 
    108    rn_sponge_dyn = 480.   !  coefficient for dynamics sponge layer [m2/s] 
    109    ln_chk_bathy  = .FALSE. ! 
     150   rn_sponge_tra =  480.   !  coefficient for tracer   sponge layer [m2/s] 
     151   rn_sponge_dyn =  480.   !  coefficient for dynamics sponge layer [m2/s] 
     152   ln_chk_bathy  = .false. !  =T  check the parent bathymetry 
     153/ 
     154!----------------------------------------------------------------------- 
     155&namdrg        !   top/bottom drag coefficient                          (default: NO selection) 
     156!----------------------------------------------------------------------- 
     157   ln_non_lin = .false.    !  non-linear  drag: Cd = Cd0 |U| 
     158/ 
     159!----------------------------------------------------------------------- 
     160&namdrg_bot    !   BOTTOM friction                                   
     161!----------------------------------------------------------------------- 
    110162/ 
    111163!----------------------------------------------------------------------- 
     
    113165!----------------------------------------------------------------------- 
    114166   ln_trabbc   = .true.    !  Apply a geothermal heating at the ocean bottom 
     167      nn_geoflx   =    1      !  geothermal heat flux: = 2 read variable flux [mW/m2] 
    115168/ 
    116169!----------------------------------------------------------------------- 
     
    118171!----------------------------------------------------------------------- 
    119172   ln_trabbl   = .true.    !  Bottom Boundary Layer parameterisation flag 
    120 / 
    121 !----------------------------------------------------------------------- 
    122 &nameos        !   ocean physical parameters 
    123 !----------------------------------------------------------------------- 
    124    ln_teos10   = .true.         !  = Use TEOS-10 equation of state 
    125 / 
    126 !----------------------------------------------------------------------- 
    127 &namtra_adv    !   advection scheme for tracer                          (default: NO advection) 
     173      nn_bbl_ldf  =  1        !  diffusive bbl (=1)   or not (=0) 
     174      nn_bbl_adv  =  0        !  advective bbl (=1/2) or not (=0) 
     175      rn_ahtbbl   =  1000.    !  lateral mixing coefficient in the bbl  [m2/s] 
     176      rn_gambbl   =  10.      !  advective bbl coefficient                 [s] 
     177/ 
     178 
     179!!====================================================================== 
     180!!                        Tracer (T & S) namelists                    !! 
     181!!                                                                    !! 
     182!!   nameos           equation of state                                 (default: NO selection) 
     183!!   namtra_adv       advection scheme                                  (default: NO selection) 
     184!!   namtra_adv_mle   mixed layer eddy param. (Fox-Kemper param.)       (default: NO) 
     185!!   namtra_ldf       lateral diffusion scheme                          (default: NO selection) 
     186!!   namtra_eiv       eddy induced velocity param.                      (default: NO) 
     187!!   namtra_dmp       T & S newtonian damping                           (default: NO) 
     188!!====================================================================== 
     189! 
     190!----------------------------------------------------------------------- 
     191&nameos        !   ocean Equation Of Seawater                           (default: NO selection) 
     192!----------------------------------------------------------------------- 
     193   ln_eos80    = .true.          !  = Use EOS80 
     194/ 
     195!----------------------------------------------------------------------- 
     196&namtra_adv    !   advection scheme for tracer                          (default: NO selection) 
    128197!----------------------------------------------------------------------- 
    129198   ln_traadv_ubs = .true. !  UBS scheme 
     
    131200/ 
    132201!----------------------------------------------------------------------- 
    133 &namtra_adv_mle !   mixed layer eddy parametrisation (Fox-Kemper param) 
    134 !----------------------------------------------------------------------- 
    135 / 
    136 !---------------------------------------------------------------------------------- 
    137 &namtra_ldf    !   lateral diffusion scheme for tracers 
    138 !---------------------------------------------------------------------------------- 
    139    !                       !  Operator type: 
     202&namtra_adv_mle !   mixed layer eddy parametrisation (Fox-Kemper)       (default: NO) 
     203!----------------------------------------------------------------------- 
     204   ln_mle      = .true.   ! (T) use the Mixed Layer Eddy (MLE) parameterisation 
     205/ 
     206!----------------------------------------------------------------------- 
     207&namtra_ldf    !   lateral diffusion scheme for tracers                 (default: NO selection) 
     208!----------------------------------------------------------------------- 
    140209   ln_traldf_NONE  =  .true.  !           No operator (no explicit advection) 
    141210/ 
    142 !---------------------------------------------------------------------------------- 
    143 &namtra_ldfeiv !   eddy induced velocity param. 
    144 !---------------------------------------------------------------------------------- 
    145    ln_ldfeiv     =.false.   ! use eddy induced velocity parameterization 
     211!----------------------------------------------------------------------- 
     212&namtra_eiv    !   eddy induced velocity param.                         (default: NO) 
     213!----------------------------------------------------------------------- 
     214   !  not used in this zoom 
    146215/ 
    147216!----------------------------------------------------------------------- 
    148217&namtra_dmp    !   tracer: T & S newtonian damping                      (default: NO) 
    149218!----------------------------------------------------------------------- 
    150    ln_tradmp   =  .false.   !  add a damping termn (T) or not (F) 
    151 / 
    152 !----------------------------------------------------------------------- 
    153 &namdyn_adv    !   formulation of the momentum advection                (default: No selection) 
    154 !----------------------------------------------------------------------- 
    155    ln_dynadv_ubs = .true. !  flux form - 3rd order UBS      scheme 
    156 / 
    157 !----------------------------------------------------------------------- 
    158 &namdyn_vor    !   option of physics/algorithm (not control by CPP keys) 
    159 !----------------------------------------------------------------------- 
    160    ln_dynvor_ens = .true. !  energy conserving scheme 
    161 / 
    162 !----------------------------------------------------------------------- 
    163 &namdyn_hpg    !   Hydrostatic pressure gradient option 
    164 !----------------------------------------------------------------------- 
    165    ln_hpg_sco  = .true.   !  s-coordinate (standard jacobian formulation) 
    166 / 
    167 !----------------------------------------------------------------------- 
    168 &namdyn_spg    !   surface pressure gradient 
     219   !  not used in this zoom 
     220/ 
     221 
     222!!====================================================================== 
     223!!                      ***  Dynamics namelists  ***                  !! 
     224!!                                                                    !! 
     225!!   nam_vvl       vertical coordinate options                          (default: z-star) 
     226!!   namdyn_adv    formulation of the momentum advection                (default: NO selection) 
     227!!   namdyn_vor    advection scheme                                     (default: NO selection) 
     228!!   namdyn_hpg    hydrostatic pressure gradient                        (default: NO selection) 
     229!!   namdyn_spg    surface pressure gradient                            (default: NO selection) 
     230!!   namdyn_ldf    lateral diffusion scheme                             (default: NO selection) 
     231!!   namdta_dyn    offline TOP: dynamics read in files                  (OFF_SRC only) 
     232!!====================================================================== 
     233! 
     234!----------------------------------------------------------------------- 
     235&nam_vvl       !   vertical coordinate options                          (default: z-star) 
     236!----------------------------------------------------------------------- 
     237/ 
     238!----------------------------------------------------------------------- 
     239&namdyn_adv    !   formulation of the momentum advection                (default: NO selection) 
     240!----------------------------------------------------------------------- 
     241   ln_dynadv_ubs = .true.  !  flux form - 3rd order UBS      scheme 
     242/ 
     243!----------------------------------------------------------------------- 
     244&namdyn_vor    !   Vorticity / Coriolis scheme                          (default: NO selection) 
     245!----------------------------------------------------------------------- 
     246   ln_dynvor_ene = .true.  !  energy conserving scheme 
     247/ 
     248!----------------------------------------------------------------------- 
     249&namdyn_hpg    !   Hydrostatic pressure gradient option                 (default: NO selection) 
     250!----------------------------------------------------------------------- 
     251   ln_hpg_sco  = .true.    !  s-coordinate (standard jacobian formulation) 
     252/ 
     253!----------------------------------------------------------------------- 
     254&namdyn_spg    !   surface pressure gradient                            (default: NO selection) 
    169255!----------------------------------------------------------------------- 
    170256   ln_dynspg_ts  = .true.  !  split-explicit free surface 
    171257/ 
    172258!----------------------------------------------------------------------- 
    173 &namdyn_ldf    !   lateral diffusion on momentum 
     259&namdyn_ldf    !   lateral diffusion on momentum                        (default: NO selection) 
    174260!----------------------------------------------------------------------- 
    175261   ln_dynldf_NONE=  .true.    !  No operator (i.e. no explicit diffusion) 
    176262/ 
     263 
    177264!!====================================================================== 
    178265!!                     vertical physics namelists                     !! 
    179 !!====================================================================== 
     266!!                                                                    !! 
     267!!    namzdf        vertical physics manager                            (default: NO selection) 
     268!!    namzdf_ric    richardson number vertical mixing                   (ln_zdfric=T) 
     269!!    namzdf_tke    TKE vertical mixing                                 (ln_zdftke=T) 
     270!!    namzdf_gls    GLS vertical mixing                                 (ln_zdfgls=T) 
     271!!    namzdf_osm    OSM vertical diffusion                              (ln_zdfosm=T) 
     272!!    namzdf_iwm    tidal mixing parameterization                       (ln_zdfiwm=T) 
     273!!====================================================================== 
     274! 
    180275!----------------------------------------------------------------------- 
    181276&namzdf        !   vertical physics                                     (default: NO selection) 
    182277!----------------------------------------------------------------------- 
     278   !                       ! type of vertical closure 
    183279   ln_zdftke   = .true.       !  Turbulent Kinetic Energy closure       (T =>   fill namzdf_tke) 
     280   ! 
     281   !                       ! convection 
    184282   ln_zdfevd   = .true.       !  Enhanced Vertical Diffusion scheme 
     283      nn_evdm  =    0            !  evd apply on tracer (=0) or on tracer and momentum (=1) 
     284      rn_evd   =  100.           !  evd mixing coefficient [m2/s] 
     285   ! 
    185286   ln_zdfddm   = .true.    ! double diffusive mixing 
     287      rn_avts  =    1.e-4     !  maximum avs (vertical mixing on salinity) 
     288      rn_hsbfr =    1.6       !  heat/salt buoyancy flux ratio 
     289   ! 
     290   !                       !  Coefficients 
     291   rn_avm0     =   1.2e-4     !  vertical eddy viscosity   [m2/s]       (background Kz if ln_zdfcst=F) 
     292   rn_avt0     =   1.2e-5     !  vertical eddy diffusivity [m2/s]       (background Kz if ln_zdfcst=F) 
     293   nn_avb      =    0         !  profile for background avt & avm (=1) or not (=0) 
    186294   nn_havtb    =    1         !  horizontal shape for avtb (=1) or not (=0) 
    187295/ 
    188296!----------------------------------------------------------------------- 
    189 &namzdf_tke    !   turbulent eddy kinetic dependent vertical diffusion  
    190 !----------------------------------------------------------------------- 
    191 / 
    192 !----------------------------------------------------------------------- 
    193 &namzdf_iwm    !   tidal mixing parameterization                        (ln_zdfiwm =T) 
    194 !----------------------------------------------------------------------- 
    195 / 
    196 !----------------------------------------------------------------------- 
    197 &nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi) 
    198 !----------------------------------------------------------------------- 
    199 / 
    200 !----------------------------------------------------------------------- 
    201 &namctl        !   Control prints & Benchmark 
    202 !----------------------------------------------------------------------- 
    203 / 
    204 !----------------------------------------------------------------------- 
    205 &namptr       !   Poleward Transport Diagnostic 
    206 !----------------------------------------------------------------------- 
    207 / 
    208 !----------------------------------------------------------------------- 
    209 &namhsb       !  Heat and salt budgets                                  (default F) 
    210 !----------------------------------------------------------------------- 
    211 / 
    212 !----------------------------------------------------------------------- 
    213 &namobs       !  observation usage                                      ('key_diaobs') 
    214 !----------------------------------------------------------------------- 
    215 / 
    216 !----------------------------------------------------------------------- 
    217 &nam_asminc   !   assimilation increments                               ('key_asminc') 
    218 !----------------------------------------------------------------------- 
    219 / 
     297&namzdf_tke    !   turbulent eddy kinetic dependent vertical diffusion  (ln_zdftke =T) 
     298!----------------------------------------------------------------------- 
     299/ 
     300 
     301!!====================================================================== 
     302!!                  ***  Diagnostics namelists  ***                   !! 
     303!!                                                                    !! 
     304!!   namtrd       dynamics and/or tracer trends                         (default NO) 
     305!!   namptr       Poleward Transport Diagnostics                        (default NO) 
     306!!   namhsb       Heat and salt budgets                                 (default NO) 
     307!!   namdiu       Cool skin and warm layer models                       (default NO) 
     308!!   namdiu       Cool skin and warm layer models                       (default NO) 
     309!!   namflo       float parameters                                      ("key_float") 
     310!!   nam_diaharm  Harmonic analysis of tidal constituents               ("key_diaharm") 
     311!!   namdct       transports through some sections                      ("key_diadct") 
     312!!   nam_diatmb   Top Middle Bottom Output                              (default NO) 
     313!!   nam_dia25h   25h Mean Output                                       (default NO) 
     314!!   namnc4       netcdf4 chunking and compression settings             ("key_netcdf4") 
     315!!====================================================================== 
     316! 
     317 
     318!!====================================================================== 
     319!!               ***  Observation & Assimilation  ***                 !! 
     320!!                                                                    !! 
     321!!   namobs       observation and model comparison                      (default: NO) 
     322!!   nam_asminc   assimilation increments                               ('key_asminc') 
     323!!====================================================================== 
     324! 
  • branches/2017/dev_merge_2017/NEMOGCM/CONFIG/AGRIF_NORDIC/EXP00/namelist_cfg

    r9484 r9490  
    11!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
    2 !! NEMO/OPA  Configuration namelist : used to overwrite defaults values defined in SHARED/namelist_ref 
     2!! NEMO/OPA  Configuration namelist : overwrite some defaults values defined in SHARED/namelist_ref 
    33!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
     4!                       ORCA2 - IC3 configuration                      ! 
     5 
     6!!====================================================================== 
     7!!              ***  Domain & Run management namelists  ***           !! 
     8!!                                                                    !! 
     9!!   namrun       parameters of the run 
     10!!   namdom       space and time domain 
     11!!   namcfg       parameters of the configuration                       (default: user defined GYRE) 
     12!!   namwad       Wetting and drying                                    (default NO) 
     13!!   namtsd       data: temperature & salinity                          (default NO) 
     14!!   namcrs       coarsened grid (for outputs and/or TOP)               (ln_crs =T) 
     15!!====================================================================== 
     16! 
    417!----------------------------------------------------------------------- 
    518&namrun        !   parameters of the run 
    619!----------------------------------------------------------------------- 
    7    nn_no       =       0    !  job number (no more used...) 
    8    cn_exp      =  "Nordic"  !  experience name 
    9    nn_it000    =     1      !  first time step 
    10    nn_itend    =    20      !  last  time step (std 5475) 
    11 / 
    12 !----------------------------------------------------------------------- 
    13 &namcfg     !   parameters of the configuration 
     20   cn_exp      =  "ORCA2"  !  experience name 
     21   nn_it000    =       1   !  first time step 
     22   nn_itend    =    10   !  last  time step (std 5475) 
     23   nn_istate   =       1   !  output the initial state (1) or not (0) 
     24/ 
     25!----------------------------------------------------------------------- 
     26&namdom        !   time and space domain 
     27!----------------------------------------------------------------------- 
     28   ln_linssh   = .false.   !  =T  linear free surface  ==>>  model level are fixed in time 
     29   ! 
     30   rn_rdt      = 5760.     !  time step for the dynamics and tracer 
     31/ 
     32!----------------------------------------------------------------------- 
     33&namcfg        !   parameters of the configuration                      (default: user defined GYRE) 
    1434!----------------------------------------------------------------------- 
    1535   ln_read_cfg = .true.    !  (=T) read the domain configuration file 
    16       !                    !  (=F) user defined configuration  ==>>>  see usrdef(_...) modules 
    1736      cn_domcfg = "ORCA_R2_zps_domcfg"    ! domain configuration filename 
    18       !                    !  (=F) user defined configuration  ==>>>  see usrdef(_...) modules 
    19 / 
    20 !----------------------------------------------------------------------- 
    21 &namdom        !   space and time domain (bathymetry, mesh, timestep) 
    22 !----------------------------------------------------------------------- 
    23    ln_linssh   = .false.   !  =T  linear free surface  ==>>  model level are fixed in time 
    24 / 
    25 !----------------------------------------------------------------------- 
    26 &namcrs        !   coarsened grid (for outputs and/or TOP)              (ln_crs =T) 
    27 !----------------------------------------------------------------------- 
    28 / 
    29 !----------------------------------------------------------------------- 
    30 &namtsd        !   data : Temperature  & Salinity 
    31 !----------------------------------------------------------------------- 
    32 / 
     37      ! 
     38      ln_closea    = .false.    !  F => suppress closed seas (defined by closea_mask field)  
     39      !                         !       from the bathymetry at runtime. 
     40/ 
     41!----------------------------------------------------------------------- 
     42&namtsd        !    Temperature & Salinity Data                         (default: NO) 
     43!----------------------------------------------------------------------- 
     44   !                       ! =T  read T-S fields for: 
     45   ln_tsd_init = .true.          !  ocean initialisation 
     46   ln_tsd_dmp  = .true.          !  T-S restoring   (see namtra_dmp) 
     47 
     48   cn_dir = './'     !  root directory for the T-S data location 
     49   !___________!_________________________!___________________!___________!_____________!________!___________!__________________!__________!_______________! 
     50   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask ! 
     51   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   ! 
     52   sn_tem = 'data_1m_potential_temperature_nomask',     -1      ,'votemper',   .true.    , .true. , 'yearly'  ,    ''    ,    ''    ,    '' 
     53   sn_sal = 'data_1m_salinity_nomask'             ,     -1      ,'vosaline',   .true.    , .true. , 'yearly'  ,    ''    ,    ''    ,    '' 
     54/ 
     55 
     56!!====================================================================== 
     57!!            ***  Surface Boundary Condition namelists  ***          !! 
     58!!                                                                    !! 
     59!!   namsbc          surface boundary condition manager                 (default: NO selection) 
     60!!   namsbc_flx      flux               formulation                     (ln_flx     =T) 
     61!!   namsbc_blk      Bulk formulae formulation                          (ln_blk     =T) 
     62!!   namsbc_cpl      CouPLed            formulation                     ("key_oasis3" ) 
     63!!   namsbc_sas      Stand-Alone Surface module                         (SAS_SRC  only) 
     64!!   namtra_qsr      penetrative solar radiation                        (ln_traqsr  =T) 
     65!!   namsbc_rnf      river runoffs                                      (ln_rnf     =T) 
     66!!   namsbc_isf      ice shelf melting/freezing                         (ln_isfcav  =T : read (ln_read_cfg=T) or set or usr_def_zgr ) 
     67!!   namsbc_iscpl    coupling option between land ice model and ocean   (ln_isfcav  =T) 
     68!!   namsbc_apr      Atmospheric Pressure                               (ln_apr_dyn =T) 
     69!!   namsbc_ssr      sea surface restoring term (for T and/or S)        (ln_ssr     =T) 
     70!!   namsbc_wave     external fields from wave model                    (ln_wave    =T) 
     71!!   namberg         iceberg floats                                     (ln_icebergs=T) 
     72!!====================================================================== 
     73! 
    3374!----------------------------------------------------------------------- 
    3475&namsbc        !   Surface Boundary Condition (surface module) 
    3576!----------------------------------------------------------------------- 
    36    nn_fsbc     = 1         !  frequency of surface boundary condition computation 
     77   nn_fsbc     = 1         !  frequency of SBC module call 
     78                           !     (also = the frequency of sea-ice & iceberg model call) 
     79                     ! Type of air-sea fluxes  
    3780   ln_blk      = .true.    !  Bulk formulation                          (T => fill namsbc_blk ) 
     81                     ! Sea-ice : 
     82   nn_ice      = 2         !  =2 or 3 automatically for LIM3 or CICE    ("key_lim3" or "key_cice") 
     83                           !          except in AGRIF zoom where it has to be specified 
     84                     ! Misc. options of sbc :  
     85   ln_traqsr   = .true.    !  Light penetration in the ocean            (T => fill namtra_qsr) 
     86   ln_rnf      = .true.    !  runoffs                                   (T => fill namsbc_rnf) 
     87   ln_ssr      = .true.    !  Sea Surface Restoring on T and/or S       (T => fill namsbc_ssr) 
    3888   nn_fwb      = 0         !  FreshWater Budget: =0 unchecked 
    3989/ 
    4090!----------------------------------------------------------------------- 
    41 &namsbc_blk    !   namsbc_blk  Bulk formulae 
    42 !----------------------------------------------------------------------- 
    43    ln_NCAR     = .true.   ! "NCAR"      algorithm   (Large and Yeager 2008) 
    44 / 
    45 !----------------------------------------------------------------------- 
    46 &namtra_qsr    !   penetrative solar radiation 
    47 !----------------------------------------------------------------------- 
    48    nn_chldta   =      0    !  RGB : Chl data (=1) or cst value (=0) 
    49 / 
    50 !----------------------------------------------------------------------- 
    51 &namsbc_cpl    ! 
    52 !----------------------------------------------------------------------- 
    53 / 
    54 !----------------------------------------------------------------------- 
    55 &namsbc_rnf    !   runoffs namelist surface boundary condition 
    56 !----------------------------------------------------------------------- 
    57 / 
    58 !----------------------------------------------------------------------- 
    59 &namsbc_ssr    !   surface boundary condition : sea surface restoring 
    60 !----------------------------------------------------------------------- 
    61 / 
    62 !----------------------------------------------------------------------- 
    63 &namsbc_alb    !   albedo parameters 
    64 !----------------------------------------------------------------------- 
    65 / 
    66 !----------------------------------------------------------------------- 
    67 &namberg       !   iceberg parameters 
    68 !----------------------------------------------------------------------- 
    69       ln_icebergs              = .false.               ! iceberg floats or not 
    70 / 
     91&namsbc_blk   !   namsbc_blk  generic Bulk formula                      (ln_blk =T) 
     92!----------------------------------------------------------------------- 
     93   !                    !  bulk algorithm : 
     94   ln_NCAR    = .true.     ! "NCAR"      algorithm   (Large and Yeager 2008) 
     95 
     96   cn_dir = './'  !  root directory for the bulk data location 
     97   !___________!_________________________!___________________!___________!_____________!________!___________!______________________________________!__________!_______________! 
     98   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ !          weights filename            ! rotation ! land/sea mask ! 
     99   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                                      ! pairing  !    filename   ! 
     100   sn_wndi     = 'u_10.15JUNE2009_fill'       ,    6         , 'U_10_MOD',   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bicubic_noc.nc'  , 'Uwnd'   , '' 
     101   sn_wndj     = 'v_10.15JUNE2009_fill'       ,    6         , 'V_10_MOD',   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bicubic_noc.nc'  , 'Vwnd'   , '' 
     102   sn_qsr      = 'ncar_rad.15JUNE2009_fill'   ,   24         , 'SWDN_MOD',   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc' , ''       , '' 
     103   sn_qlw      = 'ncar_rad.15JUNE2009_fill'   ,   24         , 'LWDN_MOD',   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc' , ''       , '' 
     104   sn_tair     = 't_10.15JUNE2009_fill'       ,    6         , 'T_10_MOD',   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc' , ''       , '' 
     105   sn_humi     = 'q_10.15JUNE2009_fill'       ,    6         , 'Q_10_MOD',   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc' , ''       , '' 
     106   sn_prec     = 'ncar_precip.15JUNE2009_fill',   -1         , 'PRC_MOD1',   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc' , ''       , '' 
     107   sn_snow     = 'ncar_precip.15JUNE2009_fill',   -1         , 'SNOW'    ,   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc' , ''       , '' 
     108   sn_slp      = 'slp.15JUNE2009_fill'        ,    6         , 'SLP'     ,   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc' , ''       , '' 
     109   sn_tdif     = 'taudif_core'                ,   24         , 'taudif'  ,   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc' , ''       , '' 
     110/ 
     111!----------------------------------------------------------------------- 
     112&namtra_qsr    !   penetrative solar radiation                          (ln_traqsr =T) 
     113!----------------------------------------------------------------------- 
     114   !                       ! type of penetration                        (default: NO selection) 
     115   ln_qsr_rgb  = .true.       !  RGB light penetration (Red-Green-Blue) 
     116   ! 
     117   nn_chldta   =      0       !  RGB : Chl data (=1) or cst value (=0) 
     118 
     119   cn_dir = './'  !  root directory for the chlorophyl data location 
     120   !___________!_________________________!___________________!___________!_____________!________!___________!__________________!__________!_______________! 
     121   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask ! 
     122   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   ! 
     123   sn_chl      ='chlorophyll'            ,        -1         , 'CHLA'    ,   .true.    , .true. , 'yearly'  , ''               , ''       , '' 
     124/ 
     125!----------------------------------------------------------------------- 
     126&namsbc_rnf    !   runoffs                                              (ln_rnf =T) 
     127!----------------------------------------------------------------------- 
     128   ln_rnf_mouth= .true.    !  specific treatment at rivers mouths 
     129      rn_hrnf     =  15.e0    !  depth over which enhanced vertical mixing is used    (ln_rnf_mouth=T) 
     130      rn_avt_rnf  =   1.e-3   !  value of the additional vertical mixing coef. [m2/s] (ln_rnf_mouth=T) 
     131 
     132   cn_dir = './'  !  root directory for the location of the runoff files 
     133   !___________!_____________!___________________!___________!_____________!_________!___________!__________!__________!_______________! 
     134   !           !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
     135   !           !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      ! 
     136   sn_rnf      = 'runoff_core_monthly',    -1    , 'sorunoff',   .true.     , .true. , 'yearly'  , ''       , ''       , '' 
     137   sn_cnf      = 'runoff_core_monthly',     0    , 'socoefr0',   .false.    , .true. , 'yearly'  , ''       , ''       , '' 
     138   sn_s_rnf    = 'runoffs'            ,    24    , 'rosaline',   .true.     , .true. , 'yearly'  , ''       , ''       , '' 
     139   sn_t_rnf    = 'runoffs'            ,    24    , 'rotemper',   .true.     , .true. , 'yearly'  , ''       , ''       , '' 
     140   sn_dep_rnf  = 'runoffs'            ,     0    , 'rodepth' ,   .false.    , .true. , 'yearly'  , ''       , ''       , '' 
     141/ 
     142!----------------------------------------------------------------------- 
     143&namsbc_ssr    !   surface boundary condition : sea surface restoring   (ln_ssr =T) 
     144!----------------------------------------------------------------------- 
     145   nn_sssr     =     2     !  add a damping term to the surface freshwater flux 
     146      rn_deds     =  -166.67  !  magnitude of the damping on salinity   [mm/day] 
     147      ln_sssr_bnd =  .true.   !  flag to bound erp term (associated with nn_sssr=2) 
     148      rn_sssr_bnd =   4.e0    !  ABS(Max/Min) value of the damping erp term [mm/day] 
     149/ 
     150!----------------------------------------------------------------------- 
     151&namberg       !   iceberg parameters                                   (default: No iceberg) 
     152!----------------------------------------------------------------------- 
     153   ln_icebergs = .true.    ! activate iceberg floats (force =F with "key_agrif") 
     154 
     155   cn_dir = './'  !  root directory for the location of drag coefficient files 
     156   !______!___________!___________________!______________!______________!_________!___________!__________!__________!_______________! 
     157   !      ! file name ! frequency (hours) !   variable   ! time interp. !  clim   ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
     158   !      !           !  (if <0  months)  !     name     !   (logical)  !  (T/F ) ! 'monthly' ! filename ! pairing  ! filename      ! 
     159   sn_icb =  'calving',       -1          , 'calving'    ,   .true.     , .true.  , 'yearly'  , ''       , ''       , '' 
     160/ 
     161 
     162!!====================================================================== 
     163!!               ***  Lateral boundary condition  ***                 !! 
     164!!                                                                    !! 
     165!!   namlbc        lateral momentum boundary condition                  (no slip) 
     166!!   namagrif      agrif nested grid ( read by child model only )       ("key_agrif") 
     167!!   nam_tide      Tidal forcing                                        (default: NO) 
     168!!   nambdy        Unstructured open boundaries                         (default: NO) 
     169!!   nambdy_dta    Unstructured open boundaries - external data         (see  nambdy) 
     170!!   nambdy_tide   tidal forcing at open boundaries                     (default: NO) 
     171!!====================================================================== 
     172! 
    71173!----------------------------------------------------------------------- 
    72174&namlbc        !   lateral momentum boundary condition 
    73175!----------------------------------------------------------------------- 
    74 / 
    75 !----------------------------------------------------------------------- 
    76 &namdrg        !   top/bottom friction 
    77 !----------------------------------------------------------------------- 
    78    ln_non_lin = .true. 
     176   rn_shlat    =    2.     !  no slip 
    79177/ 
    80178!----------------------------------------------------------------------- 
    81179&namagrif      !  AGRIF zoom                                            ("key_agrif") 
    82180!----------------------------------------------------------------------- 
     181   ln_spc_dyn    = .true.  !  use 0 as special value for dynamics 
     182   rn_sponge_tra = 2880.   !  coefficient for tracer   sponge layer [m2/s] 
     183   rn_sponge_dyn = 2880.   !  coefficient for dynamics sponge layer [m2/s] 
     184   ln_chk_bathy  = .false. !  =T  check the parent bathymetry 
     185/ 
     186!----------------------------------------------------------------------- 
     187&namdrg        !   top/bottom drag coefficient                          (default: NO selection) 
     188!----------------------------------------------------------------------- 
     189   ln_non_lin = .true.     !  non-linear  drag: Cd = Cd0 |U| 
     190/ 
     191!----------------------------------------------------------------------- 
     192&namdrg_bot    !   BOTTOM friction                                   
     193!----------------------------------------------------------------------- 
    83194/ 
    84195!----------------------------------------------------------------------- 
     
    86197!----------------------------------------------------------------------- 
    87198   ln_trabbc   = .true.    !  Apply a geothermal heating at the ocean bottom 
     199      nn_geoflx   =    2      !  geothermal heat flux: = 2 read variable flux [mW/m2] 
     200 
     201   cn_dir = './'  !  root directory for the geothermal data location 
     202   !___________!_________________________!___________________!___________!_____________!________!___________!__________________!__________!_______________! 
     203   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask ! 
     204   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   ! 
     205   sn_qgh      ='geothermal_heating.nc'  ,       -12.        , 'heatflow',   .false.   , .true. , 'yearly'  ,   ''             ,   ''     ,   '' 
    88206/ 
    89207!----------------------------------------------------------------------- 
     
    91209!----------------------------------------------------------------------- 
    92210   ln_trabbl   = .true.    !  Bottom Boundary Layer parameterisation flag 
    93 / 
    94 !----------------------------------------------------------------------- 
    95 &nameos        !   ocean physical parameters 
    96 !----------------------------------------------------------------------- 
    97    ln_teos10   = .true.         !  = Use TEOS-10 equation of state 
    98 / 
    99 !----------------------------------------------------------------------- 
    100 &namtra_adv    !   advection scheme for tracer                          (default: NO advection) 
     211      nn_bbl_ldf  =  1        !  diffusive bbl (=1)   or not (=0) 
     212      nn_bbl_adv  =  0        !  advective bbl (=1/2) or not (=0) 
     213      rn_ahtbbl   =  1000.    !  lateral mixing coefficient in the bbl  [m2/s] 
     214      rn_gambbl   =  10.      !  advective bbl coefficient                 [s] 
     215/ 
     216 
     217!!====================================================================== 
     218!!                        Tracer (T & S) namelists                    !! 
     219!!                                                                    !! 
     220!!   nameos           equation of state                                 (default: NO selection) 
     221!!   namtra_adv       advection scheme                                  (default: NO selection) 
     222!!   namtra_adv_mle   mixed layer eddy param. (Fox-Kemper param.)       (default: NO) 
     223!!   namtra_ldf       lateral diffusion scheme                          (default: NO selection) 
     224!!   namtra_eiv       eddy induced velocity param.                      (default: NO) 
     225!!   namtra_dmp       T & S newtonian damping                           (default: NO) 
     226!!====================================================================== 
     227! 
     228!----------------------------------------------------------------------- 
     229&nameos        !   ocean Equation Of Seawater                           (default: NO selection) 
     230!----------------------------------------------------------------------- 
     231   ln_eos80    = .true.          !  = Use EOS80 
     232/ 
     233!----------------------------------------------------------------------- 
     234&namtra_adv    !   advection scheme for tracer                          (default: NO selection) 
    101235!----------------------------------------------------------------------- 
    102236   ln_traadv_fct = .true.     !  FCT scheme 
     
    105239/ 
    106240!----------------------------------------------------------------------- 
    107 &namtra_adv_mle !   mixed layer eddy parametrisation (Fox-Kemper param) 
     241&namtra_adv_mle !   mixed layer eddy parametrisation (Fox-Kemper)       (default: NO) 
    108242!----------------------------------------------------------------------- 
    109243   ln_mle      = .true.   ! (T) use the Mixed Layer Eddy (MLE) parameterisation 
    110244/ 
    111 !---------------------------------------------------------------------------------- 
    112 &namtra_ldf    !   lateral diffusion scheme for tracers 
    113 !---------------------------------------------------------------------------------- 
     245!----------------------------------------------------------------------- 
     246&namtra_ldf    !   lateral diffusion scheme for tracers                 (default: NO selection) 
     247!----------------------------------------------------------------------- 
     248   !                       !  Operator type: 
    114249   ln_traldf_lap   =  .true.   !    laplacian operator 
     250   !                       !  Direction of action: 
    115251   ln_traldf_iso   =  .true.   !  iso-neutral (Standard operator) 
    116    ln_traldf_msc   =  .true.   !  Method of Stabilizing Correction (both operators) 
     252   !                       !  Coefficients: 
    117253   nn_aht_ijk_t    = 20        !  space/time variation of eddy coef 
    118 / 
    119 !---------------------------------------------------------------------------------- 
    120 &namtra_ldfeiv !   eddy induced velocity param. 
    121 !---------------------------------------------------------------------------------- 
     254      !                             !   = 20     aht = 1/2  Ud. max(e1,e2) 
     255      rn_Ud        = 0.018          !  lateral diffusive velocity [m/s] (nn_aht_ijk_t= 0, 10, 20, 30) 
     256      rn_Ld        = 200.e+3        !  lateral diffusive length   [m]   (nn_aht_ijk_t= 0, 10) 
     257/ 
     258!----------------------------------------------------------------------- 
     259&namtra_eiv !   eddy induced velocity param.                            (default: NO) 
     260!----------------------------------------------------------------------- 
    122261   ln_ldfeiv     =.true.   ! use eddy induced velocity parameterization 
    123    ln_ldfeiv_dia =.true.   ! diagnose eiv stream function and velocities 
     262      !                        !  Coefficients: 
     263      nn_aei_ijk_t  = 21          ! space/time variation of the eiv coeficient 
     264      !                                !   = 21 F(i,j,t)  =Treguier et al. JPO 1997 formulation 
     265      !                           !  time invariant coefficients:  aei0 = 1/2  Ue*Le  
     266      rn_Ue        = 0.03              !  lateral diffusive velocity [m/s] (nn_aht_ijk_t= 0, 10, 20, 30) 
     267      rn_Le        = 200.e+3           !  lateral diffusive length   [m]   (nn_aht_ijk_t= 0, 10) 
     268      ! 
     269      ln_ldfeiv_dia =.true.   ! diagnose eiv stream function and velocities 
    124270/ 
    125271!----------------------------------------------------------------------- 
    126272&namtra_dmp    !   tracer: T & S newtonian damping                      (default: NO) 
    127273!----------------------------------------------------------------------- 
    128 / 
    129 !----------------------------------------------------------------------- 
    130 &namdyn_adv    !   formulation of the momentum advection                (default: No selection) 
     274   ln_tradmp   =  .true.   !  add a damping term (using resto.nc coef.) 
     275      nn_zdmp  =    0         !  vertical shape =0    damping throughout the water column 
     276/ 
     277 
     278!!====================================================================== 
     279!!                      ***  Dynamics namelists  ***                  !! 
     280!!                                                                    !! 
     281!!   nam_vvl       vertical coordinate options                          (default: z-star) 
     282!!   namdyn_adv    formulation of the momentum advection                (default: NO selection) 
     283!!   namdyn_vor    advection scheme                                     (default: NO selection) 
     284!!   namdyn_hpg    hydrostatic pressure gradient                        (default: NO selection) 
     285!!   namdyn_spg    surface pressure gradient                            (default: NO selection) 
     286!!   namdyn_ldf    lateral diffusion scheme                             (default: NO selection) 
     287!!   namdta_dyn    offline TOP: dynamics read in files                  (OFF_SRC only) 
     288!!====================================================================== 
     289! 
     290!----------------------------------------------------------------------- 
     291&nam_vvl       !   vertical coordinate options                          (default: z-star) 
     292!----------------------------------------------------------------------- 
     293/ 
     294!----------------------------------------------------------------------- 
     295&namdyn_adv    !   formulation of the momentum advection                (default: NO selection) 
    131296!----------------------------------------------------------------------- 
    132297   ln_dynadv_vec = .true.  !  vector form - 2nd centered scheme 
    133 / 
    134 !----------------------------------------------------------------------- 
    135 &namdyn_vor    !   option of physics/algorithm (not control by CPP keys) 
     298     nn_dynkeg     = 0        ! grad(KE) scheme: =0   C2  ;  =1   Hollingsworth correction 
     299/ 
     300!----------------------------------------------------------------------- 
     301&namdyn_vor    !   Vorticity / Coriolis scheme                          (default: NO selection) 
    136302!----------------------------------------------------------------------- 
    137303   ln_dynvor_een = .true.  !  energy & enstrophy scheme 
    138       nn_een_e3f = 0             !  e3f = masked averaging of e3t divided by 4 (=0) or by the sum of mask (=1) 
    139 / 
    140 !----------------------------------------------------------------------- 
    141 &namdyn_hpg    !   Hydrostatic pressure gradient option 
     304      nn_een_e3f = 0          ! =0   e3f = mean masked e3t divided by 4 
     305/ 
     306!----------------------------------------------------------------------- 
     307&namdyn_hpg    !   Hydrostatic pressure gradient option                 (default: NO selection) 
    142308!----------------------------------------------------------------------- 
    143309   ln_hpg_sco  = .true.   !  s-coordinate (standard jacobian formulation) 
    144310/ 
    145311!----------------------------------------------------------------------- 
    146 &namdyn_spg    !   surface pressure gradient 
     312&namdyn_spg    !   surface pressure gradient                            (default: NO selection) 
    147313!----------------------------------------------------------------------- 
    148314   ln_dynspg_ts  = .true.  !  split-explicit free surface 
    149315/ 
    150316!----------------------------------------------------------------------- 
    151 &namdyn_ldf    !   lateral diffusion on momentum 
    152 !----------------------------------------------------------------------- 
     317&namdyn_ldf    !   lateral diffusion on momentum                        (default: NO selection) 
     318!----------------------------------------------------------------------- 
     319   !                       !  Type of the operator : 
    153320   ln_dynldf_lap =  .true.     !    laplacian operator 
     321   !                       !  Direction of action  : 
    154322   ln_dynldf_lev =  .true.     !  iso-level 
     323   !                       !  Coefficient 
    155324   nn_ahm_ijk_t  = -30         !  space/time variation of eddy coef 
    156 / 
     325   !                                !  =-30  read in eddy_viscosity_3D.nc 
     326/ 
     327 
    157328!!====================================================================== 
    158329!!                     vertical physics namelists                     !! 
    159 !!====================================================================== 
     330!!                                                                    !! 
     331!!    namzdf        vertical physics manager                            (default: NO selection) 
     332!!    namzdf_ric    richardson number vertical mixing                   (ln_zdfric=T) 
     333!!    namzdf_tke    TKE vertical mixing                                 (ln_zdftke=T) 
     334!!    namzdf_gls    GLS vertical mixing                                 (ln_zdfgls=T) 
     335!!    namzdf_osm    OSM vertical diffusion                              (ln_zdfosm=T) 
     336!!    namzdf_iwm    tidal mixing parameterization                       (ln_zdfiwm=T) 
     337!!====================================================================== 
     338! 
    160339!----------------------------------------------------------------------- 
    161340&namzdf        !   vertical physics                                     (default: NO selection) 
    162341!----------------------------------------------------------------------- 
     342   !                       ! type of vertical closure 
    163343   ln_zdftke   = .true.       !  Turbulent Kinetic Energy closure       (T =>   fill namzdf_tke) 
     344   ! 
     345   !                       ! convection 
    164346   ln_zdfevd   = .true.       !  Enhanced Vertical Diffusion scheme 
    165    ln_zdfddm   = .true.    ! double diffusive mixing 
     347      nn_evdm  =    0            !  evd apply on tracer (=0) or on tracer and momentum (=1) 
     348      rn_evd   =  100.           !  evd mixing coefficient [m2/s] 
     349   ! 
     350   !                       !  Coefficients 
     351   rn_avm0     =   1.2e-4     !  vertical eddy viscosity   [m2/s]       (background Kz if ln_zdfcst=F) 
     352   rn_avt0     =   1.2e-5     !  vertical eddy diffusivity [m2/s]       (background Kz if ln_zdfcst=F) 
     353   nn_avb      =    0         !  profile for background avt & avm (=1) or not (=0) 
    166354   nn_havtb    =    1         !  horizontal shape for avtb (=1) or not (=0) 
    167355/ 
    168356!----------------------------------------------------------------------- 
    169 &namzdf_tke    !   turbulent eddy kinetic dependent vertical diffusion  
    170 !----------------------------------------------------------------------- 
    171 / 
    172 !----------------------------------------------------------------------- 
    173 &namzdf_iwm    !   tidal mixing parameterization                        (ln_zdfiwm =T) 
    174 !----------------------------------------------------------------------- 
    175 / 
    176 !----------------------------------------------------------------------- 
    177 &nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi) 
    178 !----------------------------------------------------------------------- 
    179 / 
    180 !----------------------------------------------------------------------- 
    181 &namctl        !   Control prints & Benchmark 
    182 !----------------------------------------------------------------------- 
    183 / 
    184 !----------------------------------------------------------------------- 
    185 &namptr       !   Poleward Transport Diagnostic 
    186 !----------------------------------------------------------------------- 
    187 / 
    188 !----------------------------------------------------------------------- 
    189 &namhsb       !  Heat and salt budgets                                  (default F) 
    190 !----------------------------------------------------------------------- 
    191 / 
    192 !----------------------------------------------------------------------- 
    193 &namobs       !  observation usage                                      ('key_diaobs') 
    194 !----------------------------------------------------------------------- 
    195 / 
    196 !----------------------------------------------------------------------- 
    197 &nam_asminc   !   assimilation increments                               ('key_asminc') 
    198 !----------------------------------------------------------------------- 
    199 / 
     357&namzdf_tke    !   turbulent eddy kinetic dependent vertical diffusion  (ln_zdftke =T) 
     358!----------------------------------------------------------------------- 
     359/ 
     360 
     361!!====================================================================== 
     362!!                  ***  Diagnostics namelists  ***                   !! 
     363!!                                                                    !! 
     364!!   namtrd       dynamics and/or tracer trends                         (default NO) 
     365!!   namptr       Poleward Transport Diagnostics                        (default NO) 
     366!!   namhsb       Heat and salt budgets                                 (default NO) 
     367!!   namdiu       Cool skin and warm layer models                       (default NO) 
     368!!   namdiu       Cool skin and warm layer models                       (default NO) 
     369!!   namflo       float parameters                                      ("key_float") 
     370!!   nam_diaharm  Harmonic analysis of tidal constituents               ("key_diaharm") 
     371!!   namdct       transports through some sections                      ("key_diadct") 
     372!!   nam_diatmb   Top Middle Bottom Output                              (default NO) 
     373!!   nam_dia25h   25h Mean Output                                       (default NO) 
     374!!   namnc4       netcdf4 chunking and compression settings             ("key_netcdf4") 
     375!!====================================================================== 
     376! 
     377 
     378!!====================================================================== 
     379!!               ***  Observation & Assimilation  ***                 !! 
     380!!                                                                    !! 
     381!!   namobs       observation and model comparison                      (default: NO) 
     382!!   nam_asminc   assimilation increments                               ('key_asminc') 
     383!!====================================================================== 
     384! 
  • branches/2017/dev_merge_2017/NEMOGCM/CONFIG/AMM12/EXP00/namelist_cfg

    r9356 r9490  
    11!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
    2 !! NEMO/OPA  : AMM12 configuration namelist used to overwrite defaults values defined in SHARED/namelist_ref 
     2!! NEMO/OPA  : AMM12 namelist - overwrite some defaults values defined in SHARED/namelist_ref 
    33!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
     4!                          AMM12 configuration                         ! 
     5 
     6!!====================================================================== 
     7!!              ***  Domain & Run management namelists  ***           !! 
     8!!                                                                    !! 
     9!!   namrun       parameters of the run 
     10!!   namdom       space and time domain 
     11!!   namcfg       parameters of the configuration                       (default: user defined GYRE) 
     12!!   namwad       Wetting and drying                                    (default NO) 
     13!!   namtsd       data: temperature & salinity                          (default NO) 
     14!!   namcrs       coarsened grid (for outputs and/or TOP)               (ln_crs =T) 
     15!!====================================================================== 
     16! 
    417!----------------------------------------------------------------------- 
    518&namrun        !   parameters of the run 
     
    1831/ 
    1932!----------------------------------------------------------------------- 
     33&namdom        !   time and space domain 
     34!----------------------------------------------------------------------- 
     35   rn_rdt      =   600.    !  time step for the dynamics (and tracer if nn_acc=0) 
     36/ 
     37!----------------------------------------------------------------------- 
    2038&namcfg        !   parameters of the configuration                      (default: user defined GYRE) 
    2139!----------------------------------------------------------------------- 
    2240   ln_read_cfg = .true.   !  (=T) read the domain configuration file 
    23       !                   !  (=F) user defined configuration  ==>>>  see usrdef(_...) modules 
    24    cn_domcfg   = "AMM_R12_sco_domcfg"     ! domain configuration filename 
    25 / 
    26 !----------------------------------------------------------------------- 
    27 &namdom        !   time and space domain 
    28 !----------------------------------------------------------------------- 
    29    rn_rdt      =   600.    !  time step for the dynamics (and tracer if nn_acc=0) 
    30 / 
    31 !----------------------------------------------------------------------- 
    32 &namtsd        !   data : Temperature  & Salinity 
    33 !----------------------------------------------------------------------- 
    34    ln_tsd_init   = .false.   !  Initialisation of ocean T & S with T &S input data (T) or not (F) 
    35    ln_tsd_tradmp = .false.   !  damping of ocean T & S toward T &S input data (T) or not (F) 
    36 / 
    37 !----------------------------------------------------------------------- 
    38 &namwad        !   Wetting and drying  default is no WAD 
    39 !----------------------------------------------------------------------- 
    40 / 
    41 !----------------------------------------------------------------------- 
    42 &namcrs        !   coarsened grid (for outputs and/or TOP)              (ln_crs =T) 
    43 !----------------------------------------------------------------------- 
    44 / 
    45 !----------------------------------------------------------------------- 
    46 &namc1d        !   1D configuration options                             ("key_c1d") 
    47 !----------------------------------------------------------------------- 
    48 / 
    49 !----------------------------------------------------------------------- 
    50 &namc1d_dyndmp !   U & V newtonian damping                              ("key_c1d") 
    51 !----------------------------------------------------------------------- 
    52 / 
    53 !----------------------------------------------------------------------- 
    54 &namc1d_uvd    !   data: U & V currents                                 ("key_c1d") 
    55 !----------------------------------------------------------------------- 
    56 / 
    57 !----------------------------------------------------------------------- 
    58 &namsbc        !   Surface Boundary Condition (surface module) 
    59 !----------------------------------------------------------------------- 
    60    nn_fsbc     = 1         !  frequency of surface boundary condition computation 
    61                            !     (also = the frequency of sea-ice model call) 
    62    ln_flx      = .true.    !  flux formulation                          (T => fill namsbc_flx ) 
    63    ln_blk      = .false.   !  Bulk formulation                          (T => fill namsbc_blk ) 
    64    nn_ice      = 0         !  =0 no ice boundary condition 
    65    ln_ssr      = .false.   !  Sea Surface Restoring on T and/or S       (T => fill namsbc_ssr) 
    66    nn_fwb      = 0         !  FreshWater Budget: =0 unchecked 
    67    ln_apr_dyn  = .false.   !  Patm gradient added in ocean & ice Eqs.   (T => fill namsbc_apr ) 
    68    ln_traqsr   = .false.   !  Light penetration (T) or not (F) 
     41      cn_domcfg = "AMM_R12_sco_domcfg" ! domain configuration filename 
     42/ 
     43 
     44!!====================================================================== 
     45!!            ***  Surface Boundary Condition namelists  ***          !! 
     46!!                                                                    !! 
     47!!   namsbc          surface boundary condition manager                 (default: NO selection) 
     48!!   namsbc_flx      flux               formulation                     (ln_flx     =T) 
     49!!   namsbc_blk      Bulk formulae formulation                          (ln_blk     =T) 
     50!!   namsbc_cpl      CouPLed            formulation                     ("key_oasis3" ) 
     51!!   namsbc_sas      Stand-Alone Surface module                         (SAS_SRC  only) 
     52!!   namsbc_iif      Ice-IF: use observed ice cover                     (nn_ice = 1   ) 
     53!!   namtra_qsr      penetrative solar radiation                        (ln_traqsr  =T) 
     54!!   namsbc_ssr      sea surface restoring term (for T and/or S)        (ln_ssr     =T) 
     55!!   namsbc_rnf      river runoffs                                      (ln_rnf     =T) 
     56!!   namsbc_apr      Atmospheric Pressure                               (ln_apr_dyn =T) 
     57!!   namsbc_isf      ice shelf melting/freezing                         (ln_isfcav  =T : read (ln_read_cfg=T) or set or usr_def_zgr ) 
     58!!   namsbc_iscpl    coupling option between land ice model and ocean   (ln_isfcav  =T) 
     59!!   namsbc_wave     external fields from wave model                    (ln_wave    =T) 
     60!!   namberg         iceberg floats                                     (ln_icebergs=T) 
     61!!====================================================================== 
     62! 
     63!----------------------------------------------------------------------- 
     64&namsbc        !   Surface Boundary Condition (surface module)          (default: NO selection) 
     65!----------------------------------------------------------------------- 
     66   nn_fsbc     = 1         !  frequency of SBC module call 
     67   ln_flx      = .true.    !  flux formulation                          (T => fill namsbc_flx) 
     68   ln_traqsr   = .true.    !  Light penetration in the ocean            (T => fill namtra_qsr) 
     69   ln_ssr      = .true.    !  Sea Surface Restoring on T and/or S       (T => fill namsbc_ssr) 
     70   ln_rnf      = .true.    !  runoffs                                   (T => fill namsbc_rnf) 
     71   ln_apr_dyn  = .true.    !  Patm gradient added in ocean & ice Eqs.   (T => fill namsbc_apr ) 
    6972/ 
    7073!----------------------------------------------------------------------- 
    7174&namsbc_flx    !   surface boundary condition : flux formulation 
    7275!----------------------------------------------------------------------- 
     76   cn_dir      = './fluxes/'  !  root directory for the fluxes data location 
     77   !___________!_________________________!___________________!___________!_____________!________!___________!__________________!__________!_______________! 
     78   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask ! 
     79   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   ! 
     80   sn_utau     = 'amm12_utau'            ,          1        , 'utau'    ,  .false.    , .false., 'daily'   ,  ''              ,  ''      , '' 
     81   sn_vtau     = 'amm12_vtau'            ,          1        , 'vtau'    ,  .false.    , .false., 'daily'   ,  ''              ,  ''      , '' 
     82   sn_qtot     = 'amm12_flx'             ,          3        , 'sonsfldo',  .true.     , .false., 'daily'   ,  ''              ,  ''      , '' 
     83   sn_qsr      = 'amm12_flx'             ,          3        , 'soshfldo',  .true.     , .false., 'daily'   ,  ''              ,  ''      , '' 
     84   sn_emp      = 'amm12_flx'             ,          3        , 'sowafldo',  .true.     , .false., 'daily'   ,  ''              ,  ''      , '' 
     85/ 
     86!----------------------------------------------------------------------- 
     87&namtra_qsr    !   penetrative solar radiation                          (ln_traqsr =T) 
     88!----------------------------------------------------------------------- 
     89   ln_qsr_rgb  = .true.      !  RGB light penetration (Red-Green-Blue) 
     90   nn_chldta   =      0      !  RGB : Chl data (=1) or cst value (=0) 
     91/ 
     92!----------------------------------------------------------------------- 
     93&namsbc_ssr    !   surface boundary condition : sea surface restoring   (ln_ssr =T) 
     94!----------------------------------------------------------------------- 
     95   nn_sstr     =     1     !  add a retroaction term in the surface heat       flux (=1) or not (=0) 
     96   nn_sssr     =     0     !  add a damping     term in the surface freshwater flux (=2) 
     97                           !  or to SSS only (=1) or no damping term (=0) 
     98   rn_deds     =  -27.7    !  magnitude of the damping on salinity   [mm/day] 
     99 
     100   cn_dir      = 'fluxes/' !  root directory for the location of the runoff files 
    73101!          !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
    74102!          !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      ! 
    75    sn_utau = 'amm12_utau',          1        , 'utau'    ,  .false.     , .false., 'daily'   ,  ''      ,  ''      , '' 
    76    sn_vtau = 'amm12_vtau',          1        , 'vtau'    ,  .false.     , .false., 'daily'   ,  ''      ,  ''      , '' 
    77    sn_qtot = 'amm12_flx' ,          3        , 'sonsfldo',  .true.      , .false., 'daily'   ,  ''      ,  ''      , '' 
    78    sn_qsr  = 'amm12_flx' ,          3        , 'soshfldo',  .true.      , .false., 'daily'   ,  ''      ,  ''      , '' 
    79    sn_emp  = 'amm12_flx' ,          3        , 'sowafldo',  .true.      , .false., 'daily'   ,  ''      ,  ''      , '' 
    80    cn_dir  = './fluxes/'        !  root directory for the location of the flux files 
    81 / 
    82 !----------------------------------------------------------------------- 
    83 &namsbc_blk   !   namsbc_blk  generic Bulk formula                      (ln_blk =T) 
    84 !----------------------------------------------------------------------- 
    85 / 
    86 !----------------------------------------------------------------------- 
    87 &namsbc_cpl    !   coupled ocean/atmosphere model                       ("key_oasis3") 
    88 !----------------------------------------------------------------------- 
    89 / 
    90 !----------------------------------------------------------------------- 
    91 &namsbc_sas    !   Stand-Alone Surface boundary condition 
    92 !----------------------------------------------------------------------- 
    93 / 
    94 !----------------------------------------------------------------------- 
    95 &namsbc_iif    !   Ice-IF : use observed ice cover                      (nn_ice = 1) 
    96 !----------------------------------------------------------------------- 
    97 / 
    98 !----------------------------------------------------------------------- 
    99 &namtra_qsr    !   penetrative solar radiation                          (ln_traqsr =T) 
    100 !----------------------------------------------------------------------- 
    101    nn_chldta   =      0    !  RGB : Chl data (=1) or cst value (=0) 
    102 / 
    103 !----------------------------------------------------------------------- 
    104 &namsbc_rnf    !   runoffs namelist surface boundary condition          (ln_rnf =T) 
    105 !----------------------------------------------------------------------- 
    106 !          !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
    107 !          !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      ! 
    108    sn_rnf      = 'amm12_rivers'       ,        24         , 'rorunoff',   .false.    , .true. , 'yearly'  , ''       , ''  , '' 
    109    sn_cnf      = 'runoff_1m_nomask'   ,         0         , 'socoefr0',   .false.    , .true. , 'yearly'  , ''       , ''  , '' 
    110    sn_s_rnf    = 'amm12_rivers'       ,        24         , 'rosaline',   .false.    , .true. , 'yearly'  , ''       , ''  , '' 
    111    sn_t_rnf    = 'amm12_rivers'       ,        24         , 'rotemper',   .false.    , .true. , 'yearly'  , ''       , ''  , '' 
    112    sn_dep_rnf  = 'amm12_rivers'       ,        24         , 'rodepth' ,   .false.    , .true. , 'yearly'  , ''       , ''  , '' 
     103   sn_sst      = 'amm12_sstref'    ,        24         ,  'sst'     ,     .true.     , .false. , 'daily'   , .false. , ''       , '' , '' 
     104   sn_sss      = 'sss_data'        ,        -1         ,  'sss'     ,     .true.     , .true.  , 'yearly'  , .false. , ''       , '' , '' 
     105/ 
     106!----------------------------------------------------------------------- 
     107&namsbc_rnf    !   runoffs                                              (ln_rnf =T) 
     108!----------------------------------------------------------------------- 
    113109   ln_rnf_mouth = .false.   !  specific treatment at rivers mouths 
    114110   ln_rnf_depth = .true.    !  read in depth information for runoff 
    115111   ln_rnf_tem   = .true.    !  read in temperature information for runoff 
    116112   ln_rnf_sal   = .true.    !  read in salinity information for runoff 
    117 / 
    118 !----------------------------------------------------------------------- 
    119 &namsbc_isf    !  Top boundary layer (ISF)                              (nn_isf >0) 
    120 !----------------------------------------------------------------------- 
    121 / 
    122 !----------------------------------------------------------------------- 
    123 &namsbc_iscpl  !   land ice / ocean coupling option                      
    124 !----------------------------------------------------------------------- 
     113 
     114   cn_dir = './'  !  root directory for the flux data location 
     115   !___________!_________________________!___________________!___________!_____________!________!___________!______________________________________!__________!_______________! 
     116   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ !          weights filename            ! rotation ! land/sea mask ! 
     117   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                                      ! pairing  !    filename   ! 
     118   sn_rnf      = 'amm12_rivers'          ,        24         , 'rorunoff',   .false.   , .true. , 'yearly'  , ''                                   , ''       , '' 
     119   sn_cnf      = 'runoff_1m_nomask'      ,         0         , 'socoefr0',   .false.   , .true. , 'yearly'  , ''                                   , ''       , '' 
     120   sn_s_rnf    = 'amm12_rivers'          ,        24         , 'rosaline',   .false.   , .true. , 'yearly'  , ''                                   , ''       , '' 
     121   sn_t_rnf    = 'amm12_rivers'          ,        24         , 'rotemper',   .false.   , .true. , 'yearly'  , ''                                   , ''       , '' 
     122   sn_dep_rnf  = 'amm12_rivers'          ,        24         , 'rodepth' ,   .false.   , .true. , 'yearly'  , ''                                   , ''       , '' 
    125123/ 
    126124!----------------------------------------------------------------------- 
    127125&namsbc_apr    !   Atmospheric pressure used as ocean forcing           (ln_apr_dyn =T) 
    128126!----------------------------------------------------------------------- 
    129 !          !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
    130 !          !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      ! 
    131    sn_apr     = 'amm12_mslp'     ,          1        ,  'p_msl'      , .false.      , .false. , 'daily'   ,  ''      ,  ''  , '' 
    132  
    133    cn_dir      = './fluxes/' !  root directory for the location of the bulk files 
    134    rn_pref     = 101000.     !  reference atmospheric pressure   [N/m2]/ 
    135    ln_ref_apr  = .false.    !  ref. pressure: global mean Patm (T) or a constant (F) 
     127   rn_pref     = 101000.   !  reference atmospheric pressure   [N/m2] 
     128   ln_ref_apr  = .false.   !  ref. pressure: global mean Patm (T) or a constant (F) 
    136129   ln_apr_obc  = .true.    !  inverse barometer added to OBC ssh data 
    137 / 
    138 !----------------------------------------------------------------------- 
    139 &namsbc_ssr    !   surface boundary condition : sea surface restoring   (ln_ssr =T) 
    140 !----------------------------------------------------------------------- 
    141 !          !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
    142 !          !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      ! 
    143    sn_sst      = 'amm12_sstref'    ,        24         ,  'sst'     ,     .true.     , .false. , 'daily'   , .false. , ''       , '' , '' 
    144    sn_sss      = 'sss_data'        ,        -1         ,  'sss'     ,     .true.     , .true.  , 'yearly'  , .false. , ''       , '' , '' 
    145  
    146    cn_dir      = 'fluxes/' !  root directory for the location of the runoff files 
    147    nn_sstr     =     1     !  add a retroaction term in the surface heat       flux (=1) or not (=0) 
    148    nn_sssr     =     0     !  add a damping     term in the surface freshwater flux (=2) 
    149                            !  or to SSS only (=1) or no damping term (=0) 
    150    rn_deds     =  -27.7    !  magnitude of the damping on salinity   [mm/day] 
    151 / 
    152 !----------------------------------------------------------------------- 
    153 &namsbc_wave   ! External fields from wave model                        (ln_wave=T) 
    154 !----------------------------------------------------------------------- 
    155 / 
    156 !----------------------------------------------------------------------- 
    157 &namberg       !   iceberg parameters                                   (default: No iceberg) 
    158 !----------------------------------------------------------------------- 
    159 / 
    160 !----------------------------------------------------------------------- 
    161 &namlbc        !   lateral momentum boundary condition 
    162 !----------------------------------------------------------------------- 
    163    rn_shlat    =     0     !  shlat = 0  !  0 < shlat < 2  !  shlat = 2  !  2 < shlat 
    164                            !  free slip  !   partial slip  !   no slip   ! strong slip 
    165 / 
    166 !----------------------------------------------------------------------- 
    167 &namagrif      !  AGRIF zoom                                            ("key_agrif") 
    168 !----------------------------------------------------------------------- 
    169 / 
    170 !----------------------------------------------------------------------- 
    171 &nam_tide      !   tide parameters 
    172 !----------------------------------------------------------------------- 
    173    ln_tide     = .true. 
     130 
     131   cn_dir = './fluxes/'    !  root directory for the Patm data location 
     132   !___________!_________________________!___________________!___________!_____________!________!___________!__________________!__________!_______________! 
     133   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask ! 
     134   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   ! 
     135   sn_apr      = 'amm12_mslp'            ,          1        ,'p_msl'    ,   .false.   , .false., 'daily'  ,    ''            ,    ''    ,      '' 
     136/ 
     137 
     138!!====================================================================== 
     139!!               ***  Lateral boundary condition  ***                 !! 
     140!!                                                                    !! 
     141!!   namlbc        lateral momentum boundary condition                  (no slip) 
     142!!   namagrif      agrif nested grid ( read by child model only )       ("key_agrif") 
     143!!   nam_tide      Tidal forcing                                        (default: NO) 
     144!!   nambdy        Unstructured open boundaries                         (default: NO) 
     145!!   nambdy_dta    Unstructured open boundaries - external data         (see  nambdy) 
     146!!   nambdy_tide   tidal forcing at open boundaries                     (default: NO) 
     147!!====================================================================== 
     148! 
     149!----------------------------------------------------------------------- 
     150&namlbc        !   lateral momentum boundary condition                  (default: no slip) 
     151!----------------------------------------------------------------------- 
     152   rn_shlat    =     0     !  free slip 
     153/ 
     154!----------------------------------------------------------------------- 
     155&nam_tide      !   tide parameters                                      (default: NO) 
     156!----------------------------------------------------------------------- 
     157   ln_tide     = .true.    ! Activate tides 
     158      ln_tide_pot   = .true.  !  use tidal potential forcing 
     159 
    174160   clname(1)     =   'Q1'   !  name of constituent 
    175161   clname(2)     =   'O1' 
     
    189175/ 
    190176!----------------------------------------------------------------------- 
    191 &nambdy        !  unstructured open boundaries                           
    192 !----------------------------------------------------------------------- 
    193     ln_bdy         = .true. 
    194     nb_bdy         =  1 
    195     cn_dyn2d       = 'flather' 
    196     nn_dyn2d_dta   =  3 
    197     cn_tra         =  'frs' 
    198     nn_tra_dta    =   1  
     177&nambdy        !  unstructured open boundaries                          (default: NO) 
     178!----------------------------------------------------------------------- 
     179    ln_bdy     = .true.   !  Use unstructured open boundaries 
     180    nb_bdy     =  1       !  number of open boundary sets 
     181    ! 
     182    cn_dyn2d     = 'flather' 
     183    nn_dyn2d_dta =  3 
     184    cn_tra       =  'frs' 
     185    nn_tra_dta   =   1  
    199186/ 
    200187!----------------------------------------------------------------------- 
    201188&nambdy_dta    !  open boundaries - external data                        
    202189!----------------------------------------------------------------------- 
    203 !          !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
    204 !          !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      ! 
    205    bn_ssh =     'amm12_bdyT_dyn2d' ,         24        , 'sossheig' ,     .true.     , .false. ,  'daily'  ,    ''    ,   ''  , '' 
    206    bn_u2d =     'amm12_bdyU_dyn2d' ,         24        , 'vobtcrtx' ,     .true.     , .false. ,  'daily'  ,    ''    ,   ''  , '' 
    207    bn_v2d =     'amm12_bdyV_dyn2d' ,         24        , 'vobtcrty' ,     .true.     , .false. ,  'daily'  ,    ''    ,   ''  , '' 
    208    bn_u3d  =    'amm12_bdyU_dyn3d' ,         24        , 'vozocrtx' ,     .true.     , .false. ,  'daily'  ,    ''    ,   ''  , '' 
    209    bn_v3d  =    'amm12_bdyV_dyn3d' ,         24        , 'vomecrty' ,     .true.     , .false. ,  'daily'  ,    ''    ,   ''  , '' 
    210    bn_tem  =    'amm12_bdyT_tra'   ,         24        , 'votemper' ,     .true.     , .false. ,  'daily'  ,    ''    ,   ''  , '' 
    211    bn_sal  =    'amm12_bdyT_tra'   ,         24        , 'vosaline' ,     .true.     , .false. ,  'daily'  ,    ''    ,   ''  , '' 
     190   ln_full_vel = .false. 
     191 
    212192   cn_dir  =    './bdydta/' 
    213    ln_full_vel = .false. 
     193   !___________!_________________________!___________________!___________!_____________!________!___________!__________________!__________!_______________! 
     194   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask ! 
     195   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   ! 
     196   bn_ssh      = 'amm12_bdyT_dyn2d'      ,         24        , 'sossheig',    .true.   , .false.,  'daily'  ,    ''            ,   ''     , '' 
     197   bn_u2d      = 'amm12_bdyU_dyn2d'      ,         24        , 'vobtcrtx',    .true.   , .false.,  'daily'  ,    ''            ,   ''     , '' 
     198   bn_v2d      = 'amm12_bdyV_dyn2d'      ,         24        , 'vobtcrty',    .true.   , .false.,  'daily'  ,    ''            ,   ''     , '' 
     199   bn_u3d      = 'amm12_bdyU_dyn3d'      ,         24        , 'vozocrtx',    .true.   , .false.,  'daily'  ,    ''            ,   ''     , '' 
     200   bn_v3d      = 'amm12_bdyV_dyn3d'      ,         24        , 'vomecrty',    .true.   , .false.,  'daily'  ,    ''            ,   ''     , '' 
     201   bn_tem      = 'amm12_bdyT_tra'        ,         24        , 'votemper',    .true.   , .false.,  'daily'  ,    ''            ,   ''     , '' 
     202   bn_sal      = 'amm12_bdyT_tra'        ,         24        , 'vosaline',    .true.   , .false.,  'daily'  ,    ''            ,   ''     , '' 
    214203/ 
    215204!----------------------------------------------------------------------- 
     
    218207   filtide      = 'bdydta/amm12_bdytide_'         !  file name root of tidal forcing files 
    219208/ 
     209 
     210!!====================================================================== 
     211!!                ***  Top/Bottom boundary condition  ***             !! 
     212!!                                                                    !! 
     213!!   namdrg        top/bottom drag coefficient                          (default: NO selection) 
     214!!   namdrg_top    top    friction                                      (ln_NONE=F & ln_isfcav=T) 
     215!!   namdrg_bot    bottom friction                                      (ln_NONE=F) 
     216!!   nambbc        bottom temperature boundary condition                (default: NO) 
     217!!   nambbl        bottom boundary layer scheme                         (default: NO) 
     218!!====================================================================== 
     219! 
    220220!----------------------------------------------------------------------- 
    221221&namdrg        !   top/bottom drag coefficient                          (default: NO selection) 
    222222!----------------------------------------------------------------------- 
    223    ln_NONE    = .false.    !  free-slip       : Cd = 0                  (F => fill namdrg_bot 
    224    ln_lin     = .false.    !      linear  drag: Cd = Cd0 Uc0                   &   namdrg_top) 
    225    ln_non_lin = .false.    !  non-linear  drag: Cd = Cd0 |U| 
    226223   ln_loglayer= .true.     !  logarithmic drag: Cd = vkarmn/log(z/z0) |U| 
    227    ! 
    228    ln_drgimp  = .true.     !  implicit top/bottom friction flag 
    229 / 
    230 !----------------------------------------------------------------------- 
    231 &namdrg_top    !   TOP friction                                         (ln_isfcav=T) 
    232 !----------------------------------------------------------------------- 
    233224/ 
    234225!----------------------------------------------------------------------- 
     
    240231   rn_ke0     =  0.0e0    !  background kinetic energy  [m2/s2] (non-linear cases) 
    241232   rn_z0      =  0.003    !  roughness [m]  (ln_loglayer=T) 
    242    ln_boost   = .false.   !  =T regional boost of Cd0 ; =F constant 
    243    rn_boost   =  50.      !  local boost factor  [-] 
    244 / 
    245 !----------------------------------------------------------------------- 
    246 &nambbc        !   bottom temperature boundary condition                (default: NO) 
    247 !----------------------------------------------------------------------- 
    248 / 
    249 !----------------------------------------------------------------------- 
    250 &nambbl        !   bottom boundary layer scheme                         (default: NO) 
    251 !----------------------------------------------------------------------- 
    252 / 
    253 !----------------------------------------------------------------------- 
    254 &nameos        !   ocean Equation Of Seawater                           (default: NO) 
     233/ 
     234 
     235!!====================================================================== 
     236!!                        Tracer (T & S) namelists                    !! 
     237!!                                                                    !! 
     238!!   nameos           equation of state                                 (default: NO selection) 
     239!!   namtra_adv       advection scheme                                  (default: NO selection) 
     240!!   namtra_ldf       lateral diffusion scheme                          (default: NO selection) 
     241!!   namtra_adv_mle   mixed layer eddy param. (Fox-Kemper param.)       (default: NO) 
     242!!   namtra_eiv       eddy induced velocity param.                      (default: NO) 
     243!!   namtra_dmp       T & S newtonian damping                           (default: NO) 
     244!!====================================================================== 
     245! 
     246!----------------------------------------------------------------------- 
     247&nameos        !   ocean Equation Of Seawater                           (default: NO selection) 
    255248!----------------------------------------------------------------------- 
    256249   ln_teos10   = .true.         !  = Use TEOS-10 equation of state 
     
    259252&namtra_adv    !   advection scheme for tracer                          (default: NO selection) 
    260253!----------------------------------------------------------------------- 
    261    ln_traadv_fct =  .true.   !  FCT scheme 
     254   ln_traadv_fct = .true.     !  FCT scheme 
    262255      nn_fct_h   =  2               !  =2/4, horizontal 2nd / 4th order  
    263256      nn_fct_v   =  2               !  =2/4, vertical   2nd / COMPACT 4th order  
    264257/ 
    265258!----------------------------------------------------------------------- 
    266 &namtra_adv_mle !   mixed layer eddy parametrisation (Fox-Kemper param) (default: NO) 
    267 !----------------------------------------------------------------------- 
    268 / 
    269 !----------------------------------------------------------------------- 
    270259&namtra_ldf    !   lateral diffusion scheme for tracers                 (default: NO selection) 
    271260!----------------------------------------------------------------------- 
    272    !                       !  Operator type: 
    273    ln_traldf_NONE  = .false.   !           No operator (no explicit diffusion) 
    274261   ln_traldf_lap   =  .true.   !    laplacian operator 
    275    ln_traldf_blp   =  .false.  !  bilaplacian operator 
    276    !                       !  Direction of action: 
    277    ln_traldf_lev   =  .false.  !  iso-level 
    278262   ln_traldf_hor   =  .true.   !  horizontal (geopotential) 
    279    ln_traldf_iso   =  .false.  !  iso-neutral 
    280    ln_traldf_triad =  .false.  !  iso-neutral using Griffies triads 
    281    ! 
    282    !                       !  iso-neutral options:         
    283    ln_traldf_msc   =  .true.   !  Method of Stabilizing Correction (both operators) 
    284    rn_slpmax       =   0.01    !  slope limit                      (both operators) 
    285    ln_triad_iso    =  .false.  !  pure horizontal mixing in ML     (triad only) 
    286    rn_sw_triad     =  1        !  =1 switching triad ; =0 all 4 triads used (triad only) 
    287    ln_botmix_triad =  .false.  !  lateral mixing on bottom         (triad only) 
    288    ! 
    289263   !                       !  Coefficients: 
    290    nn_aht_ijk_t    = 0         !  space/time variation of eddy coef 
    291    !                                !   =-20 (=-30)    read in eddy_diffusivity_2D.nc (..._3D.nc) file 
    292    !                                !   =  0           constant  
    293    !                                !   = 10 F(k)      =ldf_c1d  
    294    !                                !   = 20 F(i,j)    =ldf_c2d  
    295    !                                !   = 21 F(i,j,t)  =Treguier et al. JPO 1997 formulation 
    296    !                                !   = 30 F(i,j,k)  =ldf_c2d + ldf_c1d 
    297    !                                !   = 31 F(i,j,k,t)=F(local velocity) 
    298    rn_aht_0        =   50.     !  lateral eddy diffusivity   (lap. operator) [m2/s] 
    299    rn_bht_0        = 1.e+12    !  lateral eddy diffusivity (bilap. operator) [m4/s] 
    300 / 
    301 !----------------------------------------------------------------------- 
    302 &namtra_ldfeiv !   eddy induced velocity param.                         (default: NO) 
    303 !----------------------------------------------------------------------- 
    304    ln_ldfeiv     =.false.   ! use eddy induced velocity parameterization 
    305 / 
    306 !----------------------------------------------------------------------- 
    307 &namtra_dmp    !   tracer: T & S newtonian damping                      (default: NO) 
    308 !----------------------------------------------------------------------- 
    309    ln_tradmp   =  .false.  !  add a damping termn (T) or not (F) 
    310 / 
     264   nn_aht_ijk_t    = 0         !  =  0   constant = 1/2  Ud*Ld   (lap case)  
     265      rn_Ud        = 0.01           !  lateral diffusive velocity [m/s] (nn_aht_ijk_t= 0, 10, 20, 30) 
     266      rn_Ld        = 10.e+3         !  lateral diffusive length   [m]   (nn_aht_ijk_t= 0, 10) 
     267/ 
     268 
     269!!====================================================================== 
     270!!                      ***  Dynamics namelists  ***                  !! 
     271!!                                                                    !! 
     272!!   nam_vvl       vertical coordinate options                          (default: z-star) 
     273!!   namdyn_adv    formulation of the momentum advection                (default: NO selection) 
     274!!   namdyn_vor    advection scheme                                     (default: NO selection) 
     275!!   namdyn_hpg    hydrostatic pressure gradient                        (default: NO selection) 
     276!!   namdyn_spg    surface pressure gradient                            (default: NO selection) 
     277!!   namdyn_ldf    lateral diffusion scheme                             (default: NO selection) 
     278!!   namdta_dyn    offline TOP: dynamics read in files                  (OFF_SRC only) 
     279!!====================================================================== 
     280! 
    311281!----------------------------------------------------------------------- 
    312282&nam_vvl       !   vertical coordinate options                          (default: z-star) 
     
    320290/ 
    321291!----------------------------------------------------------------------- 
    322 &namdyn_vor    !   Vorticity / Coriolis scheme                          (default: NO) 
    323 !----------------------------------------------------------------------- 
    324    ln_dynvor_ene = .false. !  enstrophy conserving scheme 
    325    ln_dynvor_ens = .false. !  energy conserving scheme 
    326    ln_dynvor_mix = .false. !  mixed scheme 
     292&namdyn_vor    !   Vorticity / Coriolis scheme                          (default: NO selection) 
     293!----------------------------------------------------------------------- 
    327294   ln_dynvor_een = .true.  !  energy & enstrophy scheme 
    328295      nn_een_e3f = 1             !  e3f = masked averaging of e3t divided by 4 (=0) or by the sum of mask (=1) 
     
    331298&namdyn_hpg    !   Hydrostatic pressure gradient option                 (default: NO selection) 
    332299!----------------------------------------------------------------------- 
    333    ln_hpg_zps  = .false.   !  z-coordinate - partial steps (interpolation) 
    334300   ln_hpg_prj  = .true.    !  s-coordinate (Pressure Jacobian scheme) 
    335301/ 
    336302!----------------------------------------------------------------------- 
    337 &namdyn_spg    !   surface pressure gradient                            (default: NO) 
     303&namdyn_spg    !   surface pressure gradient                            (default: NO selection) 
    338304!----------------------------------------------------------------------- 
    339305   ln_dynspg_ts = .true.   ! split-explicit free surface 
     
    344310&namdyn_ldf    !   lateral diffusion on momentum                        (default: NO selection) 
    345311!----------------------------------------------------------------------- 
    346    !                       !  Type of the operator : 
    347    ln_dynldf_NONE=  .false.    !           No operator (no explicit diffusion) 
    348    ln_dynldf_lap =  .false.    !    laplacian operator 
    349312   ln_dynldf_blp =  .true.     !  bilaplacian operator 
    350    !                       !  Direction of action  : 
    351313   ln_dynldf_lev =  .true.     !  iso-level 
    352    ln_dynldf_hor =  .false.    !  horizontal (geopotential) 
    353    ln_dynldf_iso =  .false.    !  iso-neutral 
    354    !                       !  Coefficient 
    355    nn_ahm_ijk_t  = 0           !  space/time variation of eddy coef 
    356    !                                !  =-30  read in eddy_viscosity_3D.nc file 
    357    !                                !  =-20  read in eddy_viscosity_2D.nc file 
    358    !                                !  =  0  constant  
    359    !                                !  = 10  F(k)=c1d 
    360    !                                !  = 20  F(i,j)=F(grid spacing)=c2d 
    361    !                                !  = 30  F(i,j,k)=c2d*c1d 
    362    !                                !  = 31  F(i,j,k)=F(grid spacing and local velocity) 
    363    rn_ahm_0      =     60.     !  horizontal laplacian eddy viscosity   [m2/s] 
    364    rn_ahm_b      =      0.     !  background eddy viscosity for ldf_iso [m2/s] 
    365    rn_bhm_0      = 1.0e+10     !  horizontal bilaplacian eddy viscosity [m4/s] 
    366    ! 
    367    ! Caution in 20 and 30 cases the coefficient have to be given for a 1 degree grid (~111km) 
    368 / 
     314   nn_ahm_ijk_t  = 0           !  =0   constant = 1/12 Uv*Lv^3 (blp case) 
     315      rn_Uv      =  0.12            !  lateral viscous velocity [m/s] 
     316      rn_Lv      = 10.e+3           !  lateral viscous length   [m]   
     317/ 
     318 
     319!!====================================================================== 
     320!!                     vertical physics namelists                     !! 
     321!!                                                                    !! 
     322!!    namzdf        vertical physics manager                            (default: NO selection) 
     323!!    namzdf_ric    richardson number vertical mixing                   (ln_zdfric=T) 
     324!!    namzdf_tke    TKE vertical mixing                                 (ln_zdftke=T) 
     325!!    namzdf_gls    GLS vertical mixing                                 (ln_zdfgls=T) 
     326!!    namzdf_osm    OSM vertical diffusion                              (ln_zdfosm=T) 
     327!!    namzdf_iwm    tidal mixing parameterization                       (ln_zdfiwm=T) 
     328!!====================================================================== 
     329! 
    369330!----------------------------------------------------------------------- 
    370331&namzdf        !   vertical physics                                     (default: NO selection) 
    371332!----------------------------------------------------------------------- 
    372    !                       ! type of vertical closure 
    373    ln_zdfcst   = .false.      !  constant mixing 
    374    ln_zdfric   = .false.      !  local Richardson dependent formulation (T =>   fill namzdf_ric) 
    375    ln_zdftke   = .false.      !  Turbulent Kinetic Energy closure       (T =>   fill namzdf_tke) 
    376    ln_zdfgls   = .true.       !  Generic Length Scale closure           (T =>   fill namzdf_gls) 
    377    ln_zdfosm   = .false.      !  OSMOSIS BL closure                     (T =>   fill namzdf_osm) 
    378    ! 
    379    !                       ! convection 
    380    ln_zdfevd   = .false.      !  enhanced vertical diffusion 
    381       nn_evdm     =    0         ! apply on tracer (=0) or on tracer and momentum (=1) 
    382       rn_evd      =  100.        ! mixing coefficient [m2/s] 
    383    ln_zdfnpc   = .false.      !  Non-Penetrative Convective algorithm 
    384       nn_npc      =    1         ! frequency of application of npc 
    385       nn_npcp     =  365         ! npc control print frequency 
    386    ! 
    387    ln_zdfddm   = .false.   ! double diffusive mixing 
    388       rn_avts  =    1.e-4     !  maximum avs (vertical mixing on salinity) 
    389       rn_hsbfr =    1.6       !  heat/salt buoyancy flux ratio 
    390    ! 
    391    !                       ! gravity wave-driven vertical mixing 
    392    ln_zdfiwm   = .false.      ! internal wave-induced mixing            (T =>   fill namzdf_iwm) 
    393    ln_zdfswm   = .false.      ! surface  wave-induced mixing            (T => ln_wave=ln_sdw=T ) 
    394    ! 
     333   ln_zdfgls   = .true.    !  Generic Length Scale closure              (T =>   fill namzdf_gls) 
    395334   !                       ! coefficients 
    396335   rn_avm0     =   0.1e-6     !  vertical eddy viscosity   [m2/s]       (background Kz if ln_zdfcst=F) 
     
    400339/ 
    401340!----------------------------------------------------------------------- 
    402 &namzdf_ric    !   richardson number dependent vertical diffusion       (ln_zdfric =T) 
    403 !----------------------------------------------------------------------- 
    404 / 
    405 !----------------------------------------------------------------------- 
    406 &namzdf_tke    !   turbulent eddy kinetic dependent vertical diffusion  (ln_zdftke =T) 
    407 !----------------------------------------------------------------------- 
    408 / 
    409 !----------------------------------------------------------------------- 
    410341&namzdf_gls    !   GLS vertical diffusion                               (ln_zdfgls =T) 
    411342!----------------------------------------------------------------------- 
    412    rn_charn =  100000.     !  Charnock constant for wb induced roughness length 
    413    nn_z0_met = 1           !  Method for surface roughness computation (0/1/2) 
    414 / 
    415 !----------------------------------------------------------------------- 
    416 &namzdf_osm    !   OSM vertical diffusion                               (ln_zdfosm =T) 
    417 !----------------------------------------------------------------------- 
    418 / 
    419 !----------------------------------------------------------------------- 
    420 &namzdf_iwm    !    internal wave-driven mixing parameterization        (ln_zdfiwm =T) 
    421 !----------------------------------------------------------------------- 
    422 / 
    423 !----------------------------------------------------------------------- 
    424 &nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi") 
    425 !----------------------------------------------------------------------- 
    426 / 
    427 !----------------------------------------------------------------------- 
    428 &namctl        !   Control prints  
    429 !----------------------------------------------------------------------- 
    430 / 
    431 !----------------------------------------------------------------------- 
    432 &namsto        ! Stochastic parametrization of EOS                      (default: NO) 
    433 !----------------------------------------------------------------------- 
    434 / 
    435 !----------------------------------------------------------------------- 
    436 &namtrd        !   trend diagnostics                                    (default F) 
    437 !----------------------------------------------------------------------- 
    438 / 
    439 !----------------------------------------------------------------------- 
    440 &namptr        !   Poleward Transport Diagnostic                        (default F) 
    441 !----------------------------------------------------------------------- 
    442 / 
    443 !----------------------------------------------------------------------- 
    444 &namhsb        !  Heat and salt budgets                                 (default F) 
    445 !----------------------------------------------------------------------- 
    446 / 
    447 !----------------------------------------------------------------------- 
    448 &namdiu        !   Cool skin and warm layer models                      (default F) 
    449 !----------------------------------------------------------------------- 
    450 / 
    451 !----------------------------------------------------------------------- 
    452 &namflo        !   float parameters                                     ("key_float") 
    453 !----------------------------------------------------------------------- 
    454 / 
    455 !----------------------------------------------------------------------- 
    456 &nam_diaharm   !   Harmonic analysis of tidal constituents              ("key_diaharm") 
    457 !----------------------------------------------------------------------- 
    458 / 
    459 !----------------------------------------------------------------------- 
    460 &namdct        ! transports through some sections                       ("key_diadct") 
    461 !----------------------------------------------------------------------- 
    462 / 
     343   rn_charn    =  100000.  !  Charnock constant for wb induced roughness length 
     344   nn_z0_met   = 1         !  Method for surface roughness computation (0/1/2) 
     345/ 
     346 
     347!!====================================================================== 
     348!!                  ***  Diagnostics namelists  ***                   !! 
     349!!                                                                    !! 
     350!!   namtrd       dynamics and/or tracer trends                         (default NO) 
     351!!   namptr       Poleward Transport Diagnostics                        (default NO) 
     352!!   namhsb       Heat and salt budgets                                 (default NO) 
     353!!   namdiu       Cool skin and warm layer models                       (default NO) 
     354!!   namdiu       Cool skin and warm layer models                       (default NO) 
     355!!   namflo       float parameters                                      ("key_float") 
     356!!   nam_diaharm  Harmonic analysis of tidal constituents               ("key_diaharm") 
     357!!   namdct       transports through some sections                      ("key_diadct") 
     358!!   nam_diatmb   Top Middle Bottom Output                              (default NO) 
     359!!   nam_dia25h   25h Mean Output                                       (default NO) 
     360!!   namnc4       netcdf4 chunking and compression settings             ("key_netcdf4") 
     361!!====================================================================== 
     362! 
    463363!----------------------------------------------------------------------- 
    464364&nam_diatmb    !  Top Middle Bottom Output                              (default F) 
     
    471371   ln_dia25h  = .true.    ! Choose 25h mean output or not 
    472372/ 
    473 !----------------------------------------------------------------------- 
    474 &namnc4        !   netcdf4 chunking and compression settings            ("key_netcdf4") 
    475 !----------------------------------------------------------------------- 
    476 / 
    477 !----------------------------------------------------------------------- 
    478 &namobs        !  observation usage switch 
    479 !----------------------------------------------------------------------- 
    480 / 
    481 !----------------------------------------------------------------------- 
    482 &nam_asminc    !   assimilation increments                              ('key_asminc') 
    483 !----------------------------------------------------------------------- 
    484 / 
    485 !----------------------------------------------------------------------- 
    486 &namdta_dyn    !   offline dynamics read in files                       ("key_offline") 
    487 !----------------------------------------------------------------------- 
    488 / 
     373 
     374!!====================================================================== 
     375!!               ***  Observation & Assimilation  ***                 !! 
     376!!                                                                    !! 
     377!!   namobs       observation and model comparison                      (default: NO) 
     378!!   nam_asminc   assimilation increments                               ('key_asminc') 
     379!!====================================================================== 
     380! 
  • branches/2017/dev_merge_2017/NEMOGCM/CONFIG/C1D_PAPA/EXP00/iodef.xml

    r5363 r9490  
    5353          <field field_ref="woce"         name="vovecrtz" /> 
    5454          <field field_ref="avt"          name="votkeavt" /> 
    55           <field field_ref="aht2d"        name="soleahtw" /> 
    5655    </file> 
    5756      </file_group> 
     
    9190          <field field_ref="woce"         name="vovecrtz" /> 
    9291          <field field_ref="avt"          name="votkeavt" /> 
    93           <field field_ref="aht2d"        name="soleahtw" /> 
    9492    </file> 
    9593      </file_group> 
  • branches/2017/dev_merge_2017/NEMOGCM/CONFIG/C1D_PAPA/EXP00/namelist_cfg

    r9169 r9490  
    22!! NEMO/OPA  : 1D configuration based on Kato-Philipps () exp. 
    33!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
     4 
     5!!====================================================================== 
     6!!              ***  Domain & Run management namelists  ***           !! 
     7!!                                                                    !! 
     8!!   namrun       parameters of the run 
     9!!   namdom       space and time domain 
     10!!   namcfg       parameters of the configuration                       (default: user defined GYRE) 
     11!!   namwad       Wetting and drying                                    (default NO) 
     12!!   namtsd       data: temperature & salinity                          (default NO) 
     13!!   namcrs       coarsened grid (for outputs and/or TOP)               (ln_crs =T) 
     14!!   namc1d       1D configuration options                              ("key_c1d") 
     15!!   namc1d_dyndmp 1D newtonian damping applied on currents             ("key_c1d") 
     16!!   namc1d_uvd   1D data (currents)                                    ("key_c1d") 
     17!!====================================================================== 
     18! 
    419!----------------------------------------------------------------------- 
    520&namrun        !   parameters of the run 
     
    1227   nn_stock    =   87600   !  frequency of creation of a restart file (modulo referenced to 1) 
    1328   nn_write    =     240   !  frequency of write in the output file   (modulo referenced to nn_it000) 
    14 / 
    15 !----------------------------------------------------------------------- 
    16 &namcfg     !   parameters of the configuration    
    17 !----------------------------------------------------------------------- 
    18    cp_cfg      =  "papa"                 !  name of the configuration 
    19    jp_cfg      =       1                 !  resolution of the configuration 
    20 !   jpidta      =       3                 !  1st lateral dimension ( >= jpi ) = 30*jp_cfg+2 
    21 !   jpjdta      =       3                 !  2nd    "         "    ( >= jpj ) = 20*jp_cfg+2  
    22 !   jpkdta      =      75                 !  number of levels      ( >= jpk ) 
    23 !   jpiglo      =       3                 !  1st dimension of global domain --> i  = jpidta 
    24 !   jpjglo      =       3                 !  2nd    -                  -    --> j  = jpjdta 
    25    jperio      =       0                 !  lateral cond. type (between 0 and 6) 
    26 / 
    27 !----------------------------------------------------------------------- 
    28 &namzgr        !   vertical coordinate 
    29 !----------------------------------------------------------------------- 
    30    ln_zps      = .true.    !  z-coordinate - partial steps 
    31 / 
    32 !----------------------------------------------------------------------- 
    33 &namzgr_sco    !   s-coordinate or hybrid z-s-coordinate 
    34 !----------------------------------------------------------------------- 
    3529/ 
    3630!----------------------------------------------------------------------- 
     
    6054/ 
    6155!----------------------------------------------------------------------- 
    62 &namc1d        !   1D configuration options                             ("key_c1d") 
    63 !----------------------------------------------------------------------- 
    64    ln_c1d_locpt= .false.   ! Localization of 1D config in a grid (T) or independant point (F) 
    65 / 
    66 !----------------------------------------------------------------------- 
    67 &namtsd    !   data : Temperature  & Salinity 
    68 !----------------------------------------------------------------------- 
    69 !          !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
    70 !          !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      ! 
    71    sn_tem  = 'init_PAPASTATION',   24        ,'votemper' ,  .false.     , .true.,  'daily'  , ''       , ' '        , '' 
    72    sn_sal  = 'init_PAPASTATION',   24        ,'vosaline' ,  .false.     , .true.,  'daily'  , ''       , ' '        , '' 
    73    ! 
    74    cn_dir        = './'     !  root directory for the location of the runoff files 
    75    ln_tsd_init   = .true.   !  Initialisation of ocean T & S with T &S input data (T) or not (F) 
    76    ln_tsd_tradmp = .false.   !  damping of ocean T & S toward T &S input data (T) or not (F) 
    77 / 
    78 !----------------------------------------------------------------------- 
    79 &namsbc        !   Surface Boundary Condition (surface module) 
    80 !----------------------------------------------------------------------- 
    81    nn_fsbc     = 1         !  frequency of surface boundary condition computation 
    82                            !     (also = the frequency of sea-ice model call) 
    83    nn_ice      = 0         !  =0 no ice boundary condition   , 
    84    ln_rnf      = .false.   !  runoffs                                   (T => fill namsbc_rnf) 
    85    ln_ssr      = .false.   !  Sea Surface Restoring on T and/or S       (T => fill namsbc_ssr) 
    86    nn_fwb      = 0         !  FreshWater Budget: =0 unchecked 
     56&namcfg     !   parameters of the configuration    
     57!----------------------------------------------------------------------- 
     58   cp_cfg      =  "papa"                 !  name of the configuration 
     59   jp_cfg      =       1                 !  resolution of the configuration 
     60!   jpidta      =       3                 !  1st lateral dimension ( >= jpi ) = 30*jp_cfg+2 
     61!   jpjdta      =       3                 !  2nd    "         "    ( >= jpj ) = 20*jp_cfg+2  
     62!   jpkdta      =      75                 !  number of levels      ( >= jpk ) 
     63!   jpiglo      =       3                 !  1st dimension of global domain --> i  = jpidta 
     64!   jpjglo      =       3                 !  2nd    -                  -    --> j  = jpjdta 
     65   jperio      =       0                 !  lateral cond. type (between 0 and 6) 
     66/ 
     67!----------------------------------------------------------------------- 
     68&namzgr        !   vertical coordinate 
     69!----------------------------------------------------------------------- 
     70   ln_zps      = .true.    !  z-coordinate - partial steps 
     71/ 
     72!----------------------------------------------------------------------- 
     73&namzgr_sco    !   s-coordinate or hybrid z-s-coordinate 
     74!----------------------------------------------------------------------- 
     75/ 
     76!----------------------------------------------------------------------- 
     77&namc1d        !   1D configuration options                             ("key_c1d" default: PAPA station) 
     78!----------------------------------------------------------------------- 
     79   rn_lat1d    =      50.  !  Column latitude (default at PAPA station) 
     80   rn_lon1d    =    -145.  !  Column longitude (default at PAPA station) 
     81   ln_c1d_locpt=  .true.   ! Localization of 1D config in a grid (T) or independant point (F) 
     82/ 
     83!----------------------------------------------------------------------- 
     84&namc1d_uvd    !   data: U & V currents                                 ("key_c1d" default: NO) 
     85!----------------------------------------------------------------------- 
     86/ 
     87!----------------------------------------------------------------------- 
     88&namc1d_dyndmp !   U & V newtonian damping                              ("key_c1d" default: NO) 
     89!----------------------------------------------------------------------- 
     90/ 
     91!----------------------------------------------------------------------- 
     92&namtsd        !    Temperature & Salinity Data                         (default: NO) 
     93!----------------------------------------------------------------------- 
     94   !           !  file name                 ! frequency (hours) ! variable ! time interp.!  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
     95   !           !                            !  (if <0  months)  !   name   !  (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      ! 
     96   sn_tem      = 'init_PAPASTATION'         ,         24        ,'votemper',  .false.     , .true.,  'daily'  , ''       , ' '      , '' 
     97   sn_sal      = 'init_PAPASTATION'         ,         24        ,'vosaline',  .false.     , .true.,  'daily'  , ''       , ' '      , '' 
     98   ! 
     99   ln_tsd_init = .true.   !  Initialisation of ocean T & S with T &S input data (T) or not (F) 
     100   ln_tsd_dmp  = .false.  !  damping of ocean T & S toward T &S input data (T) or not (F) 
     101      cn_dir   = './'        !  root directory for the location of the runoff files 
     102/ 
     103 
     104!!====================================================================== 
     105!!            ***  Surface Boundary Condition namelists  ***          !! 
     106!!====================================================================== 
     107! 
     108!----------------------------------------------------------------------- 
     109&namsbc        !   Surface Boundary Condition manager 
     110!----------------------------------------------------------------------- 
     111   nn_fsbc     = 1   !  frequency of the calling of SBC module 
     112                     ! Type of air-sea fluxes  
     113   ln_blk      = .false.   !  Bulk formulation                          (T => fill namsbc_blk ) 
     114                     ! Misc. options of sbc :  
     115   ln_traqsr   = .false.   !  Light penetration in the ocean            (T => fill namtra_qsr) 
    87116/ 
    88117!----------------------------------------------------------------------- 
     
    111140   ln_ECMWF    = .false.   ! "ECMWF"     algorithm   (IFS cycle 31) 
    112141 
    113    rn_zqt      =  2.       !  Air temperature and humidity reference height (m) 
    114 / 
    115 !----------------------------------------------------------------------- 
    116 &namsbc_cpl    !   coupled ocean/atmosphere model                       ("key_oasis3") 
    117 !----------------------------------------------------------------------- 
     142   rn_zqt      =  2.       !  Air temperature & humidity reference height (m) 
    118143/ 
    119144!----------------------------------------------------------------------- 
     
    123148!              !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      ! 
    124149   sn_chl      ='chlorophyll_PAPASTATION', -1    , 'CHLA'    ,   .true.     , .true. , 'yearly'  , ''       , ''       , '' 
    125 / 
    126 !----------------------------------------------------------------------- 
    127 &namsbc_apr    !   Atmospheric pressure used as ocean forcing or in bulk 
    128 !----------------------------------------------------------------------- 
    129 / 
    130 !----------------------------------------------------------------------- 
    131 &namsbc_ssr    !   surface boundary condition : sea surface restoring 
    132 !----------------------------------------------------------------------- 
    133    nn_sssr     =     0     !  add a damping     term in the surface freshwater flux (=2) 
    134    rn_deds     =   -27.7   !  magnitude of the damping on salinity   [mm/day] 
    135    ln_sssr_bnd =   .false. !  flag to bound erp term (associated with nn_sssr=2) 
    136 / 
    137 !----------------------------------------------------------------------- 
    138 &namsbc_alb    !   albedo parameters 
    139 !----------------------------------------------------------------------- 
     150 
     151   ln_qsr_rgb  = .true.    !  RGB (Red-Green-Blue) light penetration 
     152 
     153   nn_chldta   =      1    !  RGB : Chl data (=1) or cst value (=0) 
     154      cn_dir   = './'         !  root directory for the location of the runoff files 
    140155/ 
    141156!----------------------------------------------------------------------- 
     
    144159   ln_non_lin = .true.     !  non-linear  drag: Cd = Cd0 |U| 
    145160/ 
    146 !----------------------------------------------------------------------- 
    147 &nambbc        !   bottom temperature boundary condition                (default: NO) 
    148 !----------------------------------------------------------------------- 
    149 / 
    150 !----------------------------------------------------------------------- 
    151 &nameos        !   ocean physical parameters 
     161 
     162!!====================================================================== 
     163!!                        Tracer (T & S) namelists 
     164!!====================================================================== 
     165! 
     166!----------------------------------------------------------------------- 
     167&nameos        !   ocean physical parameters                            (default: NO selection) 
    152168!----------------------------------------------------------------------- 
    153169   ln_eos80    = .true.         !  = Use EOS80 equation of state 
    154170/ 
    155171!----------------------------------------------------------------------- 
    156 &namtra_adv    !   advection scheme for tracer 
     172&namtra_adv    !   advection scheme for tracer                          (default: NO selection) 
    157173!----------------------------------------------------------------------- 
    158174   ln_traadv_NONE= .true.  !  No tracer advection 
    159175/ 
    160176!----------------------------------------------------------------------- 
    161 &namtra_adv_mle !  mixed layer eddy parametrisation (Fox-Kemper param)  (default: NO) 
    162 !----------------------------------------------------------------------- 
    163 / 
    164 !----------------------------------------------------------------------- 
    165177&namtra_ldf    !   lateral diffusion scheme for tracers 
    166178!----------------------------------------------------------------------- 
    167179   ln_traldf_NONE= .true.  ! No operator (no explicit diffusion) 
    168180/ 
    169 !----------------------------------------------------------------------- 
    170 &namtra_ldfeiv !   eddy induced velocity param.                         (default: NO) 
    171 !----------------------------------------------------------------------- 
    172 / 
    173 !----------------------------------------------------------------------- 
    174 &namtra_dmp    !   tracer: T & S newtonian damping 
    175 !----------------------------------------------------------------------- 
    176    ln_tradmp   =  .false.  !  add a damping termn (T) or not (F) 
    177 / 
    178 !----------------------------------------------------------------------- 
    179 &namdyn_adv    !   formulation of the momentum advection                (default: None) 
     181 
     182!!====================================================================== 
     183!!                      ***  Dynamics namelists  ***                  !! 
     184!!====================================================================== 
     185! 
     186!----------------------------------------------------------------------- 
     187&nam_vvl       !   vertical coordinate options                          (default: z-star) 
     188!----------------------------------------------------------------------- 
     189/ 
     190!----------------------------------------------------------------------- 
     191&namdyn_adv    !   formulation of the momentum advection                (default: selection) 
    180192!----------------------------------------------------------------------- 
    181193   ln_dynadv_NONE= .true.  !  linear dynamics (no momentum advection) 
    182194/ 
    183195!----------------------------------------------------------------------- 
    184 &namdyn_vor    !   option of physics/algorithm (not control by CPP keys) 
    185 !----------------------------------------------------------------------- 
    186 / 
    187 !----------------------------------------------------------------------- 
    188 &namc1d_uvd    !   data: U & V currents                                 ("key_c1d") 
    189 !----------------------------------------------------------------------- 
    190 / 
    191 !----------------------------------------------------------------------- 
    192 &namc1d_dyndmp !   U & V newtonian damping                              ("key_c1d") 
    193 !----------------------------------------------------------------------- 
     196&namdyn_vor    !   Vorticity / Coriolis scheme                          (default: NO selection) 
     197!----------------------------------------------------------------------- 
     198   ln_dynvor_ene = .true.  !  energy    conserving scheme 
    194199/ 
    195200!----------------------------------------------------------------------- 
     
    198203/ 
    199204!----------------------------------------------------------------------- 
    200 &namdyn_spg    !   surface pressure gradient                            (default: NO spg) 
     205&namdyn_spg    !   surface pressure gradient                            (default: NO) 
    201206!----------------------------------------------------------------------- 
    202207/ 
     
    206211   ln_dynldf_NONE= .true.     ! No operator (no explicit diffusion) 
    207212/ 
     213 
     214!!====================================================================== 
     215!!                     vertical physics namelists                     !! 
     216!!====================================================================== 
     217! 
    208218!----------------------------------------------------------------------- 
    209219&namzdf        !   vertical physics                                     (default: NO selection) 
     
    258268!----------------------------------------------------------------------- 
    259269/ 
    260 !----------------------------------------------------------------------- 
    261 &namctl        !   Control prints & Benchmark 
    262 !----------------------------------------------------------------------- 
    263 / 
    264 !----------------------------------------------------------------------- 
    265 &namtrd        !   diagnostics on dynamics and/or tracer trends         ("key_trddyn" and/or "key_trdtra") 
    266 !              !       or mixed-layer trends or barotropic vorticity    ("key_trdmld" or     "key_trdvor") 
    267 !----------------------------------------------------------------------- 
    268 / 
    269 !----------------------------------------------------------------------- 
    270 &namhsb       !  Heat and salt budgets 
    271 !----------------------------------------------------------------------- 
    272 / 
    273 !----------------------------------------------------------------------- 
    274 &namobs       !  observation usage switch                               ('key_diaobs') 
    275 !----------------------------------------------------------------------- 
    276 / 
  • branches/2017/dev_merge_2017/NEMOGCM/CONFIG/GYRE_BFM/EXP00/namelist_cfg

    r9356 r9490  
    11!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
    2 !! NEMO/OPA  : GYRE_PISCES Configuration namelist to overwrite reference dynamical namelist 
     2!! NEMO/OPA  : GYRE Configuration namelist : overwrite reference namelist 
    33!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
    4 !----------------------------------------------------------------------- 
    5 &namusr_def    !   GYRE user defined namelist   
    6 !----------------------------------------------------------------------- 
    7    nn_GYRE     =     1     !  GYRE resolution [1/degrees] 
    8    ln_bench    = .false.   !  ! =T benchmark with gyre: the gridsize is kept constant 
    9    jpkglo      =    31     !  number of model levels 
    10 / 
     4 
     5!!====================================================================== 
     6!!              ***  Domain & Run management namelists  ***           !! 
     7!!                                                                    !! 
     8!!   namrun       parameters of the run 
     9!!   namdom       space and time domain 
     10!!   namcfg       parameters of the configuration                       (default: user defined GYRE) 
     11!!   namwad       Wetting and drying                                    (default NO) 
     12!!   namtsd       data: temperature & salinity                          (default NO) 
     13!!   namcrs       coarsened grid (for outputs and/or TOP)               (ln_crs =T) 
     14!!   namc1d       1D configuration options                              ("key_c1d") 
     15!!   namc1d_dyndmp 1D newtonian damping applied on currents             ("key_c1d") 
     16!!   namc1d_uvd   1D data (currents)                                    ("key_c1d") 
     17!!====================================================================== 
     18! 
    1119!----------------------------------------------------------------------- 
    1220&namrun        !   parameters of the run 
     
    1826   nn_stock    =    4320   !  frequency of creation of a restart file (modulo referenced to 1) 
    1927   nn_write    =      60   !  frequency of write in the output file   (modulo referenced to nn_it000) 
     28   nn_istate   =       0   !  output the initial state (1) or not (0) 
    2029/ 
    2130!----------------------------------------------------------------------- 
    2231&namcfg        !   parameters of the configuration                      (default: user defined GYRE) 
    2332!----------------------------------------------------------------------- 
    24    ln_read_cfg = .false.   !  (=T) read the domain configuration file 
    25       !                    !  (=F) user defined configuration  ==>>>  see usrdef(_...) modules 
    26    ln_write_cfg= .false.   !  (=T) create the domain configuration file 
    27 ! 
     33   ln_read_cfg = .false.   !  (=F) user defined configuration           (F => create/check namusr_def) 
     34/ 
     35!----------------------------------------------------------------------- 
     36&namusr_def    !   GYRE user defined namelist   
     37!----------------------------------------------------------------------- 
     38   nn_GYRE     =     1     !  GYRE resolution [1/degrees] 
     39   ln_bench    = .false.   !  ! =T benchmark with gyre: the gridsize is kept constant 
     40   jpkglo      =    31     !  number of model levels 
    2841/ 
    2942!----------------------------------------------------------------------- 
    3043&namdom        !   time and space domain 
    3144!----------------------------------------------------------------------- 
    32      ln_linssh   = .true.    !  =T  linear free surface  ==>>  model level are fixed in time        |  ------------------------------------------------------------------------------------------------- 
    33      !                                                                                              |  ------------------------------------------------------------------------------------------------- 
    34      rn_rdt      = 7200.     !  time step for the dynamics (and tracer if nn_acc=0) 
    35 / 
    36 !----------------------------------------------------------------------- 
    37 &namtsd        !   data : Temperature  & Salinity 
    38 !----------------------------------------------------------------------- 
    39 !              !  file name                 ! frequency (hours) ! variable ! time interp.!  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
    40 !              !                            !  (if <0  months)  !   name   !  (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      ! 
    41    cn_dir        = './'      !  root directory for the location of the runoff files 
    42    ln_tsd_init   = .false.   !  Initialisation of ocean T & S with T &S input data (T) or not (F) 
    43    ln_tsd_tradmp = .false.   !  damping of ocean T & S toward T &S input data (T) or not (F) 
    44 / 
    45 !----------------------------------------------------------------------- 
    46 &namwad        !   Wetting and drying  default is no WAD 
    47 !----------------------------------------------------------------------- 
    48 / 
    49 !----------------------------------------------------------------------- 
    50 &namcrs        !   coarsened grid (for outputs and/or TOP)              (ln_crs =T) 
    51 !----------------------------------------------------------------------- 
    52 / 
    53 !----------------------------------------------------------------------- 
    54 &namc1d        !   1D configuration options                             ("key_c1d") 
    55 !----------------------------------------------------------------------- 
    56 / 
    57 !----------------------------------------------------------------------- 
    58 &namc1d_dyndmp !   U & V newtonian damping                              ("key_c1d") 
    59 !----------------------------------------------------------------------- 
    60 / 
    61 !----------------------------------------------------------------------- 
    62 &namc1d_uvd    !   data: U & V currents                                 ("key_c1d") 
    63 !----------------------------------------------------------------------- 
    64 / 
    65 !----------------------------------------------------------------------- 
    66 &namsbc        !   Surface Boundary Condition (surface module) 
    67 !----------------------------------------------------------------------- 
    68    nn_fsbc     = 1         !  frequency of surface boundary condition computation 
    69                            !     (also = the frequency of sea-ice model call) 
     45   ln_linssh   = .true.    !  =T  linear free surface  ==>>  model level are fixed in time 
     46   ! 
     47   rn_rdt      = 7200.     !  time step for the dynamics 
     48/ 
     49 
     50!!====================================================================== 
     51!!            ***  Surface Boundary Condition namelists  ***          !! 
     52!!                                                                    !! 
     53!!   namsbc          surface boundary condition manager                 (default: NO selection) 
     54!!   namsbc_flx      flux               formulation                     (ln_flx     =T) 
     55!!   namsbc_blk      Bulk formulae formulation                          (ln_blk     =T) 
     56!!   namsbc_cpl      CouPLed            formulation                     ("key_oasis3" ) 
     57!!   namsbc_sas      Stand-Alone Surface module                         (SAS_SRC  only) 
     58!!   namsbc_iif      Ice-IF: use observed ice cover                     (nn_ice = 1   ) 
     59!!   namtra_qsr      penetrative solar radiation                        (ln_traqsr  =T) 
     60!!   namsbc_ssr      sea surface restoring term (for T and/or S)        (ln_ssr     =T) 
     61!!   namsbc_rnf      river runoffs                                      (ln_rnf     =T) 
     62!!   namsbc_apr      Atmospheric Pressure                               (ln_apr_dyn =T) 
     63!!   namsbc_isf      ice shelf melting/freezing                         (ln_isfcav  =T : read (ln_read_cfg=T) or set or usr_def_zgr ) 
     64!!   namsbc_iscpl    coupling option between land ice model and ocean   (ln_isfcav  =T) 
     65!!   namsbc_wave     external fields from wave model                    (ln_wave    =T) 
     66!!   namberg         iceberg floats                                     (ln_icebergs=T) 
     67!!====================================================================== 
     68! 
     69!----------------------------------------------------------------------- 
     70&namsbc        !   Surface Boundary Condition (surface module)          (default: NO selection) 
     71!----------------------------------------------------------------------- 
     72   nn_fsbc     = 1         !  frequency of SBC module call 
    7073   ln_usr      = .true.    !  user defined formulation                  (T => check usrdef_sbc) 
    71    ln_blk      = .false.   !  Bulk formulation                          (T => fill namsbc_blk ) 
    72    nn_ice      = 0         !  =0 no ice boundary condition   , 
    73    ln_rnf      = .false.   !  runoffs                                   (T => fill namsbc_rnf) 
    74    ln_ssr      = .false.   !  Sea Surface Restoring on T and/or S       (T => fill namsbc_ssr) 
    75    nn_fwb      = 0         !  FreshWater Budget: =0 unchecked 
    76 / 
    77 !----------------------------------------------------------------------- 
    78 &namsbc_flx    !   surface boundary condition : flux formulation 
    79 !----------------------------------------------------------------------- 
    80 / 
    81 !----------------------------------------------------------------------- 
    82 &namsbc_blk   !   namsbc_blk  generic Bulk formula                      (ln_blk =T) 
    83 !----------------------------------------------------------------------- 
    84 / 
    85 !----------------------------------------------------------------------- 
    86 &namsbc_cpl    !   coupled ocean/atmosphere model                       ("key_oasis3") 
    87 !----------------------------------------------------------------------- 
    88 / 
    89 !----------------------------------------------------------------------- 
    90 &namsbc_sas    !   Stand-Alone Surface boundary condition 
    91 !----------------------------------------------------------------------- 
    92 / 
    93 !----------------------------------------------------------------------- 
    94 &namsbc_iif    !   Ice-IF : use observed ice cover                      (nn_ice = 1) 
    95 !----------------------------------------------------------------------- 
     74   ln_traqsr   = .true.    !  Light penetration in the ocean            (T => fill namtra_qsr) 
    9675/ 
    9776!----------------------------------------------------------------------- 
    9877&namtra_qsr    !   penetrative solar radiation                          (ln_traqsr =T) 
    9978!----------------------------------------------------------------------- 
    100    ln_qsr_rgb  = .false.   !  RGB (Red-Green-Blue) light penetration 
    10179   ln_qsr_2bd  = .true.    !  2 bands              light penetration 
    10280   nn_chldta   =      0    !  RGB : Chl data (=1) or cst value (=0) 
    10381/ 
    104 !----------------------------------------------------------------------- 
    105 &namsbc_rnf    !   runoffs namelist surface boundary condition          (ln_rnf =T) 
    106 !----------------------------------------------------------------------- 
    107    ln_rnf_mouth = .false.   !  specific treatment at rivers mouths 
    108 / 
    109 !----------------------------------------------------------------------- 
    110 &namsbc_isf    !  Top boundary layer (ISF)                              (nn_isf >0) 
    111 !----------------------------------------------------------------------- 
    112 / 
    113 !----------------------------------------------------------------------- 
    114 &namsbc_iscpl  !   land ice / ocean coupling option                      
    115 !----------------------------------------------------------------------- 
    116 / 
    117 !----------------------------------------------------------------------- 
    118 &namsbc_apr    !   Atmospheric pressure used as ocean forcing           (ln_apr_dyn =T) 
    119 !----------------------------------------------------------------------- 
    120 / 
    121 !----------------------------------------------------------------------- 
    122 &namsbc_ssr    !   surface boundary condition : sea surface restoring   (ln_ssr =T) 
    123 !----------------------------------------------------------------------- 
    124 / 
    125 !----------------------------------------------------------------------- 
    126 &namsbc_wave   ! External fields from wave model                        (ln_wave=T) 
    127 !----------------------------------------------------------------------- 
    128 / 
    129 !----------------------------------------------------------------------- 
    130 &namberg       !   iceberg parameters                                   (default: No iceberg) 
    131 !----------------------------------------------------------------------- 
    132 / 
    133 !----------------------------------------------------------------------- 
    134 &namlbc        !   lateral momentum boundary condition 
    135 !----------------------------------------------------------------------- 
    136    !                       !  free slip  !   partial slip  !   no slip   ! strong slip 
    137    rn_shlat    =    0.     !  shlat = 0  !  0 < shlat < 2  !  shlat = 2  !  2 < shlat 
    138 / 
    139 !----------------------------------------------------------------------- 
    140 &namagrif      !  AGRIF zoom                                            ("key_agrif") 
    141 !----------------------------------------------------------------------- 
    142 / 
    143 !----------------------------------------------------------------------- 
    144 &nam_tide      !   tide parameters 
    145 !----------------------------------------------------------------------- 
    146 / 
    147 !----------------------------------------------------------------------- 
    148 &nambdy        !  unstructured open boundaries                           
    149 !----------------------------------------------------------------------- 
    150 / 
    151 !----------------------------------------------------------------------- 
    152 &nambdy_dta    !  open boundaries - external data                        
    153 !----------------------------------------------------------------------- 
    154 / 
    155 !----------------------------------------------------------------------- 
    156 &nambdy_tide   !  tidal forcing at open boundaries 
    157 !----------------------------------------------------------------------- 
    158 / 
     82 
     83!!====================================================================== 
     84!!               ***  Lateral boundary condition  ***                 !! 
     85!!                                                                    !! 
     86!!   namlbc        lateral momentum boundary condition                  (default: no slip) 
     87!!   namagrif      agrif nested grid ( read by child model only )       ("key_agrif") 
     88!!   nam_tide      Tidal forcing                                        (default: NO) 
     89!!   nambdy        Unstructured open boundaries                         (default: NO) 
     90!!   nambdy_dta    Unstructured open boundaries - external data         (see  nambdy) 
     91!!   nambdy_tide   tidal forcing at open boundaries                     (default: NO) 
     92!!====================================================================== 
     93! 
     94!!====================================================================== 
     95!!                ***  Top/Bottom boundary condition  ***             !! 
     96!!                                                                    !! 
     97!!   namdrg        top/bottom drag coefficient                          (default: NO selection) 
     98!!   namdrg_top    top    friction                                      (ln_NONE=F & ln_isfcav=T) 
     99!!   namdrg_bot    bottom friction                                      (ln_NONE=F) 
     100!!   nambbc        bottom temperature boundary condition                (default: NO) 
     101!!   nambbl        bottom boundary layer scheme                         (default: NO) 
     102!!====================================================================== 
     103! 
    159104!----------------------------------------------------------------------- 
    160105&namdrg        !   top/bottom drag coefficient                          (default: NO selection) 
     
    162107   ln_non_lin = .true.     !  non-linear  drag: Cd = Cd0 |U| 
    163108/ 
    164 !----------------------------------------------------------------------- 
    165 &namdrg_top    !   TOP friction                                         (ln_isfcav=T) 
    166 !----------------------------------------------------------------------- 
    167 / 
    168 !----------------------------------------------------------------------- 
    169 &namdrg_bot    !   BOTTOM friction                                   
    170 !----------------------------------------------------------------------- 
    171 / 
    172 !----------------------------------------------------------------------- 
    173 &nambbc        !   bottom temperature boundary condition                (default: NO) 
    174 !----------------------------------------------------------------------- 
    175 / 
    176 !----------------------------------------------------------------------- 
    177 &nambbl        !   bottom boundary layer scheme                         (default: NO) 
    178 !----------------------------------------------------------------------- 
    179 / 
    180 !----------------------------------------------------------------------- 
    181 &nameos        !   ocean Equation Of Seawater                           (default: NO) 
    182 !----------------------------------------------------------------------- 
    183    ln_eos80    = .true.         !  = Use EOS80 equation of state 
     109 
     110!!====================================================================== 
     111!!                        Tracer (T & S) namelists                    !! 
     112!!                                                                    !! 
     113!!   nameos           equation of state                                 (default: NO selection) 
     114!!   namtra_adv       advection scheme                                  (default: NO selection) 
     115!!   namtra_ldf       lateral diffusion scheme                          (default: NO selection) 
     116!!   namtra_adv_mle   mixed layer eddy param. (Fox-Kemper param.)       (default: NO) 
     117!!   namtra_eiv       eddy induced velocity param.                      (default: NO) 
     118!!   namtra_dmp       T & S newtonian damping                           (default: NO) 
     119!!====================================================================== 
     120! 
     121!----------------------------------------------------------------------- 
     122&nameos        !   ocean Equation Of Seawater                           (default: NO selection) 
     123!----------------------------------------------------------------------- 
     124   ln_eos80    = .true.      !  = Use EOS80 equation of state 
    184125/ 
    185126!----------------------------------------------------------------------- 
     
    191132/ 
    192133!----------------------------------------------------------------------- 
    193 &namtra_adv_mle !   mixed layer eddy parametrisation (Fox-Kemper param) (default: NO) 
    194 !----------------------------------------------------------------------- 
    195 / 
    196 !----------------------------------------------------------------------- 
    197134&namtra_ldf    !   lateral diffusion scheme for tracers                 (default: NO selection) 
    198135!----------------------------------------------------------------------- 
    199    !                       !  Operator type: 
    200    ln_traldf_NONE  =  .false.  !  No explicit diffusion 
    201136   ln_traldf_lap   =  .true.   !    laplacian operator 
    202    ln_traldf_blp   =  .false.  !  bilaplacian operator 
    203    !                       !  Direction of action: 
    204    ln_traldf_lev   =  .false.  !  iso-level 
    205    ln_traldf_hor   =  .false.  !  horizontal (geopotential) 
    206137   ln_traldf_iso   =  .true.   !  iso-neutral (standard operator) 
    207    ln_traldf_triad =  .false.  !  iso-neutral (triad    operator) 
    208    ! 
    209    !                       !  iso-neutral options:         
    210    ln_traldf_msc   =  .true.   !  Method of Stabilizing Correction (both operators) 
    211    rn_slpmax       =   0.01    !  slope limit                      (both operators) 
    212    ln_triad_iso    =  .false.  !  pure horizontal mixing in ML              (triad only) 
    213    rn_sw_triad     =  1        !  =1 switching triad ; =0 all 4 triads used (triad only) 
    214    ln_botmix_triad =  .false.  !  lateral mixing on bottom                  (triad only) 
    215    ! 
    216    !                       !  Coefficients: 
    217    nn_aht_ijk_t    = 0         !  space/time variation of eddy coef 
    218    !                                !   =-20 (=-30)    read in eddy_diffusivity_2D.nc (..._3D.nc) file 
    219    !                                !   =  0           constant  
    220    !                                !   = 10 F(k)      =ldf_c1d  
    221    !                                !   = 20 F(i,j)    =ldf_c2d  
    222    !                                !   = 21 F(i,j,t)  =Treguier et al. JPO 1997 formulation 
    223    !                                !   = 30 F(i,j,k)  =ldf_c2d + ldf_c1d 
    224    !                                !   = 31 F(i,j,k,t)=F(local velocity) 
    225    rn_aht_0        = 1000.     !  lateral eddy diffusivity   (lap. operator) [m2/s] 
    226    rn_bht_0        = 1.e+12    !  lateral eddy diffusivity (bilap. operator) [m4/s] 
    227 / 
    228 !----------------------------------------------------------------------- 
    229 &namtra_ldfeiv !   eddy induced velocity param.                         (default: NO) 
    230 !----------------------------------------------------------------------- 
    231    ln_ldfeiv     =.false.   ! use eddy induced velocity parameterization 
    232 / 
    233 !----------------------------------------------------------------------- 
    234 &namtra_dmp    !   tracer: T & S newtonian damping                      (default: NO) 
    235 !----------------------------------------------------------------------- 
    236    ln_tradmp   =  .false.  !  add a damping termn (T) or not (F) 
    237 / 
    238 !----------------------------------------------------------------------- 
    239 &nam_vvl       !   vertical coordinate options                          (default: z-star) 
    240 !----------------------------------------------------------------------- 
    241 / 
     138   nn_aht_ijk_t    = 0         !  = 0   constant = 1/2  Ud*Ld   (lap case)  
     139      rn_Ud        = 0.02           !  lateral diffusive velocity [m/s] 
     140      rn_Ld        = 100.e+3        !  lateral diffusive length   [m] 
     141/ 
     142 
     143!!====================================================================== 
     144!!                      ***  Dynamics namelists  ***                  !! 
     145!!                                                                    !! 
     146!!   nam_vvl       vertical coordinate options                          (default: z-star) 
     147!!   namdyn_adv    formulation of the momentum advection                (default: NO selection) 
     148!!   namdyn_vor    advection scheme                                     (default: NO selection) 
     149!!   namdyn_hpg    hydrostatic pressure gradient                        (default: NO selection) 
     150!!   namdyn_spg    surface pressure gradient                            (default: NO selection) 
     151!!   namdyn_ldf    lateral diffusion scheme                             (default: NO selection) 
     152!!   namdta_dyn    offline TOP: dynamics read in files                  (OFF_SRC only) 
     153!!====================================================================== 
     154! 
    242155!----------------------------------------------------------------------- 
    243156&namdyn_adv    !   formulation of the momentum advection                (default: NO selection) 
     
    247160/ 
    248161!----------------------------------------------------------------------- 
    249 &namdyn_vor    !   Vorticity / Coriolis scheme                          (default: NO) 
     162&namdyn_vor    !   Vorticity / Coriolis scheme                          (default: NO selection) 
    250163!----------------------------------------------------------------------- 
    251164   ln_dynvor_ene = .true.  !  enstrophy conserving scheme 
    252    ln_dynvor_ens = .false. !  energy conserving scheme 
    253    ln_dynvor_mix = .false. !  mixed scheme 
    254    ln_dynvor_een = .false. !  energy & enstrophy scheme 
    255       nn_een_e3f = 1             !  e3f = masked averaging of e3t divided by 4 (=0) or by the sum of mask (=1) 
    256165/ 
    257166!----------------------------------------------------------------------- 
     
    259168!----------------------------------------------------------------------- 
    260169   ln_hpg_zco  = .true.    !  z-coordinate - full steps 
    261    ln_hpg_zps  = .false.   !  z-coordinate - partial steps (interpolation) 
    262 / 
    263 !----------------------------------------------------------------------- 
    264 &namdyn_spg    !   surface pressure gradient                            (default: NO) 
     170/ 
     171!----------------------------------------------------------------------- 
     172&namdyn_spg    !   surface pressure gradient                            (default: NO selection) 
    265173!----------------------------------------------------------------------- 
    266174   ln_dynspg_ts  = .true.  !  split-explicit free surface 
     
    269177&namdyn_ldf    !   lateral diffusion on momentum                        (default: NO selection) 
    270178!----------------------------------------------------------------------- 
    271    !                       !  Type of the operator : 
    272    ln_dynldf_NONE=  .false.    !  No operator (i.e. no explicit diffusion) 
    273179   ln_dynldf_lap =  .true.     !    laplacian operator 
    274    ln_dynldf_blp =  .false.    !  bilaplacian operator 
    275    !                       !  Direction of action  : 
    276180   ln_dynldf_lev =  .true.     !  iso-level 
    277    ln_dynldf_hor =  .false.    !  horizontal (geopotential) 
    278    ln_dynldf_iso =  .false.    !  iso-neutral 
    279    !                       !  Coefficient 
    280    nn_ahm_ijk_t  = 0           !  space/time variation of eddy coef 
    281    !                                !  =-30  read in eddy_viscosity_3D.nc file 
    282    !                                !  =-20  read in eddy_viscosity_2D.nc file 
    283    !                                !  =  0  constant  
    284    !                                !  = 10  F(k)=c1d 
    285    !                                !  = 20  F(i,j)=F(grid spacing)=c2d 
    286    !                                !  = 30  F(i,j,k)=c2d*c1d 
    287    !                                !  = 31  F(i,j,k)=F(grid spacing and local velocity) 
    288    rn_ahm_0      = 100000.     !  horizontal laplacian eddy viscosity   [m2/s] 
    289    rn_ahm_b      =      0.     !  background eddy viscosity for ldf_iso [m2/s] 
    290    rn_bhm_0      =      0.     !  horizontal bilaplacian eddy viscosity [m4/s] 
    291 / 
     181   nn_ahm_ijk_t  = 0           !  = 0  constant = 1/2  Uv*Lv   (lap case)  
     182      rn_Uv      = 2.0              !  lateral viscous velocity [m/s]  
     183      rn_Lv      = 100.e+3          !  lateral viscous length   [m] 
     184/ 
     185 
     186!!====================================================================== 
     187!!                     vertical physics namelists                     !! 
     188!!                                                                    !! 
     189!!    namzdf        vertical physics manager                            (default: NO selection) 
     190!!    namzdf_ric    richardson number vertical mixing                   (ln_zdfric=T) 
     191!!    namzdf_tke    TKE vertical mixing                                 (ln_zdftke=T) 
     192!!    namzdf_gls    GLS vertical mixing                                 (ln_zdfgls=T) 
     193!!    namzdf_osm    OSM vertical diffusion                              (ln_zdfosm=T) 
     194!!    namzdf_iwm    tidal mixing parameterization                       (ln_zdfiwm=T) 
     195!!====================================================================== 
     196! 
    292197!----------------------------------------------------------------------- 
    293198&namzdf        !   vertical physics                                     (default: NO selection) 
    294199!----------------------------------------------------------------------- 
    295    !                       ! type of vertical closure 
    296    ln_zdfcst   = .false.      !  constant mixing 
    297    ln_zdfric   = .false.      !  local Richardson dependent formulation (T =>   fill namzdf_ric) 
    298200   ln_zdftke   = .true.       !  Turbulent Kinetic Energy closure       (T =>   fill namzdf_tke) 
    299    ln_zdfgls   = .false.      !  Generic Length Scale closure           (T =>   fill namzdf_gls) 
    300    ln_zdfosm   = .false.      !  OSMOSIS BL closure                     (T =>   fill namzdf_osm) 
    301    ! 
    302    !                       ! convection 
    303201   ln_zdfevd   = .true.       !  enhanced vertical diffusion 
    304202      nn_evdm     =    1         ! apply on tracer (=0) or on tracer and momentum (=1) 
    305203      rn_evd      =  100.        ! mixing coefficient [m2/s] 
    306    ln_zdfnpc   = .false.      !  Non-Penetrative Convective algorithm 
    307       nn_npc      =    1         ! frequency of application of npc 
    308       nn_npcp     =  365         ! npc control print frequency 
    309    ! 
    310    ln_zdfddm   = .false.   ! double diffusive mixing 
    311       rn_avts  =    1.e-4     !  maximum avs (vertical mixing on salinity) 
    312       rn_hsbfr =    1.6       !  heat/salt buoyancy flux ratio 
    313    ! 
    314    !                       ! gravity wave-driven vertical mixing 
    315    ln_zdfiwm   = .false.      ! internal wave-induced mixing            (T =>   fill namzdf_iwm) 
    316    ln_zdfswm   = .false.      ! surface  wave-induced mixing            (T => ln_wave=ln_sdw=T ) 
    317    ! 
    318204   !                       ! coefficients 
    319205   rn_avm0     =   1.2e-4     !  vertical eddy viscosity   [m2/s]       (background Kz if ln_zdfcst=F) 
     
    323209/ 
    324210!----------------------------------------------------------------------- 
    325 &namzdf_ric    !   richardson number dependent vertical diffusion       (ln_zdfric =T) 
    326 !----------------------------------------------------------------------- 
    327 / 
    328 !----------------------------------------------------------------------- 
    329211&namzdf_tke    !   turbulent eddy kinetic dependent vertical diffusion  (ln_zdftke =T) 
    330212!----------------------------------------------------------------------- 
    331213   nn_etau     =   0       !  penetration of tke below the mixed layer (ML) due to internal & intertial waves 
    332214/ 
    333 !----------------------------------------------------------------------- 
    334 &namzdf_gls    !   GLS vertical diffusion                               (ln_zdfgls =T) 
    335 !----------------------------------------------------------------------- 
    336 / 
    337 !----------------------------------------------------------------------- 
    338 &namzdf_osm    !   OSM vertical diffusion                               (ln_zdfosm =T) 
    339 !----------------------------------------------------------------------- 
    340 / 
    341 !----------------------------------------------------------------------- 
    342 &namzdf_iwm    !    internal wave-driven mixing parameterization        (ln_zdfiwm =T) 
    343 !----------------------------------------------------------------------- 
    344 / 
    345 !----------------------------------------------------------------------- 
    346 &nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi") 
    347 !----------------------------------------------------------------------- 
    348 / 
    349 !----------------------------------------------------------------------- 
    350 &namctl        !   Control prints  
    351 !----------------------------------------------------------------------- 
    352 / 
    353 !----------------------------------------------------------------------- 
    354 &namsto        ! Stochastic parametrization of EOS                      (default: NO) 
    355 !----------------------------------------------------------------------- 
    356 / 
    357 !----------------------------------------------------------------------- 
    358 &namtrd        !   trend diagnostics                                    (default F) 
    359 !----------------------------------------------------------------------- 
    360 / 
    361 !----------------------------------------------------------------------- 
    362 &namptr        !   Poleward Transport Diagnostic                        (default F) 
    363 !----------------------------------------------------------------------- 
    364 / 
    365 !----------------------------------------------------------------------- 
    366 &namhsb        !  Heat and salt budgets                                 (default F) 
    367 !----------------------------------------------------------------------- 
    368 / 
    369 !----------------------------------------------------------------------- 
    370 &namdiu        !   Cool skin and warm layer models                      (default F) 
    371 !----------------------------------------------------------------------- 
    372 / 
    373 !----------------------------------------------------------------------- 
    374 &namflo        !   float parameters                                     ("key_float") 
    375 !----------------------------------------------------------------------- 
    376 / 
    377 !----------------------------------------------------------------------- 
    378 &nam_diaharm   !   Harmonic analysis of tidal constituents              ("key_diaharm") 
    379 !----------------------------------------------------------------------- 
    380 / 
    381 !----------------------------------------------------------------------- 
    382 &namdct        ! transports through some sections                       ("key_diadct") 
    383 !----------------------------------------------------------------------- 
    384     nn_dct      = 60       !  time step frequency for transports computing 
    385     nn_dctwri   = 60       !  time step frequency for transports writing 
    386     nn_secdebug = 0        !      0 : no section to debug 
    387 / 
    388 !----------------------------------------------------------------------- 
    389 &nam_diatmb    !  Top Middle Bottom Output                              (default F) 
    390 !----------------------------------------------------------------------- 
    391 / 
    392 !----------------------------------------------------------------------- 
    393 &nam_dia25h    !  25h Mean Output                                       (default F) 
    394 !----------------------------------------------------------------------- 
    395 / 
    396 !----------------------------------------------------------------------- 
    397 &namnc4        !   netcdf4 chunking and compression settings            ("key_netcdf4") 
    398 !----------------------------------------------------------------------- 
    399 / 
    400 !----------------------------------------------------------------------- 
    401 &namobs        !  observation usage switch 
    402 !----------------------------------------------------------------------- 
    403 / 
    404 !----------------------------------------------------------------------- 
    405 &nam_asminc    !   assimilation increments                              ('key_asminc') 
    406 !----------------------------------------------------------------------- 
    407 / 
    408 !----------------------------------------------------------------------- 
    409 &namdta_dyn    !   offline dynamics read in files                       ("key_offline") 
    410 !----------------------------------------------------------------------- 
    411 / 
     215 
     216!!====================================================================== 
     217!!                  ***  Diagnostics namelists  ***                   !! 
     218!!                                                                    !! 
     219!!   namtrd       dynamics and/or tracer trends                         (default NO) 
     220!!   namptr       Poleward Transport Diagnostics                        (default NO) 
     221!!   namhsb       Heat and salt budgets                                 (default NO) 
     222!!   namdiu       Cool skin and warm layer models                       (default NO) 
     223!!   namdiu       Cool skin and warm layer models                       (default NO) 
     224!!   namflo       float parameters                                      ("key_float") 
     225!!   nam_diaharm  Harmonic analysis of tidal constituents               ("key_diaharm") 
     226!!   namdct       transports through some sections                      ("key_diadct") 
     227!!   nam_diatmb   Top Middle Bottom Output                              (default NO) 
     228!!   nam_dia25h   25h Mean Output                                       (default NO) 
     229!!   namnc4       netcdf4 chunking and compression settings             ("key_netcdf4") 
     230!!====================================================================== 
     231 
     232!!====================================================================== 
     233!!               ***  Observation & Assimilation  ***                 !! 
     234!!                                                                    !! 
     235!!   namobs       observation and model comparison                      (default: NO) 
     236!!   nam_asminc   assimilation increments                               ('key_asminc') 
     237!!====================================================================== 
  • branches/2017/dev_merge_2017/NEMOGCM/CONFIG/GYRE_BFM/EXP00/namelist_top_cfg

    r9356 r9490  
    3232&namtrc_ldf      !   lateral diffusion scheme for passive tracer  
    3333!----------------------------------------------------------------------- 
     34!                            !  Type of the operator: 
     35   ln_trcldf_NONE  =  .false.    !  No explicit diffusion 
     36   ln_trcldf_tra   =  .true.     !  use active tracer setting 
     37   !                         !  Coefficient (defined with namtra_ldf coefficient) 
     38   rn_ldf_multi    = 1.          !  multiplier of aht for TRC mixing coefficient 
     39   rn_fact_lap     = 1.          !  Equatorial enhanced zonal eddy diffusivity (lap only) 
    3440/ 
    3541!----------------------------------------------------------------------- 
  • branches/2017/dev_merge_2017/NEMOGCM/CONFIG/GYRE_PISCES/EXP00/file_def_nemo.xml

    r7828 r9490  
    4848          <field field_ref="woce"         name="vovecrtz" /> 
    4949          <field field_ref="avt"          name="votkeavt" /> 
    50           <field field_ref="aht2d"        name="soleahtw" /> 
    5150        </file> 
    5251 
  • branches/2017/dev_merge_2017/NEMOGCM/CONFIG/GYRE_PISCES/EXP00/namelist_cfg

    r9356 r9490  
    11!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
    2 !! NEMO/OPA  : GYRE_PISCES Configuration namelist to overwrite reference dynamical namelist 
     2!! NEMO/OPA  : GYRE Configuration namelist : overwrite reference namelist 
    33!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
    4 !----------------------------------------------------------------------- 
    5 &namusr_def    !   GYRE user defined namelist   
    6 !----------------------------------------------------------------------- 
    7    nn_GYRE     =     1     !  GYRE resolution [1/degrees] 
    8    ln_bench    = .false.   !  ! =T benchmark with gyre: the gridsize is kept constant 
    9    jpkglo      =    31     !  number of model levels 
    10 / 
    11 !!====================================================================== 
    12 !!                   ***  Run management namelists  *** 
    13 !!====================================================================== 
     4 
     5!!====================================================================== 
     6!!              ***  Domain & Run management namelists  ***           !! 
     7!!                                                                    !! 
     8!!   namrun       parameters of the run 
     9!!   namdom       space and time domain 
     10!!   namcfg       parameters of the configuration                       (default: user defined GYRE) 
     11!!   namwad       Wetting and drying                                    (default NO) 
     12!!   namtsd       data: temperature & salinity                          (default NO) 
     13!!   namcrs       coarsened grid (for outputs and/or TOP)               (ln_crs =T) 
     14!!   namc1d       1D configuration options                              ("key_c1d") 
     15!!   namc1d_dyndmp 1D newtonian damping applied on currents             ("key_c1d") 
     16!!   namc1d_uvd   1D data (currents)                                    ("key_c1d") 
     17!!====================================================================== 
     18! 
    1419!----------------------------------------------------------------------- 
    1520&namrun        !   parameters of the run 
     
    2126   nn_stock    =    4320   !  frequency of creation of a restart file (modulo referenced to 1) 
    2227   nn_write    =      60   !  frequency of write in the output file   (modulo referenced to nn_it000) 
    23 / 
    24 !!====================================================================== 
    25 !!                      ***  Domain namelists  *** 
    26 !!====================================================================== 
     28   nn_istate   =       0   !  output the initial state (1) or not (0) 
     29/ 
    2730!----------------------------------------------------------------------- 
    2831&namcfg        !   parameters of the configuration                      (default: user defined GYRE) 
    2932!----------------------------------------------------------------------- 
    30    ln_read_cfg = .false.   !  (=T) read the domain configuration file 
    31       !                    !  (=F) user defined configuration  ==>>>  see usrdef(_...) modules 
    32    ln_write_cfg= .false.   !  (=T) create the domain configuration file 
    33       ! 
     33   ln_read_cfg = .false.   !  (=F) user defined configuration           (F => create/check namusr_def) 
     34/ 
     35!----------------------------------------------------------------------- 
     36&namusr_def    !   GYRE user defined namelist   
     37!----------------------------------------------------------------------- 
     38   nn_GYRE     =     1     !  GYRE resolution [1/degrees] 
     39   ln_bench    = .false.   !  ! =T benchmark with gyre: the gridsize is kept constant 
     40   jpkglo      =    31     !  number of model levels 
    3441/ 
    3542!----------------------------------------------------------------------- 
     
    3845   ln_linssh   = .true.    !  =T  linear free surface  ==>>  model level are fixed in time 
    3946   ! 
    40    rn_rdt      = 7200.     !  time step for the dynamics (and tracer if nn_acc=0) 
    41 / 
    42 !----------------------------------------------------------------------- 
    43 &namtsd        !   data : Temperature  & Salinity 
    44 !----------------------------------------------------------------------- 
    45 !              !  file name                 ! frequency (hours) ! variable ! time interp.!  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
    46 !              !                            !  (if <0  months)  !   name   !  (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      ! 
    47    cn_dir        = './'      !  root directory for the location of the runoff files 
    48    ln_tsd_init   = .false.   !  Initialisation of ocean T & S with T &S input data (T) or not (F) 
    49    ln_tsd_tradmp = .false.   !  damping of ocean T & S toward T &S input data (T) or not (F) 
    50 / 
    51 !----------------------------------------------------------------------- 
    52 &namwad        !   Wetting and drying  default is no WAD 
    53 !----------------------------------------------------------------------- 
    54 / 
    55 !----------------------------------------------------------------------- 
    56 &namcrs        !   coarsened grid (for outputs and/or TOP)              (ln_crs =T) 
    57 !----------------------------------------------------------------------- 
    58 / 
    59 !----------------------------------------------------------------------- 
    60 &namc1d        !   1D configuration options                             ("key_c1d") 
    61 !----------------------------------------------------------------------- 
    62 / 
    63 !----------------------------------------------------------------------- 
    64 &namc1d_dyndmp !   U & V newtonian damping                              ("key_c1d") 
    65 !----------------------------------------------------------------------- 
    66 / 
    67 !----------------------------------------------------------------------- 
    68 &namc1d_uvd    !   data: U & V currents                                 ("key_c1d") 
    69 !----------------------------------------------------------------------- 
    70 / 
    71  
    72 !!====================================================================== 
    73 !!            ***  Surface Boundary Condition namelists  *** 
    74 !!====================================================================== 
    75 !----------------------------------------------------------------------- 
    76 &namsbc        !   Surface Boundary Condition (surface module) 
    77 !----------------------------------------------------------------------- 
    78    nn_fsbc     = 1         !  frequency of surface boundary condition computation 
    79                            !     (also = the frequency of sea-ice model call) 
     47   rn_rdt      = 7200.     !  time step for the dynamics 
     48/ 
     49 
     50!!====================================================================== 
     51!!            ***  Surface Boundary Condition namelists  ***          !! 
     52!!                                                                    !! 
     53!!   namsbc          surface boundary condition manager                 (default: NO selection) 
     54!!   namsbc_flx      flux               formulation                     (ln_flx     =T) 
     55!!   namsbc_blk      Bulk formulae formulation                          (ln_blk     =T) 
     56!!   namsbc_cpl      CouPLed            formulation                     ("key_oasis3" ) 
     57!!   namsbc_sas      Stand-Alone Surface module                         (SAS_SRC  only) 
     58!!   namsbc_iif      Ice-IF: use observed ice cover                     (nn_ice = 1   ) 
     59!!   namtra_qsr      penetrative solar radiation                        (ln_traqsr  =T) 
     60!!   namsbc_ssr      sea surface restoring term (for T and/or S)        (ln_ssr     =T) 
     61!!   namsbc_rnf      river runoffs                                      (ln_rnf     =T) 
     62!!   namsbc_apr      Atmospheric Pressure                               (ln_apr_dyn =T) 
     63!!   namsbc_isf      ice shelf melting/freezing                         (ln_isfcav  =T : read (ln_read_cfg=T) or set or usr_def_zgr ) 
     64!!   namsbc_iscpl    coupling option between land ice model and ocean   (ln_isfcav  =T) 
     65!!   namsbc_wave     external fields from wave model                    (ln_wave    =T) 
     66!!   namberg         iceberg floats                                     (ln_icebergs=T) 
     67!!====================================================================== 
     68! 
     69!----------------------------------------------------------------------- 
     70&namsbc        !   Surface Boundary Condition (surface module)          (default: NO selection) 
     71!----------------------------------------------------------------------- 
     72   nn_fsbc     = 1         !  frequency of SBC module call 
    8073   ln_usr      = .true.    !  user defined formulation                  (T => check usrdef_sbc) 
    81    ln_blk      = .false.   !  Bulk formulation                          (T => fill namsbc_blk ) 
    82    nn_ice      = 0         !  =0 no ice boundary condition   , 
    83    ln_rnf      = .false.   !  runoffs                                   (T => fill namsbc_rnf) 
    84    ln_ssr      = .false.   !  Sea Surface Restoring on T and/or S       (T => fill namsbc_ssr) 
    85    nn_fwb      = 0         !  FreshWater Budget: =0 unchecked 
    86 / 
    87 !----------------------------------------------------------------------- 
    88 &namsbc_flx    !   surface boundary condition : flux formulation 
    89 !----------------------------------------------------------------------- 
    90 / 
    91 !----------------------------------------------------------------------- 
    92 &namsbc_blk   !   namsbc_blk  generic Bulk formula                      (ln_blk =T) 
    93 !----------------------------------------------------------------------- 
    94 / 
    95 !----------------------------------------------------------------------- 
    96 &namsbc_cpl    !   coupled ocean/atmosphere model                       ("key_oasis3") 
    97 !----------------------------------------------------------------------- 
    98 / 
    99 !----------------------------------------------------------------------- 
    100 &namsbc_sas    !   Stand-Alone Surface boundary condition 
    101 !----------------------------------------------------------------------- 
    102 / 
    103 !----------------------------------------------------------------------- 
    104 &namsbc_iif    !   Ice-IF : use observed ice cover                      (nn_ice = 1) 
    105 !----------------------------------------------------------------------- 
     74   ln_traqsr   = .true.    !  Light penetration in the ocean            (T => fill namtra_qsr) 
    10675/ 
    10776!----------------------------------------------------------------------- 
    10877&namtra_qsr    !   penetrative solar radiation                          (ln_traqsr =T) 
    10978!----------------------------------------------------------------------- 
    110    ln_qsr_rgb  = .false.   !  RGB (Red-Green-Blue) light penetration 
    11179   ln_qsr_2bd  = .true.    !  2 bands              light penetration 
    11280   nn_chldta   =      0    !  RGB : Chl data (=1) or cst value (=0) 
    11381/ 
    114 !----------------------------------------------------------------------- 
    115 &namsbc_rnf    !   runoffs namelist surface boundary condition          (ln_rnf =T) 
    116 !----------------------------------------------------------------------- 
    117 / 
    118 !----------------------------------------------------------------------- 
    119 &namsbc_isf    !  Top boundary layer (ISF)                              (nn_isf >0) 
    120 !----------------------------------------------------------------------- 
    121 / 
    122 !----------------------------------------------------------------------- 
    123 &namsbc_iscpl  !   land ice / ocean coupling option                      
    124 !----------------------------------------------------------------------- 
    125 / 
    126 !----------------------------------------------------------------------- 
    127 &namsbc_apr    !   Atmospheric pressure used as ocean forcing           (ln_apr_dyn =T) 
    128 !----------------------------------------------------------------------- 
    129 / 
    130 !----------------------------------------------------------------------- 
    131 &namsbc_ssr    !   surface boundary condition : sea surface restoring   (ln_ssr =T) 
    132 !----------------------------------------------------------------------- 
    133 / 
    134 !----------------------------------------------------------------------- 
    135 &namsbc_wave   ! External fields from wave model                        (ln_wave=T) 
    136 !----------------------------------------------------------------------- 
    137 / 
    138 !----------------------------------------------------------------------- 
    139 &namberg       !   iceberg parameters                                   (default: No iceberg) 
    140 !----------------------------------------------------------------------- 
    141 / 
    142 !----------------------------------------------------------------------- 
    143 &namlbc        !   lateral momentum boundary condition 
    144 !----------------------------------------------------------------------- 
    145    rn_shlat    =    0.     !  shlat = 0  !  0 < shlat < 2  !  shlat = 2  !  2 < shlat 
    146 / 
    147 !----------------------------------------------------------------------- 
    148 &namagrif      !  AGRIF zoom                                            ("key_agrif") 
    149 !----------------------------------------------------------------------- 
    150 / 
    151 !----------------------------------------------------------------------- 
    152 &nam_tide      !   tide parameters 
    153 !----------------------------------------------------------------------- 
    154 / 
    155 !----------------------------------------------------------------------- 
    156 &nambdy        !  unstructured open boundaries                           
    157 !----------------------------------------------------------------------- 
    158 / 
    159 !----------------------------------------------------------------------- 
    160 &nambdy_dta    !  open boundaries - external data                        
    161 !----------------------------------------------------------------------- 
    162 / 
    163 !----------------------------------------------------------------------- 
    164 &nambdy_tide   !  tidal forcing at open boundaries 
    165 !----------------------------------------------------------------------- 
    166 / 
     82 
     83!!====================================================================== 
     84!!               ***  Lateral boundary condition  ***                 !! 
     85!!                                                                    !! 
     86!!   namlbc        lateral momentum boundary condition                  (default: no slip) 
     87!!   namagrif      agrif nested grid ( read by child model only )       ("key_agrif") 
     88!!   nam_tide      Tidal forcing                                        (default: NO) 
     89!!   nambdy        Unstructured open boundaries                         (default: NO) 
     90!!   nambdy_dta    Unstructured open boundaries - external data         (see  nambdy) 
     91!!   nambdy_tide   tidal forcing at open boundaries                     (default: NO) 
     92!!====================================================================== 
     93! 
     94!!====================================================================== 
     95!!                ***  Top/Bottom boundary condition  ***             !! 
     96!!                                                                    !! 
     97!!   namdrg        top/bottom drag coefficient                          (default: NO selection) 
     98!!   namdrg_top    top    friction                                      (ln_NONE=F & ln_isfcav=T) 
     99!!   namdrg_bot    bottom friction                                      (ln_NONE=F) 
     100!!   nambbc        bottom temperature boundary condition                (default: NO) 
     101!!   nambbl        bottom boundary layer scheme                         (default: NO) 
     102!!====================================================================== 
     103! 
    167104!----------------------------------------------------------------------- 
    168105&namdrg        !   top/bottom drag coefficient                          (default: NO selection) 
     
    170107   ln_non_lin = .true.     !  non-linear  drag: Cd = Cd0 |U| 
    171108/ 
    172 !----------------------------------------------------------------------- 
    173 &namdrg_top    !   TOP friction                                         (ln_isfcav=T) 
    174 !----------------------------------------------------------------------- 
    175 / 
    176 !----------------------------------------------------------------------- 
    177 &namdrg_bot    !   BOTTOM friction                                   
    178 !----------------------------------------------------------------------- 
    179 / 
    180 !----------------------------------------------------------------------- 
    181 &nambbc        !   bottom temperature boundary condition                (default: NO) 
    182 !----------------------------------------------------------------------- 
    183 / 
    184 !----------------------------------------------------------------------- 
    185 &nambbl        !   bottom boundary layer scheme                         (default: NO) 
    186 !----------------------------------------------------------------------- 
    187 / 
    188 !----------------------------------------------------------------------- 
    189 &nameos        !   ocean Equation Of Seawater                           (default: NO) 
    190 !----------------------------------------------------------------------- 
    191    ln_eos80    = .true.         !  = Use EOS80 equation of state 
     109 
     110!!====================================================================== 
     111!!                        Tracer (T & S) namelists                    !! 
     112!!                                                                    !! 
     113!!   nameos           equation of state                                 (default: NO selection) 
     114!!   namtra_adv       advection scheme                                  (default: NO selection) 
     115!!   namtra_ldf       lateral diffusion scheme                          (default: NO selection) 
     116!!   namtra_adv_mle   mixed layer eddy param. (Fox-Kemper param.)       (default: NO) 
     117!!   namtra_eiv       eddy induced velocity param.                      (default: NO) 
     118!!   namtra_dmp       T & S newtonian damping                           (default: NO) 
     119!!====================================================================== 
     120! 
     121!----------------------------------------------------------------------- 
     122&nameos        !   ocean Equation Of Seawater                           (default: NO selection) 
     123!----------------------------------------------------------------------- 
     124   ln_eos80    = .true.      !  = Use EOS80 equation of state 
    192125/ 
    193126!----------------------------------------------------------------------- 
     
    199132/ 
    200133!----------------------------------------------------------------------- 
    201 &namtra_adv_mle !   mixed layer eddy parametrisation (Fox-Kemper param) (default: NO) 
    202 !----------------------------------------------------------------------- 
    203 / 
    204 !----------------------------------------------------------------------- 
    205134&namtra_ldf    !   lateral diffusion scheme for tracers                 (default: NO selection) 
    206135!----------------------------------------------------------------------- 
    207    !                       !  Operator type: 
    208    ln_traldf_NONE  =  .false.  !           No operator (no explicit advection) 
    209136   ln_traldf_lap   =  .true.   !    laplacian operator 
    210    ln_traldf_blp   =  .false.  !  bilaplacian operator 
    211    ! 
    212    !                       !  Direction of action: 
    213    ln_traldf_lev   =  .false.  !  iso-level 
    214    ln_traldf_hor   =  .false.  !  horizontal (geopotential) 
    215137   ln_traldf_iso   =  .true.   !  iso-neutral (standard operator) 
    216    ln_traldf_triad =  .false.  !  iso-neutral (triad    operator) 
    217    ! 
    218    !                       !  iso-neutral options:         
    219    ln_traldf_msc   =  .true.   !  Method of Stabilizing Correction (both operators) 
    220    rn_slpmax       =   0.01    !  slope limit                      (both operators) 
    221    ln_triad_iso    =  .false.  !  pure horizontal mixing in ML              (triad only) 
    222    rn_sw_triad     =  1        !  =1 switching triad ; =0 all 4 triads used (triad only) 
    223    ln_botmix_triad =  .false.  !  lateral mixing on bottom                  (triad only) 
    224    ! 
    225    !                       !  Coefficients: 
    226    nn_aht_ijk_t    = 0         !  space/time variation of eddy coef 
    227    !                                !   =-20 (=-30)    read in eddy_diffusivity_2D.nc (..._3D.nc) file 
    228    !                                !   =  0           constant  
    229    !                                !   = 10 F(k)      =ldf_c1d  
    230    !                                !   = 20 F(i,j)    =ldf_c2d  
    231    !                                !   = 21 F(i,j,t)  =Treguier et al. JPO 1997 formulation 
    232    !                                !   = 30 F(i,j,k)  =ldf_c2d * ldf_c1d 
    233    !                                !   = 31 F(i,j,k,t)=F(local velocity and grid-spacing) 
    234    rn_aht_0        = 1000.     !  lateral eddy diffusivity   (lap. operator) [m2/s] 
    235    rn_bht_0        = 1.e+12    !  lateral eddy diffusivity (bilap. operator) [m4/s] 
    236 / 
    237 !----------------------------------------------------------------------- 
    238 &namtra_ldfeiv !   eddy induced velocity param.                         (default: NO) 
    239 !----------------------------------------------------------------------- 
    240    ln_ldfeiv     =.false.   ! use eddy induced velocity parameterization 
    241 / 
    242 !----------------------------------------------------------------------- 
    243 &namtra_dmp    !   tracer: T & S newtonian damping                      (default: NO) 
    244 !----------------------------------------------------------------------- 
    245    ln_tradmp   =  .false.  !  add a damping termn (T) or not (F) 
    246 / 
    247 !----------------------------------------------------------------------- 
    248 &nam_vvl       !   vertical coordinate options                          (default: z-star) 
    249 !----------------------------------------------------------------------- 
    250 / 
     138   nn_aht_ijk_t    = 0         !  = 0   constant = 1/2  Ud*Ld   (lap case)  
     139      rn_Ud        = 0.02           !  lateral diffusive velocity [m/s] 
     140      rn_Ld        = 100.e+3        !  lateral diffusive length   [m] 
     141/ 
     142 
     143!!====================================================================== 
     144!!                      ***  Dynamics namelists  ***                  !! 
     145!!                                                                    !! 
     146!!   nam_vvl       vertical coordinate options                          (default: z-star) 
     147!!   namdyn_adv    formulation of the momentum advection                (default: NO selection) 
     148!!   namdyn_vor    advection scheme                                     (default: NO selection) 
     149!!   namdyn_hpg    hydrostatic pressure gradient                        (default: NO selection) 
     150!!   namdyn_spg    surface pressure gradient                            (default: NO selection) 
     151!!   namdyn_ldf    lateral diffusion scheme                             (default: NO selection) 
     152!!   namdta_dyn    offline TOP: dynamics read in files                  (OFF_SRC only) 
     153!!====================================================================== 
     154! 
    251155!----------------------------------------------------------------------- 
    252156&namdyn_adv    !   formulation of the momentum advection                (default: NO selection) 
     
    256160/ 
    257161!----------------------------------------------------------------------- 
    258 &namdyn_vor    !   Vorticity / Coriolis scheme                          (default: NO) 
     162&namdyn_vor    !   Vorticity / Coriolis scheme                          (default: NO selection) 
    259163!----------------------------------------------------------------------- 
    260164   ln_dynvor_ene = .true.  !  enstrophy conserving scheme 
    261    ln_dynvor_ens = .false. !  energy conserving scheme 
    262    ln_dynvor_mix = .false. !  mixed scheme 
    263    ln_dynvor_een = .false. !  energy & enstrophy scheme 
    264       nn_een_e3f = 1             !  e3f = masked averaging of e3t divided by 4 (=0) or by the sum of mask (=1) 
    265165/ 
    266166!----------------------------------------------------------------------- 
     
    268168!----------------------------------------------------------------------- 
    269169   ln_hpg_zco  = .true.    !  z-coordinate - full steps 
    270    ln_hpg_zps  = .false.   !  z-coordinate - partial steps (interpolation) 
    271 / 
    272 !----------------------------------------------------------------------- 
    273 &namdyn_spg    !   surface pressure gradient                            (default: NO) 
     170/ 
     171!----------------------------------------------------------------------- 
     172&namdyn_spg    !   surface pressure gradient                            (default: NO selection) 
    274173!----------------------------------------------------------------------- 
    275174   ln_dynspg_ts  = .true.  !  split-explicit free surface 
     
    278177&namdyn_ldf    !   lateral diffusion on momentum                        (default: NO selection) 
    279178!----------------------------------------------------------------------- 
    280    !                       !  Type of the operator : 
    281    ln_dynldf_NONE=  .false.    !           No operator (no explicit diffusion) 
    282179   ln_dynldf_lap =  .true.     !    laplacian operator 
    283    ln_dynldf_blp =  .false.    !  bilaplacian operator 
    284    !                       !  Direction of action  : 
    285180   ln_dynldf_lev =  .true.     !  iso-level 
    286    ln_dynldf_hor =  .false.    !  horizontal (geopotential) 
    287    ln_dynldf_iso =  .false.    !  iso-neutral 
    288    !                       !  Coefficient 
    289    nn_ahm_ijk_t  = 0           !  space/time variation of eddy coef 
    290    !                                !  =-30  read in eddy_viscosity_3D.nc file 
    291    !                                !  =-20  read in eddy_viscosity_2D.nc file 
    292    !                                !  =  0  constant  
    293    !                                !  = 10  F(k)=c1d 
    294    !                                !  = 20  F(i,j)=F(grid spacing)=c2d 
    295    !                                !  = 30  F(i,j,k)=c2d*c1d 
    296    !                                !  = 31  F(i,j,k)=F(grid spacing and local velocity) 
    297    rn_ahm_0      = 100000.     !  horizontal laplacian eddy viscosity   [m2/s] 
    298    rn_ahm_b      =      0.     !  background eddy viscosity for ldf_iso [m2/s] 
    299    rn_bhm_0      =      0.     !  horizontal bilaplacian eddy viscosity [m4/s] 
     181   nn_ahm_ijk_t  = 0           !  = 0  constant = 1/2  Uv*Lv   (lap case)  
     182      rn_Uv      = 2.0              !  lateral viscous velocity [m/s]  
     183      rn_Lv      = 100.e+3          !  lateral viscous length   [m] 
    300184/ 
    301185 
    302186!!====================================================================== 
    303187!!                     vertical physics namelists                     !! 
    304 !!====================================================================== 
     188!!                                                                    !! 
     189!!    namzdf        vertical physics manager                            (default: NO selection) 
     190!!    namzdf_ric    richardson number vertical mixing                   (ln_zdfric=T) 
     191!!    namzdf_tke    TKE vertical mixing                                 (ln_zdftke=T) 
     192!!    namzdf_gls    GLS vertical mixing                                 (ln_zdfgls=T) 
     193!!    namzdf_osm    OSM vertical diffusion                              (ln_zdfosm=T) 
     194!!    namzdf_iwm    tidal mixing parameterization                       (ln_zdfiwm=T) 
     195!!====================================================================== 
     196! 
    305197!----------------------------------------------------------------------- 
    306198&namzdf        !   vertical physics                                     (default: NO selection) 
    307199!----------------------------------------------------------------------- 
    308    !                       ! type of vertical closure (required) 
    309    ln_zdfcst   = .false.      !  constant mixing 
    310    ln_zdfric   = .false.      !  local Richardson dependent formulation (T =>   fill namzdf_ric) 
    311200   ln_zdftke   = .true.       !  Turbulent Kinetic Energy closure       (T =>   fill namzdf_tke) 
    312    ln_zdfgls   = .false.      !  Generic Length Scale closure           (T =>   fill namzdf_gls) 
    313    ln_zdfosm   = .false.      !  OSMOSIS BL closure                     (T =>   fill namzdf_osm) 
    314    ! 
    315    !                       ! convection 
    316    ln_zdfevd   = .true.       !  Enhanced Vertical Diffusion scheme 
    317       nn_evdm  =    1            !  evd apply on tracer (=0) or on tracer and momentum (=1) 
    318       rn_evd   =  100.           !  evd mixing coefficient [m2/s] 
    319    ! 
    320    ln_zdfddm   = .false.   ! double diffusive mixing 
    321       rn_avts  =    1.e-4     !  maximum avs (vertical mixing on salinity) 
    322       rn_hsbfr =    1.6       !  heat/salt buoyancy flux ratio 
    323    ! 
    324    !                       ! gravity wave-driven vertical mixing 
    325    ln_zdfiwm   = .false.      ! internal wave-induced mixing            (T =>   fill namzdf_iwm) 
    326    ln_zdfswm   = .false.      ! surface  wave-induced mixing            (T => ln_wave=ln_sdw=T ) 
    327    ! 
    328    !                       !  Coefficients 
     201   ln_zdfevd   = .true.       !  enhanced vertical diffusion 
     202      nn_evdm     =    1         ! apply on tracer (=0) or on tracer and momentum (=1) 
     203      rn_evd      =  100.        ! mixing coefficient [m2/s] 
     204   !                       ! coefficients 
    329205   rn_avm0     =   1.2e-4     !  vertical eddy viscosity   [m2/s]       (background Kz if ln_zdfcst=F) 
    330206   rn_avt0     =   1.2e-5     !  vertical eddy diffusivity [m2/s]       (background Kz if ln_zdfcst=F) 
    331207   nn_avb      =    0         !  profile for background avt & avm (=1) or not (=0) 
    332208   nn_havtb    =    0         !  horizontal shape for avtb (=1) or not (=0) 
    333    ! 
    334 / 
    335 !----------------------------------------------------------------------- 
    336 &namzdf_ric    !   richardson number dependent vertical diffusion       (ln_zdfric =T) 
    337 !----------------------------------------------------------------------- 
    338209/ 
    339210!----------------------------------------------------------------------- 
     
    342213   nn_etau     =   0       !  penetration of tke below the mixed layer (ML) due to internal & intertial waves 
    343214/ 
    344 !----------------------------------------------------------------------- 
    345 &namzdf_gls    !   GLS vertical diffusion                               (ln_zdfgls =T) 
    346 !----------------------------------------------------------------------- 
    347 / 
    348 !----------------------------------------------------------------------- 
    349 &namzdf_osm    !   OSM vertical diffusion                               (ln_zdfosm =T) 
    350 !----------------------------------------------------------------------- 
    351 / 
    352 !----------------------------------------------------------------------- 
    353 &namzdf_iwm    !    internal wave-driven mixing parameterization        (ln_zdfiwm =T) 
    354 !----------------------------------------------------------------------- 
    355 / 
    356 !----------------------------------------------------------------------- 
    357 &nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi") 
    358 !----------------------------------------------------------------------- 
    359 / 
    360 !----------------------------------------------------------------------- 
    361 &namctl        !   Control prints  
    362 !----------------------------------------------------------------------- 
    363 / 
    364 !----------------------------------------------------------------------- 
    365 &namsto        ! Stochastic parametrization of EOS                      (default: NO) 
    366 !----------------------------------------------------------------------- 
    367 / 
    368 !----------------------------------------------------------------------- 
    369 &namtrd        !   trend diagnostics                                    (default F) 
    370 !----------------------------------------------------------------------- 
    371 / 
    372 !----------------------------------------------------------------------- 
    373 &namptr        !   Poleward Transport Diagnostic                        (default F) 
    374 !----------------------------------------------------------------------- 
    375 / 
    376 !----------------------------------------------------------------------- 
    377 &namhsb        !  Heat and salt budgets                                 (default F) 
    378 !----------------------------------------------------------------------- 
    379 / 
    380 !----------------------------------------------------------------------- 
    381 &namdiu        !   Cool skin and warm layer models                      (default F) 
    382 !----------------------------------------------------------------------- 
    383 / 
    384 !----------------------------------------------------------------------- 
    385 &namflo        !   float parameters                                     ("key_float") 
    386 !----------------------------------------------------------------------- 
    387 / 
    388 !----------------------------------------------------------------------- 
    389 &nam_diaharm   !   Harmonic analysis of tidal constituents              ("key_diaharm") 
    390 !----------------------------------------------------------------------- 
    391 / 
    392 !----------------------------------------------------------------------- 
    393 &namdct        ! transports through some sections                       ("key_diadct") 
    394 !----------------------------------------------------------------------- 
    395     nn_dct      = 60       !  time step frequency for transports computing 
    396     nn_dctwri   = 60       !  time step frequency for transports writing 
    397     nn_secdebug = 0        !      0 : no section to debug 
    398 / 
    399 !----------------------------------------------------------------------- 
    400 &nam_diatmb    !  Top Middle Bottom Output                              (default F) 
    401 !----------------------------------------------------------------------- 
    402 / 
    403 !----------------------------------------------------------------------- 
    404 &nam_dia25h    !  25h Mean Output                                       (default F) 
    405 !----------------------------------------------------------------------- 
    406 / 
    407 !----------------------------------------------------------------------- 
    408 &namnc4        !   netcdf4 chunking and compression settings            ("key_netcdf4") 
    409 !----------------------------------------------------------------------- 
    410 / 
    411 !----------------------------------------------------------------------- 
    412 &namobs        !  observation usage switch 
    413 !----------------------------------------------------------------------- 
    414 / 
    415 !----------------------------------------------------------------------- 
    416 &nam_asminc    !   assimilation increments                              ('key_asminc') 
    417 !----------------------------------------------------------------------- 
    418 / 
    419 !----------------------------------------------------------------------- 
    420 &namdta_dyn    !   offline dynamics read in files                       ("key_offline") 
    421 !----------------------------------------------------------------------- 
    422 / 
     215 
     216!!====================================================================== 
     217!!                  ***  Diagnostics namelists  ***                   !! 
     218!!                                                                    !! 
     219!!   namtrd       dynamics and/or tracer trends                         (default NO) 
     220!!   namptr       Poleward Transport Diagnostics                        (default NO) 
     221!!   namhsb       Heat and salt budgets                                 (default NO) 
     222!!   namdiu       Cool skin and warm layer models                       (default NO) 
     223!!   namdiu       Cool skin and warm layer models                       (default NO) 
     224!!   namflo       float parameters                                      ("key_float") 
     225!!   nam_diaharm  Harmonic analysis of tidal constituents               ("key_diaharm") 
     226!!   namdct       transports through some sections                      ("key_diadct") 
     227!!   nam_diatmb   Top Middle Bottom Output                              (default NO) 
     228!!   nam_dia25h   25h Mean Output                                       (default NO) 
     229!!   namnc4       netcdf4 chunking and compression settings             ("key_netcdf4") 
     230!!====================================================================== 
     231 
     232!!====================================================================== 
     233!!               ***  Observation & Assimilation  ***                 !! 
     234!!                                                                    !! 
     235!!   namobs       observation and model comparison                      (default: NO) 
     236!!   nam_asminc   assimilation increments                               ('key_asminc') 
     237!!====================================================================== 
  • branches/2017/dev_merge_2017/NEMOGCM/CONFIG/GYRE_PISCES/EXP00/namelist_top_cfg

    r9356 r9490  
    11!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
    2 !! NEMO/TOP1 :  Configuration namelist : used to overwrite defaults values defined in SHARED/namelist_top_ref 
     2!! NEMO/TOP :   Configuration namelist : used to overwrite defaults values defined in SHARED/namelist_top_ref 
    33!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
    44!----------------------------------------------------------------------- 
     
    1010!----------------------------------------------------------------------- 
    1111   jp_bgc        =  6 
    12 ! 
     12   ! 
    1313   ln_pisces     =  .true. 
    1414   ln_age        =  .false. 
     
    1717   ln_c14        =  .false. 
    1818   ln_my_trc     =  .false. 
    19 ! 
    20 !                 !           !                             !               ! 
    21 !                 !    name   !   title of the field        !   units       ! initial data from file or not ! 
    22 !                 !           !                                             !                               ! 
    23    sn_tracer(1)   = 'DET'     , 'Detritus                   ',  'mmole-N/m3' ,  .false.     
    24    sn_tracer(2)   = 'ZOO'     , 'Zooplankton concentration  ',  'mmole-N/m3' ,  .false.    
    25    sn_tracer(3)   = 'PHY'     , 'Phytoplankton concentration',  'mmole-N/m3' ,  .false.   
    26    sn_tracer(4)   = 'NO3'     , 'Nitrate concentration      ',  'mmole-N/m3' ,  .false.  
    27    sn_tracer(5)   = 'NH4'     , 'Ammonium concentration     ',  'mmole-N/m3' ,  .false.    
    28    sn_tracer(6)   = 'DOM'     , 'Dissolved organic matter   ',  'mmole-N/m3' ,  .false.   
     19   !_____________!__________!________________________________!______________!________________! 
     20   !             !   name   !           title of the field   !   units      ! init from file !  
     21   sn_tracer(1)   = 'DET'   , 'Detritus                   '  , 'mmole-N/m3' ,  .false.     
     22   sn_tracer(2)   = 'ZOO'   , 'Zooplankton concentration  '  , 'mmole-N/m3' ,  .false.    
     23   sn_tracer(3)   = 'PHY'   , 'Phytoplankton concentration'  , 'mmole-N/m3' ,  .false.   
     24   sn_tracer(4)   = 'NO3'   , 'Nitrate concentration      '  , 'mmole-N/m3' ,  .false.  
     25   sn_tracer(5)   = 'NH4'   , 'Ammonium concentration     '  , 'mmole-N/m3' ,  .false.    
     26   sn_tracer(6)   = 'DOM'   , 'Dissolved organic matter   '  , 'mmole-N/m3' ,  .false.   
    2927/ 
    3028!----------------------------------------------------------------------- 
     
    4442/ 
    4543!----------------------------------------------------------------------- 
    46 &namtrc_ldf      !   lateral diffusion scheme for passive tracer  
     44&namtrc_ldf      !   lateral diffusion scheme for passive tracer        (default: NO selection) 
    4745!----------------------------------------------------------------------- 
    48    rn_ahtrc_0       =  1000.    !  horizontal eddy diffusivity for tracers [m2/s] 
     46!                            !  Type of the operator: 
     47   ln_trcldf_NONE  =  .false.    !  No explicit diffusion 
     48   ln_trcldf_tra   =  .true.     !  use active tracer setting 
     49   !                         !  Coefficient (defined with namtra_ldf coefficient) 
     50   rn_ldf_multi    = 1.          !  multiplier of aht for TRC mixing coefficient 
     51   rn_fact_lap     = 1.          !  Equatorial enhanced zonal eddy diffusivity (lap only) 
    4952/ 
    5053!----------------------------------------------------------------------- 
     
    5457/ 
    5558!----------------------------------------------------------------------- 
    56 &namtrc_dmp      !   passive tracer newtonian damping    
     59&namtrc_dmp      !   passive tracer newtonian damping                   (ln_trcdmp=T) 
    5760!----------------------------------------------------------------------- 
    5861/ 
  • branches/2017/dev_merge_2017/NEMOGCM/CONFIG/ORCA2_LIM3_PISCES/EXP00/1_namelist_cfg

    r9356 r9490  
    11!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
    2 !! NEMO/OPA  :  Configuration namelist used to overwrite SHARED/1_namelist_ref 
     2!! NEMO/OPA  Configuration namelist : overwrite some defaults values defined in SHARED/1_namelist_ref 
    33!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
     4!                       ORCA2 - SI3 configuration                      ! 
     5 
     6!!====================================================================== 
     7!!              ***  Domain & Run management namelists  ***           !! 
     8!!                                                                    !! 
     9!!   namrun       parameters of the run 
     10!!   namdom       space and time domain 
     11!!   namcfg       parameters of the configuration                       (default: user defined GYRE) 
     12!!   namwad       Wetting and drying                                    (default NO) 
     13!!   namtsd       data: temperature & salinity                          (default NO) 
     14!!   namcrs       coarsened grid (for outputs and/or TOP)               (ln_crs =T) 
     15!!====================================================================== 
     16! 
    417!----------------------------------------------------------------------- 
    518&namrun        !   parameters of the run 
    619!----------------------------------------------------------------------- 
    7    cn_exp      = "Agulhas" !  experience name  
     20   cn_exp      = "Agulhas" !  experience name 
    821   nn_it000    =       1   !  first time step 
    922   nn_itend    =   10950   !  last  time step 
    1023   nn_stock    =   10950   !  frequency of creation of a restart file (modulo referenced to 1) 
    1124   nn_write    =   10950   !  frequency of write in the output file   (modulo referenced to nn_it000) 
     25   nn_istate   =       0   !  output the initial state (1) or not (0) 
    1226   ln_clobber  = .true.    !  clobber (overwrite) an existing file 
    1327/ 
    1428!----------------------------------------------------------------------- 
     29&namdom        !   time and space domain 
     30!----------------------------------------------------------------------- 
     31   rn_rdt      = 2880.     !  time step for the dynamics (and tracer if nn_acc=0) 
     32/ 
     33!----------------------------------------------------------------------- 
    1534&namcfg        !   parameters of the configuration                      (default: user defined GYRE) 
    1635!----------------------------------------------------------------------- 
    1736   ln_read_cfg = .true.    !  (=T) read the domain configuration file 
    18       !                    !  (=F) user defined configuration  ==>>>  see usrdef(_...) modules 
    1937      cn_domcfg = "AGRIF_AGULHAS_domain_cfg"    ! domain configuration filename 
    2038/ 
    2139!----------------------------------------------------------------------- 
    22 &namdom        !   time and space domain 
    23 !----------------------------------------------------------------------- 
    24    ln_linssh   = .false.   !  =T  linear free surface  ==>>  model level are fixed in time 
     40&namtsd        !    Temperature & Salinity Data                         (default: NO) 
     41!----------------------------------------------------------------------- 
     42   !  with AGRIF ("key_agrif") child are initialized with parent values 
     43/ 
     44 
     45!!====================================================================== 
     46!!            ***  Surface Boundary Condition namelists  ***          !! 
     47!!                                                                    !! 
     48!!   namsbc          surface boundary condition manager                 (default: NO selection) 
     49!!   namsbc_flx      flux               formulation                     (ln_flx     =T) 
     50!!   namsbc_blk      Bulk formulae formulation                          (ln_blk     =T) 
     51!!   namsbc_cpl      CouPLed            formulation                     ("key_oasis3" ) 
     52!!   namsbc_sas      Stand-Alone Surface module                         (SAS_SRC  only) 
     53!!   namsbc_iif      Ice-IF: use observed ice cover                     (nn_ice = 1   ) 
     54!!   namtra_qsr      penetrative solar radiation                        (ln_traqsr  =T) 
     55!!   namsbc_ssr      sea surface restoring term (for T and/or S)        (ln_ssr     =T) 
     56!!   namsbc_rnf      river runoffs                                      (ln_rnf     =T) 
     57!!   namsbc_apr      Atmospheric Pressure                               (ln_apr_dyn =T) 
     58!!   namsbc_isf      ice shelf melting/freezing                         (ln_isfcav  =T : read (ln_read_cfg=T) or set or usr_def_zgr ) 
     59!!   namsbc_iscpl    coupling option between land ice model and ocean   (ln_isfcav  =T) 
     60!!   namsbc_wave     external fields from wave model                    (ln_wave    =T) 
     61!!   namberg         iceberg floats                                     (ln_icebergs=T) 
     62!!====================================================================== 
     63! 
     64!----------------------------------------------------------------------- 
     65&namsbc        !   Surface Boundary Condition (surface module) 
     66!----------------------------------------------------------------------- 
     67   nn_fsbc     = 5         !  frequency of SBC module call 
     68   ln_blk      = .true.    !  Bulk formulation                          (T => fill namsbc_blk ) 
     69   nn_ice      = 0         !  =0 no ice boundary condition 
     70   ln_traqsr   = .true.    !  Light penetration in the ocean            (T => fill namtra_qsr) 
     71   ln_rnf      = .false.   !  runoffs                                   (T => fill namsbc_rnf) 
     72   ln_ssr      = .false.   !  Sea Surface Restoring on T and/or S       (T => fill namsbc_ssr) 
     73   nn_fwb      = 0         !  FreshWater Budget: =0 unchecked 
     74/ 
     75!----------------------------------------------------------------------- 
     76&namsbc_blk   !   namsbc_blk  generic Bulk formula                      (ln_blk =T) 
     77!----------------------------------------------------------------------- 
     78   !                    !  bulk algorithm : 
     79   ln_NCAR     = .true.    ! "NCAR"      algorithm   (Large and Yeager 2008) 
     80 
     81   cn_dir      = './'      !  root directory for the bulk data location 
     82   !___________!_________________________!___________________!___________!_____________!________!___________!______________________________________!__________!_______________! 
     83   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ !          weights filename            ! rotation ! land/sea mask ! 
     84   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                                      ! pairing  !    filename   ! 
     85   sn_wndi     = 'u_10.15JUNE2009_fill'       ,    6         , 'U_10_MOD',   .false.   , .true. , 'yearly'  , 'weights_core2_agrif_bicubic.nc'     , 'Uwnd'   , '' 
     86   sn_wndj     = 'v_10.15JUNE2009_fill'       ,    6         , 'V_10_MOD',   .false.   , .true. , 'yearly'  , 'weights_core2_agrif_bicubic.nc'     , 'Vwnd'   , '' 
     87   sn_qsr      = 'ncar_rad.15JUNE2009_fill'   ,   24         , 'SWDN_MOD',   .false.   , .true. , 'yearly'  , 'weights_core2_agrif_bilinear.nc'    , ''       , '' 
     88   sn_qlw      = 'ncar_rad.15JUNE2009_fill'   ,   24         , 'LWDN_MOD',   .false.   , .true. , 'yearly'  , 'weights_core2_agrif_bilinear.nc'    , ''       , '' 
     89   sn_tair     = 't_10.15JUNE2009_fill'       ,    6         , 'T_10_MOD',   .false.   , .true. , 'yearly'  , 'weights_core2_agrif_bilinear.nc'    , ''       , '' 
     90   sn_humi     = 'q_10.15JUNE2009_fill'       ,    6         , 'Q_10_MOD',   .false.   , .true. , 'yearly'  , 'weights_core2_agrif_bilinear.nc'    , ''       , '' 
     91   sn_prec     = 'ncar_precip.15JUNE2009_fill',   -1         , 'PRC_MOD1',   .false.   , .true. , 'yearly'  , 'weights_core2_agrif_bilinear.nc'    , ''       , '' 
     92   sn_snow     = 'ncar_precip.15JUNE2009_fill',   -1         , 'SNOW'    ,   .false.   , .true. , 'yearly'  , 'weights_core2_agrif_bilinear.nc'    , ''       , '' 
     93   sn_slp      = 'slp.15JUNE2009_fill'        ,    6         , 'SLP'     ,   .false.   , .true. , 'yearly'  , 'weights_core2_agrif_bilinear.nc'    , ''       , '' 
     94   sn_tdif     = 'taudif_core'                ,   24         , 'taudif'  ,   .false.   , .true. , 'yearly'  , 'weights_core2_agrif_bilinear.nc'    , ''       , '' 
     95 
     96/ 
     97!----------------------------------------------------------------------- 
     98&namtra_qsr    !   penetrative solar radiation                          (ln_traqsr =T) 
     99!----------------------------------------------------------------------- 
     100   !                       ! type of penetration                        (default: NO selection) 
     101   ln_qsr_rgb  = .true.       !  RGB light penetration (Red-Green-Blue) 
    25102   ! 
    26    rn_rdt      = 2880.     !  time step for the dynamics (and tracer if nn_acc=0) 
    27 !----------------------------------------------------------------------- 
    28 &namtsd        !   data : Temperature  & Salinity 
    29 !----------------------------------------------------------------------- 
    30 / 
    31 !----------------------------------------------------------------------- 
    32 &namwad        !   Wetting and drying  default is no WAD 
    33 !----------------------------------------------------------------------- 
    34 / 
    35 !----------------------------------------------------------------------- 
    36 &namcrs        !   coarsened grid (for outputs and/or TOP)              (ln_crs =T) 
    37 !----------------------------------------------------------------------- 
    38 / 
    39 !----------------------------------------------------------------------- 
    40 &namc1d        !   1D configuration options                             ("key_c1d") 
    41 !----------------------------------------------------------------------- 
    42 / 
    43 !----------------------------------------------------------------------- 
    44 &namc1d_dyndmp !   U & V newtonian damping                              ("key_c1d") 
    45 !----------------------------------------------------------------------- 
    46 / 
    47 !----------------------------------------------------------------------- 
    48 &namc1d_uvd    !   data: U & V currents                                 ("key_c1d") 
    49 !----------------------------------------------------------------------- 
    50 / 
    51 !----------------------------------------------------------------------- 
    52 &namsbc        !   Surface Boundary Condition (surface module) 
    53 !----------------------------------------------------------------------- 
    54    nn_fsbc     = 1         !  frequency of surface boundary condition computation 
    55    ln_blk      = .true.    !  Bulk formulation                          (T => fill namsbc_blk ) 
    56    nn_ice      = 0         !  =0 no ice boundary condition   , 
    57                            !  =1 use observed ice-cover      , 
    58                            !  =2 or 3 automatically for LIM3 or CICE    ("key_lim3" or "key_cice") 
    59    ln_rnf      = .false.    !  runoffs                                   (T => fill namsbc_rnf) 
    60    ln_ssr      = .false.    !  Sea Surface Restoring on T and/or S       (T => fill namsbc_ssr) 
    61    nn_fwb      = 0         !  FreshWater Budget: =0 unchecked 
    62                            !     =1 global mean of e-p-r set to zero at each time step 
    63                            !     =2 annual global mean of e-p-r set to zero 
    64 / 
    65 !----------------------------------------------------------------------- 
    66 &namsbc_flx    !   surface boundary condition : flux formulation 
    67 !----------------------------------------------------------------------- 
    68 / 
    69 !----------------------------------------------------------------------- 
    70 &namsbc_blk   !   namsbc_blk  generic Bulk formula                      (ln_blk =T) 
    71 !----------------------------------------------------------------------- 
    72 !              !  file name                   ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights                              ! rotation ! land/sea mask ! 
    73 !              !                              !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename                             ! pairing  ! filename      ! 
    74    sn_wndi     = 'u_10.15JUNE2009_fill'       ,         6         , 'U_10_MOD',   .false.    , .true. , 'yearly'  , 'weights_core2_agrif_bicubic.nc'     , 'Uwnd'   , '' 
    75    sn_wndj     = 'v_10.15JUNE2009_fill'       ,         6         , 'V_10_MOD',   .false.    , .true. , 'yearly'  , 'weights_core2_agrif_bicubic.nc'     , 'Vwnd'   , '' 
    76    sn_qsr      = 'ncar_rad.15JUNE2009_fill'   ,        24         , 'SWDN_MOD',   .false.    , .true. , 'yearly'  , 'weights_core2_agrif_bilinear.nc'    , ''       , '' 
    77    sn_qlw      = 'ncar_rad.15JUNE2009_fill'   ,        24         , 'LWDN_MOD',   .false.    , .true. , 'yearly'  , 'weights_core2_agrif_bilinear.nc'    , ''       , '' 
    78    sn_tair     = 't_10.15JUNE2009_fill'       ,         6         , 'T_10_MOD',   .false.    , .true. , 'yearly'  , 'weights_core2_agrif_bilinear.nc'    , ''       , '' 
    79    sn_humi     = 'q_10.15JUNE2009_fill'       ,         6         , 'Q_10_MOD',   .false.    , .true. , 'yearly'  , 'weights_core2_agrif_bilinear.nc'    , ''       , '' 
    80    sn_prec     = 'ncar_precip.15JUNE2009_fill',        -1         , 'PRC_MOD1',   .false.    , .true. , 'yearly'  , 'weights_core2_agrif_bilinear.nc'    , ''       , '' 
    81    sn_snow     = 'ncar_precip.15JUNE2009_fill',        -1         , 'SNOW'    ,   .false.    , .true. , 'yearly'  , 'weights_core2_agrif_bilinear.nc'    , ''       , '' 
    82    sn_slp      = 'slp.15JUNE2009_fill'        ,         6         , 'SLP'     ,   .false.    , .true. , 'yearly'  , 'weights_core2_agrif_bilinear.nc'    , ''       , '' 
    83    sn_tdif     = 'taudif_core'                ,        24         , 'taudif'  ,   .false.    , .true. , 'yearly'  , 'weights_core2_agrif_bilinear.nc'    , ''       , '' 
    84    ! 
    85    !                    !  bulk algorithm : 
    86    ln_NCAR     = .true.   ! "NCAR"      algorithm   (Large and Yeager 2008) 
    87 / 
    88 !----------------------------------------------------------------------- 
    89 &namsbc_cpl    !   coupled ocean/atmosphere model                       ("key_oasis3") 
    90 !----------------------------------------------------------------------- 
    91 / 
    92 !----------------------------------------------------------------------- 
    93 &namsbc_sas    !   Stand-Alone Surface boundary condition 
    94 !----------------------------------------------------------------------- 
    95 / 
    96 !----------------------------------------------------------------------- 
    97 &namsbc_iif    !   Ice-IF : use observed ice cover                      (nn_ice = 1) 
    98 !----------------------------------------------------------------------- 
    99 / 
    100 !----------------------------------------------------------------------- 
    101 &namtra_qsr    !   penetrative solar radiation                          (ln_traqsr =T) 
    102 !----------------------------------------------------------------------- 
    103 !              !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! 
    104 !              !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! 
    105    sn_chl      ='chlorophyll',        -1         , 'CHLA'    ,   .true.     , .true. , 'yearly'  , 'weights_bilin.nc'       , '' 
    106 / 
    107 !----------------------------------------------------------------------- 
    108 &namsbc_rnf    !   runoffs namelist surface boundary condition          (ln_rnf =T) 
    109 !----------------------------------------------------------------------- 
    110 / 
    111 !----------------------------------------------------------------------- 
    112 &namsbc_isf    !  Top boundary layer (ISF)                              (nn_isf >0) 
    113 !----------------------------------------------------------------------- 
    114 / 
    115 !----------------------------------------------------------------------- 
    116 &namsbc_iscpl  !   land ice / ocean coupling option                      
    117 !----------------------------------------------------------------------- 
    118 / 
    119 !----------------------------------------------------------------------- 
    120 &namsbc_apr    !   Atmospheric pressure used as ocean forcing           (ln_apr_dyn =T) 
    121 !----------------------------------------------------------------------- 
     103   nn_chldta   =      1       !  RGB : Chl data (=1) or cst value (=0) 
     104 
     105   cn_dir      = './'      !  root directory for the chlorophyl data location 
     106   !___________!_________________________!___________________!___________!_____________!________!___________!__________________!__________!_______________! 
     107   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask ! 
     108   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   ! 
     109   sn_chl      ='chlorophyll'            ,        -1         , 'CHLA'    ,   .true.    , .true. , 'yearly'  ,'weights_bilin.nc', ''      , '' 
    122110/ 
    123111!----------------------------------------------------------------------- 
    124112&namsbc_ssr    !   surface boundary condition : sea surface restoring   (ln_ssr =T) 
    125113!----------------------------------------------------------------------- 
    126 / 
    127 !----------------------------------------------------------------------- 
    128 &namsbc_wave   ! External fields from wave model                        (ln_wave=T) 
    129 !----------------------------------------------------------------------- 
     114   !  not used in this zoom 
     115/ 
     116!----------------------------------------------------------------------- 
     117&namsbc_rnf    !   runoffs                                              (ln_rnf =T) 
     118!----------------------------------------------------------------------- 
     119   !  not used in this zoom 
    130120/ 
    131121!----------------------------------------------------------------------- 
    132122&namberg       !   iceberg parameters                                   (default: No iceberg) 
    133123!----------------------------------------------------------------------- 
    134       ln_icebergs              = .false.               ! iceberg floats or not 
    135 / 
    136 !----------------------------------------------------------------------- 
    137 &namlbc        !   lateral momentum boundary condition 
    138 !----------------------------------------------------------------------- 
    139 / 
     124   !  iceberg floats are not currently available with AGRIF 
     125   !     ===>>  forced deactivation in icbini.F90  
     126/ 
     127 
     128!!====================================================================== 
     129!!               ***  Lateral boundary condition  ***                 !! 
     130!!                                                                    !! 
     131!!   namlbc        lateral momentum boundary condition                  (no slip) 
     132!!   namagrif      agrif nested grid ( read by child model only )       ("key_agrif") 
     133!!   nam_tide      Tidal forcing                                        (default: NO) 
     134!!   nambdy        Unstructured open boundaries                         (default: NO) 
     135!!   nambdy_dta    Unstructured open boundaries - external data         (see  nambdy) 
     136!!   nambdy_tide   tidal forcing at open boundaries                     (default: NO) 
     137!!====================================================================== 
     138! 
    140139!----------------------------------------------------------------------- 
    141140&namagrif      !  AGRIF zoom                                            ("key_agrif") 
    142141!----------------------------------------------------------------------- 
    143 / 
    144 !----------------------------------------------------------------------- 
    145 &nam_tide      !   tide parameters 
    146 !----------------------------------------------------------------------- 
    147 / 
    148 !----------------------------------------------------------------------- 
    149 &nambdy        !  unstructured open boundaries                           
    150 !----------------------------------------------------------------------- 
    151 / 
    152 !----------------------------------------------------------------------- 
    153 &nambdy_dta    !  open boundaries - external data                        
    154 !----------------------------------------------------------------------- 
    155 / 
    156 !----------------------------------------------------------------------- 
    157 &nambdy_tide   !  tidal forcing at open boundaries 
    158 !----------------------------------------------------------------------- 
     142   ln_spc_dyn    = .true.  !  use 0 as special value for dynamics 
     143   rn_sponge_tra = 2880.   !  coefficient for tracer   sponge layer [m2/s] 
     144   rn_sponge_dyn = 2880.   !  coefficient for dynamics sponge layer [m2/s] 
     145   ln_chk_bathy  = .false. !  =T  check the parent bathymetry 
    159146/ 
    160147!----------------------------------------------------------------------- 
     
    164151/ 
    165152!----------------------------------------------------------------------- 
    166 &namdrg_top    !   TOP friction                                         (ln_isfcav=T) 
    167 !----------------------------------------------------------------------- 
    168 / 
    169 !----------------------------------------------------------------------- 
    170 &namdrg_bot    !   BOTTOM friction                                   
     153&namdrg_bot    !   BOTTOM friction                                       
    171154!----------------------------------------------------------------------- 
    172155/ 
     
    174157&nambbc        !   bottom temperature boundary condition                (default: NO) 
    175158!----------------------------------------------------------------------- 
    176    ln_trabbc   = .true.    !  Apply a geothermal heating at the ocean bottom 
     159   ln_trabbc   = .true.   !  Apply a geothermal heating at the ocean bottom 
     160      nn_geoflx   =    1      !  geothermal heat flux: = 1 constant flux 
     161!!gm      nn_geoflx   =    2      !  geothermal heat flux: = 2 read variable flux [mW/m2] 
     162 
     163   cn_dir      = './'      !  root directory for the geothermal data location 
     164   !___________!_________________________!___________________!___________!_____________!________!___________!__________________!__________!_______________! 
     165   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask ! 
     166   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   ! 
     167   sn_qgh      ='geothermal_heating.nc'  ,       -12.        , 'heatflow',   .false.   , .true. , 'yearly'  ,'weights_bilin.nc',   ''     ,   '' 
    177168/ 
    178169!----------------------------------------------------------------------- 
     
    180171!----------------------------------------------------------------------- 
    181172   ln_trabbl   = .true.    !  Bottom Boundary Layer parameterisation flag 
    182    nn_bbl_ldf  =  1        !  diffusive bbl (=1)   or not (=0) 
    183    nn_bbl_adv  =  0        !  advective bbl (=1/2) or not (=0) 
    184    rn_ahtbbl   =  1000.    !  lateral mixing coefficient in the bbl  [m2/s] 
    185    rn_gambbl   =  10.      !  advective bbl coefficient                 [s] 
    186 / 
    187 !----------------------------------------------------------------------- 
    188 &nameos        !   ocean Equation Of Seawater                           (default: NO) 
    189 !----------------------------------------------------------------------- 
    190    ln_teos10   = .false.         !  = Use TEOS-10 equation of state 
     173      nn_bbl_ldf  =  1        !  diffusive bbl (=1)   or not (=0) 
     174      nn_bbl_adv  =  0        !  advective bbl (=1/2) or not (=0) 
     175      rn_ahtbbl   =  1000.    !  lateral mixing coefficient in the bbl  [m2/s] 
     176      rn_gambbl   =  10.      !  advective bbl coefficient                 [s] 
     177/ 
     178 
     179!!====================================================================== 
     180!!                        Tracer (T & S) namelists                    !! 
     181!!                                                                    !! 
     182!!   nameos           equation of state                                 (default: NO selection) 
     183!!   namtra_adv       advection scheme                                  (default: NO selection) 
     184!!   namtra_adv_mle   mixed layer eddy param. (Fox-Kemper param.)       (default: NO) 
     185!!   namtra_ldf       lateral diffusion scheme                          (default: NO selection) 
     186!!   namtra_eiv       eddy induced velocity param.                      (default: NO) 
     187!!   namtra_dmp       T & S newtonian damping                           (default: NO) 
     188!!====================================================================== 
     189! 
     190!----------------------------------------------------------------------- 
     191&nameos        !   ocean Equation Of Seawater                           (default: NO selection) 
     192!----------------------------------------------------------------------- 
    191193   ln_eos80    = .true.          !  = Use EOS80 
    192    ln_seos     = .false.         !  = Use S-EOS (simplified Eq.) 
    193194/ 
    194195!----------------------------------------------------------------------- 
     
    200201/ 
    201202!----------------------------------------------------------------------- 
    202 &namtra_adv_mle !   mixed layer eddy parametrisation (Fox-Kemper param) (default: NO) 
    203 !----------------------------------------------------------------------- 
    204 / 
    205 !----------------------------------------------------------------------- 
    206203&namtra_ldf    !   lateral diffusion scheme for tracers                 (default: NO selection) 
    207204!----------------------------------------------------------------------- 
    208    !                       !  Operator type: 
    209    ln_traldf_NONE  =  .false.  !           No operator (no explicit advection) 
    210205   ln_traldf_lap   =  .true.   !    laplacian operator 
    211    ln_traldf_blp   =  .false.  !  bilaplacian operator 
    212    !                       !  Direction of action: 
    213    ln_traldf_lev   =  .false.  !  iso-level 
    214    ln_traldf_hor   =  .false.  !  horizontal (geopotential) 
    215206   ln_traldf_iso   =  .true.   !  iso-neutral (Standard operator) 
    216    ln_traldf_triad =  .false.  !  iso-neutral (Triads   operator) 
    217    ! 
    218    !                       !  iso-neutral options:         
    219    ln_traldf_msc   =  .true.   !  Method of Stabilizing Correction (both operators) 
    220    rn_slpmax       =   0.01    !  slope limit                      (both operators) 
    221    ln_triad_iso    =  .false.  !  pure horizontal mixing in ML              (triad only) 
    222    rn_sw_triad     =  1        !  =1 switching triad ; =0 all 4 triads used (triad only) 
    223    ln_botmix_triad =  .false.  !  lateral mixing on bottom                  (triad only) 
    224    ! 
    225    !                       !  Coefficients: 
    226    nn_aht_ijk_t    = 20        !  space/time variation of eddy coef 
    227    !                                !   =-20 (=-30)    read in eddy_diffusivity_2D.nc (..._3D.nc) file 
    228    !                                !   =  0           constant  
    229    !                                !   = 10 F(k)      =ldf_c1d  
    230    !                                !   = 20 F(i,j)    =ldf_c2d  
    231    !                                !   = 21 F(i,j,t)  =Treguier et al. JPO 1997 formulation 
    232    !                                !   = 30 F(i,j,k)  =ldf_c2d + ldf_c1d 
    233    !                                !   = 31 F(i,j,k,t)=F(local velocity) 
    234    rn_aht_0        = 1000.     !  lateral eddy diffusivity   (lap. operator) [m2/s] 
    235    rn_bht_0        = 1.e+12    !  lateral eddy diffusivity (bilap. operator) [m4/s] 
    236 / 
    237 !----------------------------------------------------------------------- 
    238 &namtra_ldfeiv !   eddy induced velocity param.                         (default: NO) 
    239 !----------------------------------------------------------------------- 
    240    ln_ldfeiv     =.false.   ! use eddy induced velocity parameterization 
     207   nn_aht_ijk_t    = 20        !  = 20  F(i,j) = 1/2  Ud*max(e1,e2) (lap case) 
     208      rn_Ud        = 0.018          !  lateral diffusive velocity [m/s]  
     209      rn_Ld        =  50.e+3        !  lateral diffusive length   [m] 
     210/ 
     211!----------------------------------------------------------------------- 
     212&namtra_adv_mle !   mixed layer eddy parametrisation (Fox-Kemper)       (default: NO) 
     213!----------------------------------------------------------------------- 
     214   ln_mle      = .true.   ! (T) use the Mixed Layer Eddy (MLE) parameterisation 
     215/ 
     216!----------------------------------------------------------------------- 
     217&namtra_eiv !   eddy induced velocity param.                            (default: NO) 
     218!----------------------------------------------------------------------- 
     219   !  not used in this zoom 
    241220/ 
    242221!----------------------------------------------------------------------- 
    243222&namtra_dmp    !   tracer: T & S newtonian damping                      (default: NO) 
    244223!----------------------------------------------------------------------- 
    245    ln_tradmp   =  .false.   !  add a damping termn (T) or not (F) 
    246 / 
    247 !----------------------------------------------------------------------- 
    248 &nam_vvl       !   vertical coordinate options                          (default: z-star) 
    249 !----------------------------------------------------------------------- 
    250 / 
     224   !  not used in this zoom 
     225/ 
     226 
     227!!====================================================================== 
     228!!                      ***  Dynamics namelists  ***                  !! 
     229!!                                                                    !! 
     230!!   nam_vvl       vertical coordinate options                          (default: z-star) 
     231!!   namdyn_adv    formulation of the momentum advection                (default: NO selection) 
     232!!   namdyn_vor    advection scheme                                     (default: NO selection) 
     233!!   namdyn_hpg    hydrostatic pressure gradient                        (default: NO selection) 
     234!!   namdyn_spg    surface pressure gradient                            (default: NO selection) 
     235!!   namdyn_ldf    lateral diffusion scheme                             (default: NO selection) 
     236!!   namdta_dyn    offline TOP: dynamics read in files                  (OFF_SRC only) 
     237!!====================================================================== 
     238! 
    251239!----------------------------------------------------------------------- 
    252240&namdyn_adv    !   formulation of the momentum advection                (default: NO selection) 
    253241!----------------------------------------------------------------------- 
    254    ln_dynadv_NONE= .false. !  linear dynamics (no momentum advection) 
    255242   ln_dynadv_vec = .true.  !  vector form - 2nd centered scheme 
    256      nn_dynkeg     = 0        ! grad(KE) scheme: =0   C2  ;  =1   Hollingsworth correction 
    257    ln_dynadv_cen2= .false. !  flux form - 2nd order centered scheme 
    258    ln_dynadv_ubs = .false. !  flux form - 3rd order UBS      scheme 
    259 / 
    260 !----------------------------------------------------------------------- 
    261 &namdyn_vor    !   Vorticity / Coriolis scheme                          (default: NO) 
    262 !----------------------------------------------------------------------- 
    263    ln_dynvor_ene = .false. !  enstrophy conserving scheme 
    264    ln_dynvor_ens = .false. !  energy conserving scheme 
    265    ln_dynvor_mix = .false. !  mixed scheme 
     243     nn_dynkeg     = 0        !  =0 : C2 grad(KE) scheme 
     244/ 
     245!----------------------------------------------------------------------- 
     246&namdyn_vor    !   Vorticity / Coriolis scheme                          (default: NO selection) 
     247!----------------------------------------------------------------------- 
    266248   ln_dynvor_een = .true.  !  energy & enstrophy scheme 
    267249      nn_een_e3f = 0             !  e3f = masked averaging of e3t divided by 4 (=0) or by the sum of mask (=1) 
     
    273255/ 
    274256!----------------------------------------------------------------------- 
    275 &namdyn_spg    !   surface pressure gradient                            (default: NO) 
     257&namdyn_spg    !   surface pressure gradient                            (default: NO selection) 
    276258!----------------------------------------------------------------------- 
    277259   ln_dynspg_ts  = .true.  !  split-explicit free surface 
     
    280262&namdyn_ldf    !   lateral diffusion on momentum                        (default: NO selection) 
    281263!----------------------------------------------------------------------- 
    282    !                       !  Type of the operator : 
    283    !                           !  no diffusion: set ln_dynldf_lap=..._blp=F  
    284    ln_dynldf_lap =  .false.    !    laplacian operator 
    285264   ln_dynldf_blp =  .true.     !  bilaplacian operator 
    286    !                       !  Direction of action  : 
    287265   ln_dynldf_lev =  .true.     !  iso-level 
    288    ln_dynldf_hor =  .false.    !  horizontal (geopotential) 
    289    ln_dynldf_iso =  .false.    !  iso-neutral 
    290    !                       !  Coefficient 
    291    nn_ahm_ijk_t  =  0          !  space/time variation of eddy coef 
    292    !                                !  =-30  read in eddy_viscosity_3D.nc file 
    293    !                                !  =-20  read in eddy_viscosity_2D.nc file 
    294    !                                !  =  0  constant  
    295    !                                !  = 10  F(k)=c1d 
    296    !                                !  = 20  F(i,j)=F(grid spacing)=c2d 
    297    !                                !  = 30  F(i,j,k)=c2d*c1d 
    298    !                                !  = 31  F(i,j,k)=F(grid spacing and local velocity) 
    299    rn_ahm_0      =  40000.     !  horizontal laplacian eddy viscosity   [m2/s] 
    300    rn_ahm_b      =      0.     !  background eddy viscosity for ldf_iso [m2/s] 
    301    rn_bhm_0      = 8.5e+11     !  horizontal bilaplacian eddy viscosity [m4/s] 
    302    ! 
    303    ! Caution in 20 and 30 cases the coefficient have to be given for a 1 degree grid (~111km) 
    304 / 
     266   nn_ahm_ijk_t  =  0          !  =  0  constant = 1/12 Uv*Lv^3 (blp case) 
     267      rn_Uv      = 0.0816           !  lateral viscous velocity [m/s] 
     268      rn_Lv      = 100.e+3          !  lateral viscous length   [m] 
     269/ 
     270 
     271!!====================================================================== 
     272!!                     vertical physics namelists                     !! 
     273!!                                                                    !! 
     274!!    namzdf        vertical physics manager                            (default: NO selection) 
     275!!    namzdf_ric    richardson number vertical mixing                   (ln_zdfric=T) 
     276!!    namzdf_tke    TKE vertical mixing                                 (ln_zdftke=T) 
     277!!    namzdf_gls    GLS vertical mixing                                 (ln_zdfgls=T) 
     278!!    namzdf_osm    OSM vertical diffusion                              (ln_zdfosm=T) 
     279!!    namzdf_iwm    tidal mixing parameterization                       (ln_zdfiwm=T) 
     280!!====================================================================== 
     281! 
    305282!----------------------------------------------------------------------- 
    306283&namzdf        !   vertical physics                                     (default: NO selection) 
    307284!----------------------------------------------------------------------- 
    308    !                       ! type of vertical closure 
    309    ln_zdfcst   = .false.      !  constant mixing 
    310    ln_zdfric   = .false.      !  local Richardson dependent formulation (T =>   fill namzdf_ric) 
    311285   ln_zdftke   = .true.       !  Turbulent Kinetic Energy closure       (T =>   fill namzdf_tke) 
    312    ln_zdfgls   = .false.      !  Generic Length Scale closure           (T =>   fill namzdf_gls) 
    313    ln_zdfosm   = .false.      !  OSMOSIS BL closure                     (T =>   fill namzdf_osm) 
    314    ! 
    315    !                       ! convection 
    316286   ln_zdfevd   = .true.       !  Enhanced Vertical Diffusion scheme 
    317287      nn_evdm  =    0            !  evd apply on tracer (=0) or on tracer and momentum (=1) 
    318288      rn_evd   =  100.           !  evd mixing coefficient [m2/s] 
    319    ! 
    320289   ln_zdfddm   = .true.    ! double diffusive mixing 
    321290      rn_avts  =    1.e-4     !  maximum avs (vertical mixing on salinity) 
    322291      rn_hsbfr =    1.6       !  heat/salt buoyancy flux ratio 
    323    ! 
    324    !                       ! gravity wave-driven vertical mixing 
    325292   ln_zdfiwm   = .false.      ! internal wave-induced mixing            (T =>   fill namzdf_iwm) 
    326    ln_zdfswm   = .false.      ! surface  wave-induced mixing            (T => ln_wave=ln_sdw=T ) 
    327    ! 
    328293   !                       !  Coefficients 
    329294   rn_avm0     =   1.2e-4     !  vertical eddy viscosity   [m2/s]       (background Kz if ln_zdfcst=F) 
     
    333298/ 
    334299!----------------------------------------------------------------------- 
    335 &namzdf_ric    !   richardson number dependent vertical diffusion       (ln_zdfric =T) 
    336 !----------------------------------------------------------------------- 
    337 / 
    338 !----------------------------------------------------------------------- 
    339300&namzdf_tke    !   turbulent eddy kinetic dependent vertical diffusion  (ln_zdftke =T) 
    340301!----------------------------------------------------------------------- 
    341302/ 
    342303!----------------------------------------------------------------------- 
    343 &namzdf_gls    !   GLS vertical diffusion                               (ln_zdfgls =T) 
    344 !----------------------------------------------------------------------- 
    345 / 
    346 !----------------------------------------------------------------------- 
    347 &namzdf_osm    !   OSM vertical diffusion                               (ln_zdfosm =T) 
    348 !----------------------------------------------------------------------- 
    349 / 
    350 !----------------------------------------------------------------------- 
    351304&namzdf_iwm    !    internal wave-driven mixing parameterization        (ln_zdfiwm =T) 
    352305!----------------------------------------------------------------------- 
    353 / 
    354 !----------------------------------------------------------------------- 
    355 &nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi") 
    356 !----------------------------------------------------------------------- 
    357 / 
    358 !----------------------------------------------------------------------- 
    359 &namctl        !   Control prints  
    360 !----------------------------------------------------------------------- 
    361 / 
    362 !----------------------------------------------------------------------- 
    363 &namsto        ! Stochastic parametrization of EOS                      (default: NO) 
    364 !----------------------------------------------------------------------- 
    365 / 
    366 !----------------------------------------------------------------------- 
    367 &namtrd        !   trend diagnostics                                    (default F) 
    368 !----------------------------------------------------------------------- 
    369 / 
    370 !----------------------------------------------------------------------- 
    371 &namptr        !   Poleward Transport Diagnostic                        (default F) 
    372 !----------------------------------------------------------------------- 
    373 / 
    374 !----------------------------------------------------------------------- 
    375 &namhsb        !  Heat and salt budgets                                 (default F) 
    376 !----------------------------------------------------------------------- 
    377 / 
    378 !----------------------------------------------------------------------- 
    379 &namdiu        !   Cool skin and warm layer models                      (default F) 
    380 !----------------------------------------------------------------------- 
    381 / 
    382 !----------------------------------------------------------------------- 
    383 &namflo        !   float parameters                                     ("key_float") 
    384 !----------------------------------------------------------------------- 
    385 / 
    386 !----------------------------------------------------------------------- 
    387 &nam_diaharm   !   Harmonic analysis of tidal constituents              ("key_diaharm") 
    388 !----------------------------------------------------------------------- 
    389 / 
    390 !----------------------------------------------------------------------- 
    391 &namdct        ! transports through some sections                       ("key_diadct") 
    392 !----------------------------------------------------------------------- 
    393 / 
    394 !----------------------------------------------------------------------- 
    395 &nam_diatmb    !  Top Middle Bottom Output                              (default F) 
    396 !----------------------------------------------------------------------- 
    397 / 
    398 !----------------------------------------------------------------------- 
    399 &nam_dia25h    !  25h Mean Output                                       (default F) 
    400 !----------------------------------------------------------------------- 
    401 / 
    402 !----------------------------------------------------------------------- 
    403 &namnc4        !   netcdf4 chunking and compression settings            ("key_netcdf4") 
    404 !----------------------------------------------------------------------- 
    405 / 
    406 !----------------------------------------------------------------------- 
    407 &namobs        !  observation usage switch 
    408 !----------------------------------------------------------------------- 
    409 / 
    410 !----------------------------------------------------------------------- 
    411 &nam_asminc    !   assimilation increments                              ('key_asminc') 
    412 !----------------------------------------------------------------------- 
    413 / 
    414 !----------------------------------------------------------------------- 
    415 &namdta_dyn    !   offline dynamics read in files                       ("key_offline") 
    416 !----------------------------------------------------------------------- 
    417 / 
     306   !  not used in this zoom 
     307/ 
     308 
     309!!====================================================================== 
     310!!                  ***  Diagnostics namelists  ***                   !! 
     311!!                                                                    !! 
     312!!   namtrd       dynamics and/or tracer trends                         (default NO) 
     313!!   namptr       Poleward Transport Diagnostics                        (default NO) 
     314!!   namhsb       Heat and salt budgets                                 (default NO) 
     315!!   namdiu       Cool skin and warm layer models                       (default NO) 
     316!!   namdiu       Cool skin and warm layer models                       (default NO) 
     317!!   namflo       float parameters                                      ("key_float") 
     318!!   nam_diaharm  Harmonic analysis of tidal constituents               ("key_diaharm") 
     319!!   namdct       transports through some sections                      ("key_diadct") 
     320!!   nam_diatmb   Top Middle Bottom Output                              (default NO) 
     321!!   nam_dia25h   25h Mean Output                                       (default NO) 
     322!!   namnc4       netcdf4 chunking and compression settings             ("key_netcdf4") 
     323!!====================================================================== 
     324! 
     325 
     326!!====================================================================== 
     327!!               ***  Observation & Assimilation  ***                 !! 
     328!!                                                                    !! 
     329!!   namobs       observation and model comparison                      (default: NO) 
     330!!   nam_asminc   assimilation increments                               ('key_asminc') 
     331!!====================================================================== 
     332! 
  • branches/2017/dev_merge_2017/NEMOGCM/CONFIG/ORCA2_LIM3_PISCES/EXP00/namelist_cfg

    r9356 r9490  
    11!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
    2 !! NEMO/OPA  Configuration namelist : used to overwrite defaults values defined in SHARED/namelist_ref 
     2!! NEMO/OPA  ORCA2 namelist : overwrite some defaults values defined in SHARED/namelist_ref 
    33!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
     4!                       ORCA2 - IC3 configuration                      ! 
     5 
     6!!====================================================================== 
     7!!              ***  Domain & Run management namelists  ***           !! 
     8!!                                                                    !! 
     9!!   namrun       parameters of the run 
     10!!   namdom       space and time domain 
     11!!   namcfg       parameters of the configuration                       (default: user defined GYRE) 
     12!!   namwad       Wetting and drying                                    (default NO) 
     13!!   namtsd       data: temperature & salinity                          (default NO) 
     14!!   namcrs       coarsened grid (for outputs and/or TOP)               (ln_crs =T) 
     15!!====================================================================== 
     16! 
    417!----------------------------------------------------------------------- 
    518&namrun        !   parameters of the run 
    619!----------------------------------------------------------------------- 
    7    nn_no       =       0   !  job number (no more used...) 
    820   cn_exp      =  "ORCA2"  !  experience name 
    921   nn_it000    =       1   !  first time step 
    1022   nn_itend    =    5475   !  last  time step (std 5475) 
     23   nn_istate   =       0   !  output the initial state (1) or not (0) 
     24/ 
     25!----------------------------------------------------------------------- 
     26&namdom        !   time and space domain 
     27!----------------------------------------------------------------------- 
     28   rn_rdt      = 5760.     !  time step for the dynamics and tracer 
    1129/ 
    1230!----------------------------------------------------------------------- 
     
    1432!----------------------------------------------------------------------- 
    1533   ln_read_cfg = .true.    !  (=T) read the domain configuration file 
    16       !                    !  (=F) user defined configuration  ==>>>  see usrdef(_...) modules 
    1734      cn_domcfg = "ORCA_R2_zps_domcfg"    ! domain configuration filename 
    1835      ! 
    19       ln_closea    = .false.    !  T => keep closed seas (defined by closea_mask field) in the   
    20       !                         !       domain and apply special treatment of freshwater fluxes. 
    21       !                         !  F => suppress closed seas (defined by closea_mask field)  
     36      ln_closea    = .false.    !  F => suppress closed seas (defined by closea_mask field)  
    2237      !                         !       from the bathymetry at runtime. 
    23       !                         !  If closea_mask field doesn't exist in the domain_cfg file 
    24       !                         !       then this logical does nothing. 
    25 / 
    26 !----------------------------------------------------------------------- 
    27 &namdom        !   time and space domain 
    28 !----------------------------------------------------------------------- 
    29    ln_linssh   = .false.   !  =T  linear free surface  ==>>  model level are fixed in time 
    30    rn_rdt      = 5760.     !  time step for the dynamics and tracer 
    31    rn_atfp     =    0.1    !  asselin time filter parameter 
    32 / 
    33 !----------------------------------------------------------------------- 
    34 &namtsd        !   data : Temperature  & Salinity 
    35 !----------------------------------------------------------------------- 
    36 / 
    37 !----------------------------------------------------------------------- 
    38 &namwad        !   Wetting and drying  default is no WAD 
    39 !----------------------------------------------------------------------- 
    40 / 
    41 !----------------------------------------------------------------------- 
    42 &namcrs        !   coarsened grid (for outputs and/or TOP)              (ln_crs =T) 
    43 !----------------------------------------------------------------------- 
    44 / 
    45 !----------------------------------------------------------------------- 
    46 &namc1d        !   1D configuration options                             ("key_c1d") 
    47 !----------------------------------------------------------------------- 
    48 / 
    49 !----------------------------------------------------------------------- 
    50 &namc1d_dyndmp !   U & V newtonian damping                              ("key_c1d") 
    51 !----------------------------------------------------------------------- 
    52 / 
    53 !----------------------------------------------------------------------- 
    54 &namc1d_uvd    !   data: U & V currents                                 ("key_c1d") 
    55 !----------------------------------------------------------------------- 
    56 / 
    57 !----------------------------------------------------------------------- 
    58 &namsbc        !   Surface Boundary Condition (surface module) 
    59 !----------------------------------------------------------------------- 
     38/ 
     39!----------------------------------------------------------------------- 
     40&namtsd        !    Temperature & Salinity Data                         (default: NO) 
     41!----------------------------------------------------------------------- 
     42   !                       ! =T  read T-S fields for: 
     43   ln_tsd_init = .true.          !  ocean initialisation 
     44   ln_tsd_dmp  = .true.          !  T-S restoring   (see namtra_dmp) 
     45 
     46   cn_dir = './'     !  root directory for the T-S data location 
     47   !___________!_________________________!___________________!___________!_____________!________!___________!__________________!__________!_______________! 
     48   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask ! 
     49   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   ! 
     50   sn_tem = 'data_1m_potential_temperature_nomask',     -1      ,'votemper',   .true.    , .true. , 'yearly'  ,    ''    ,    ''    ,    '' 
     51   sn_sal = 'data_1m_salinity_nomask'             ,     -1      ,'vosaline',   .true.    , .true. , 'yearly'  ,    ''    ,    ''    ,    '' 
     52/ 
     53 
     54!!====================================================================== 
     55!!            ***  Surface Boundary Condition namelists  ***          !! 
     56!!                                                                    !! 
     57!!   namsbc          surface boundary condition manager                 (default: NO selection) 
     58!!   namsbc_flx      flux               formulation                     (ln_flx     =T) 
     59!!   namsbc_blk      Bulk formulae formulation                          (ln_blk     =T) 
     60!!   namsbc_cpl      CouPLed            formulation                     ("key_oasis3" ) 
     61!!   namsbc_sas      Stand-Alone Surface module                         (SAS_SRC  only) 
     62!!   namsbc_iif      Ice-IF: use observed ice cover                     (nn_ice = 1   ) 
     63!!   namtra_qsr      penetrative solar radiation                        (ln_traqsr  =T) 
     64!!   namsbc_ssr      sea surface restoring term (for T and/or S)        (ln_ssr     =T) 
     65!!   namsbc_rnf      river runoffs                                      (ln_rnf     =T) 
     66!!   namsbc_apr      Atmospheric Pressure                               (ln_apr_dyn =T) 
     67!!   namsbc_isf      ice shelf melting/freezing                         (ln_isfcav  =T : read (ln_read_cfg=T) or set or usr_def_zgr ) 
     68!!   namsbc_iscpl    coupling option between land ice model and ocean   (ln_isfcav  =T) 
     69!!   namsbc_wave     external fields from wave model                    (ln_wave    =T) 
     70!!   namberg         iceberg floats                                     (ln_icebergs=T) 
     71!!====================================================================== 
     72! 
     73!----------------------------------------------------------------------- 
     74&namsbc        !   Surface Boundary Condition (surface module)          (default: NO selection) 
     75!----------------------------------------------------------------------- 
     76   nn_fsbc     = 5         !  frequency of SBC module call 
     77                           !     (also = the frequency of sea-ice & iceberg model call) 
     78                     ! Type of air-sea fluxes  
    6079   ln_blk      = .true.    !  Bulk formulation                          (T => fill namsbc_blk ) 
    61 / 
    62 !----------------------------------------------------------------------- 
    63 &namsbc_flx    !   surface boundary condition : flux formulation 
    64 !----------------------------------------------------------------------- 
     80                     ! Sea-ice : 
     81   nn_ice      = 2         !  =2 or 3 automatically for LIM3 or CICE    ("key_lim3" or "key_cice") 
     82                           !          except in AGRIF zoom where it has to be specified 
     83                     ! Misc. options of sbc :  
     84   ln_traqsr   = .true.    !  Light penetration in the ocean            (T => fill namtra_qsr) 
     85   ln_ssr      = .true.    !  Sea Surface Restoring on T and/or S       (T => fill namsbc_ssr) 
     86   ln_rnf      = .true.    !  runoffs                                   (T => fill namsbc_rnf) 
     87   nn_fwb      = 2         !  FreshWater Budget:  
     88   !                       !    =2 annual global mean of e-p-r set to zero 
    6589/ 
    6690!----------------------------------------------------------------------- 
    6791&namsbc_blk   !   namsbc_blk  generic Bulk formula                      (ln_blk =T) 
    6892!----------------------------------------------------------------------- 
    69    ln_NCAR     = .true.   ! "NCAR"      algorithm   (Large and Yeager 2008) 
    70 / 
    71 !----------------------------------------------------------------------- 
    72 &namsbc_cpl    !   coupled ocean/atmosphere model                       ("key_oasis3") 
    73 !----------------------------------------------------------------------- 
    74 / 
    75 !----------------------------------------------------------------------- 
    76 &namsbc_sas    !   Stand-Alone Surface boundary condition 
    77 !----------------------------------------------------------------------- 
    78 / 
    79 !----------------------------------------------------------------------- 
    80 &namsbc_iif    !   Ice-IF : use observed ice cover                      (nn_ice = 1) 
    81 !----------------------------------------------------------------------- 
     93   !                    !  bulk algorithm : 
     94   ln_NCAR    = .true.     ! "NCAR"      algorithm   (Large and Yeager 2008) 
     95 
     96   cn_dir = './'  !  root directory for the bulk data location 
     97   !___________!_________________________!___________________!___________!_____________!________!___________!______________________________________!__________!_______________! 
     98   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ !          weights filename            ! rotation ! land/sea mask ! 
     99   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                                      ! pairing  !    filename   ! 
     100   sn_wndi     = 'u_10.15JUNE2009_fill'       ,    6         , 'U_10_MOD',   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bicubic_noc.nc'  , 'Uwnd'   , '' 
     101   sn_wndj     = 'v_10.15JUNE2009_fill'       ,    6         , 'V_10_MOD',   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bicubic_noc.nc'  , 'Vwnd'   , '' 
     102   sn_qsr      = 'ncar_rad.15JUNE2009_fill'   ,   24         , 'SWDN_MOD',   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc' , ''       , '' 
     103   sn_qlw      = 'ncar_rad.15JUNE2009_fill'   ,   24         , 'LWDN_MOD',   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc' , ''       , '' 
     104   sn_tair     = 't_10.15JUNE2009_fill'       ,    6         , 'T_10_MOD',   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc' , ''       , '' 
     105   sn_humi     = 'q_10.15JUNE2009_fill'       ,    6         , 'Q_10_MOD',   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc' , ''       , '' 
     106   sn_prec     = 'ncar_precip.15JUNE2009_fill',   -1         , 'PRC_MOD1',   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc' , ''       , '' 
     107   sn_snow     = 'ncar_precip.15JUNE2009_fill',   -1         , 'SNOW'    ,   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc' , ''       , '' 
     108   sn_slp      = 'slp.15JUNE2009_fill'        ,    6         , 'SLP'     ,   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc' , ''       , '' 
     109   sn_tdif     = 'taudif_core'                ,   24         , 'taudif'  ,   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc' , ''       , '' 
    82110/ 
    83111!----------------------------------------------------------------------- 
    84112&namtra_qsr    !   penetrative solar radiation                          (ln_traqsr =T) 
    85113!----------------------------------------------------------------------- 
    86 / 
    87 !----------------------------------------------------------------------- 
    88 &namsbc_rnf    !   runoffs namelist surface boundary condition          (ln_rnf =T) 
    89 !----------------------------------------------------------------------- 
    90 / 
    91 !----------------------------------------------------------------------- 
    92 &namsbc_isf    !  Top boundary layer (ISF)                              (nn_isf >0) 
    93 !----------------------------------------------------------------------- 
    94 / 
    95 !----------------------------------------------------------------------- 
    96 &namsbc_iscpl  !   land ice / ocean coupling option                      
    97 !----------------------------------------------------------------------- 
    98 / 
    99 !----------------------------------------------------------------------- 
    100 &namsbc_apr    !   Atmospheric pressure used as ocean forcing           (ln_apr_dyn =T) 
    101 !----------------------------------------------------------------------- 
     114   !                       ! type of penetration                        (default: NO selection) 
     115   ln_qsr_rgb  = .true.       !  RGB light penetration (Red-Green-Blue) 
     116   ! 
     117   nn_chldta   =      1       !  RGB : Chl data (=1) or cst value (=0) 
     118 
     119   cn_dir = './'  !  root directory for the chlorophyl data location 
     120   !___________!_________________________!___________________!___________!_____________!________!___________!__________________!__________!_______________! 
     121   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask ! 
     122   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   ! 
     123   sn_chl      ='chlorophyll'            ,        -1         , 'CHLA'    ,   .true.    , .true. , 'yearly'  , ''               , ''       , '' 
    102124/ 
    103125!----------------------------------------------------------------------- 
    104126&namsbc_ssr    !   surface boundary condition : sea surface restoring   (ln_ssr =T) 
    105127!----------------------------------------------------------------------- 
    106 / 
    107 !----------------------------------------------------------------------- 
    108 &namsbc_wave   ! External fields from wave model                        (ln_wave=T) 
    109 !----------------------------------------------------------------------- 
     128   nn_sssr     =     2     !  add a damping term to the surface freshwater flux 
     129      rn_deds     =  -166.67  !  magnitude of the damping on salinity   [mm/day] 
     130      ln_sssr_bnd =  .true.   !  flag to bound erp term (associated with nn_sssr=2) 
     131      rn_sssr_bnd =   4.e0    !  ABS(Max/Min) value of the damping erp term [mm/day] 
     132/ 
     133!----------------------------------------------------------------------- 
     134&namsbc_rnf    !   runoffs                                              (ln_rnf =T) 
     135!----------------------------------------------------------------------- 
     136   ln_rnf_mouth= .true.    !  specific treatment at rivers mouths 
     137      rn_hrnf     =  15.e0    !  depth over which enhanced vertical mixing is used    (ln_rnf_mouth=T) 
     138      rn_avt_rnf  =   1.e-3   !  value of the additional vertical mixing coef. [m2/s] (ln_rnf_mouth=T) 
     139   rn_rfact    =   1.e0    !  multiplicative factor for runoff 
     140 
     141   cn_dir = './'  !  root directory for the location of the runoff files 
     142   !___________!_____________!___________________!___________!_____________!_________!___________!__________!__________!_______________! 
     143   !           !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
     144   !           !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      ! 
     145   sn_rnf      = 'runoff_core_monthly',    -1    , 'sorunoff',   .true.     , .true. , 'yearly'  , ''       , ''       , '' 
     146   sn_cnf      = 'runoff_core_monthly',     0    , 'socoefr0',   .false.    , .true. , 'yearly'  , ''       , ''       , '' 
     147   sn_s_rnf    = 'runoffs'            ,    24    , 'rosaline',   .true.     , .true. , 'yearly'  , ''       , ''       , '' 
     148   sn_t_rnf    = 'runoffs'            ,    24    , 'rotemper',   .true.     , .true. , 'yearly'  , ''       , ''       , '' 
     149   sn_dep_rnf  = 'runoffs'            ,     0    , 'rodepth' ,   .false.    , .true. , 'yearly'  , ''       , ''       , '' 
    110150/ 
    111151!----------------------------------------------------------------------- 
    112152&namberg       !   iceberg parameters                                   (default: No iceberg) 
    113153!----------------------------------------------------------------------- 
    114       ln_icebergs              = .true.               ! iceberg floats or not 
    115       ln_bergdia               = .true.               ! Calculate budgets 
    116       nn_verbose_level         = 1                    ! Turn on more verbose output if level > 0 
    117       nn_verbose_write         = 15                   ! Timesteps between verbose messages 
    118       nn_sample_rate           = 1                    ! Timesteps between sampling for trajectory storage 
    119                                                       ! Initial mass required for an iceberg of each class 
    120       rn_initial_mass          = 8.8e7, 4.1e8, 3.3e9, 1.8e10, 3.8e10, 7.5e10, 1.2e11, 2.2e11, 3.9e11, 7.4e11 
    121                                                       ! Proportion of calving mass to apportion to each class 
    122       rn_distribution          = 0.24, 0.12, 0.15, 0.18, 0.12, 0.07, 0.03, 0.03, 0.03, 0.02 
    123                                                       ! Ratio between effective and real iceberg mass (non-dim) 
    124                                                       ! i.e. number of icebergs represented at a point 
    125       rn_mass_scaling          = 2000, 200, 50, 20, 10, 5, 2, 1, 1, 1 
    126                                                       ! thickness of newly calved bergs (m) 
    127       rn_initial_thickness     = 40., 67., 133., 175., 250., 250., 250., 250., 250., 250. 
    128       rn_rho_bergs             = 850.                 ! Density of icebergs 
    129       rn_LoW_ratio             = 1.5                  ! Initial ratio L/W for newly calved icebergs 
    130       ln_operator_splitting    = .true.               ! Use first order operator splitting for thermodynamics 
    131       rn_bits_erosion_fraction = 0.                   ! Fraction of erosion melt flux to divert to bergy bits 
    132       rn_sicn_shift            = 0.                   ! Shift of sea-ice concn in erosion flux (0<sicn_shift<1) 
    133       ln_passive_mode          = .false.              ! iceberg - ocean decoupling 
    134       nn_test_icebergs         = -1                   ! Create test icebergs of this class (-1 = no) 
    135                                                       ! Put a test iceberg at each gridpoint in box (lon1,lon2,lat1,lat2) 
    136       rn_test_box              = 108.0,  116.0, -66.0, -58.0 
    137       rn_speed_limit           = 0.                   ! CFL speed limit for a berg 
    138  
    139 !            ! file name ! frequency (hours) !   variable   ! time interp.!  clim   ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
    140 !            !           !  (if <0  months)  !     name     !  (logical)  !  (T/F ) ! 'monthly' ! filename ! pairing  ! filename      ! 
    141       sn_icb =  'calving',       -1          , 'calving'    ,   .true.    , .true.  , 'yearly'  ,    ''    ,    ''    ,     '' 
    142  
    143       cn_dir = './' 
    144 / 
    145 !----------------------------------------------------------------------- 
    146 &namlbc        !   lateral momentum boundary condition 
    147 !----------------------------------------------------------------------- 
    148 / 
     154   ln_icebergs = .true.    ! activate iceberg floats (force =F with "key_agrif") 
     155 
     156   cn_dir = './'  !  root directory for the location of drag coefficient files 
     157   !______!___________!___________________!______________!______________!_________!___________!__________!__________!_______________! 
     158   !      ! file name ! frequency (hours) !   variable   ! time interp. !  clim   ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
     159   !      !           !  (if <0  months)  !     name     !   (logical)  !  (T/F ) ! 'monthly' ! filename ! pairing  ! filename      ! 
     160   sn_icb =  'calving',       -1          , 'calving'    ,   .true.     , .true.  , 'yearly'  , ''       , ''       , '' 
     161/ 
     162 
     163!!====================================================================== 
     164!!               ***  Lateral boundary condition  ***                 !! 
     165!!                                                                    !! 
     166!!   namlbc        lateral momentum boundary condition                  (no slip) 
     167!!   namagrif      agrif nested grid ( read by child model only )       ("key_agrif") 
     168!!   nam_tide      Tidal forcing                                        (default: NO) 
     169!!   nambdy        Unstructured open boundaries                         (default: NO) 
     170!!   nambdy_dta    Unstructured open boundaries - external data         (see  nambdy) 
     171!!   nambdy_tide   tidal forcing at open boundaries                     (default: NO) 
     172!!====================================================================== 
     173! 
    149174!----------------------------------------------------------------------- 
    150175&namagrif      !  AGRIF zoom                                            ("key_agrif") 
    151176!----------------------------------------------------------------------- 
    152 / 
    153 !----------------------------------------------------------------------- 
    154 &nam_tide      !   tide parameters 
    155 !----------------------------------------------------------------------- 
    156 / 
    157 !----------------------------------------------------------------------- 
    158 &nambdy        !  unstructured open boundaries                           
    159 !----------------------------------------------------------------------- 
    160 / 
    161 !----------------------------------------------------------------------- 
    162 &nambdy_dta    !  open boundaries - external data                        
    163 !----------------------------------------------------------------------- 
    164 / 
    165 !----------------------------------------------------------------------- 
    166 &nambdy_tide   !  tidal forcing at open boundaries 
    167 !----------------------------------------------------------------------- 
     177   ln_spc_dyn    = .true.  !  use 0 as special value for dynamics 
     178   rn_sponge_tra = 2880.   !  coefficient for tracer   sponge layer [m2/s] 
     179   rn_sponge_dyn = 2880.   !  coefficient for dynamics sponge layer [m2/s] 
     180   ln_chk_bathy  = .false. !  =T  check the parent bathymetry 
    168181/ 
    169182!----------------------------------------------------------------------- 
     
    173186/ 
    174187!----------------------------------------------------------------------- 
    175 &namdrg_top    !   TOP friction                                         (ln_isfcav=T) 
    176 !----------------------------------------------------------------------- 
    177 / 
    178 !----------------------------------------------------------------------- 
    179188&namdrg_bot    !   BOTTOM friction                                   
    180189!----------------------------------------------------------------------- 
     
    184193!----------------------------------------------------------------------- 
    185194   ln_trabbc   = .true.    !  Apply a geothermal heating at the ocean bottom 
     195      nn_geoflx   =    2      !  geothermal heat flux: = 2 read variable flux [mW/m2] 
     196 
     197   cn_dir = './'  !  root directory for the geothermal data location 
     198   !___________!_________________________!___________________!___________!_____________!________!___________!__________________!__________!_______________! 
     199   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask ! 
     200   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   ! 
     201   sn_qgh      ='geothermal_heating.nc'  ,       -12.        , 'heatflow',   .false.   , .true. , 'yearly'  ,   ''             ,   ''     ,   '' 
    186202/ 
    187203!----------------------------------------------------------------------- 
     
    189205!----------------------------------------------------------------------- 
    190206   ln_trabbl   = .true.    !  Bottom Boundary Layer parameterisation flag 
    191    nn_bbl_ldf  =  1        !  diffusive bbl (=1)   or not (=0) 
    192    nn_bbl_adv  =  0        !  advective bbl (=1/2) or not (=0) 
    193    rn_ahtbbl   =  1000.    !  lateral mixing coefficient in the bbl  [m2/s] 
    194    rn_gambbl   =  10.      !  advective bbl coefficient                 [s] 
    195 / 
    196 !----------------------------------------------------------------------- 
    197 &nameos        !   ocean Equation Of Seawater                           (default: NO) 
    198 !----------------------------------------------------------------------- 
    199    ln_teos10   = .false.         !  = Use TEOS-10 equation of state 
     207      nn_bbl_ldf  =  1        !  diffusive bbl (=1)   or not (=0) 
     208      nn_bbl_adv  =  0        !  advective bbl (=1/2) or not (=0) 
     209      rn_ahtbbl   =  1000.    !  lateral mixing coefficient in the bbl  [m2/s] 
     210      rn_gambbl   =  10.      !  advective bbl coefficient                 [s] 
     211/ 
     212 
     213!!====================================================================== 
     214!!                        Tracer (T & S) namelists                    !! 
     215!!                                                                    !! 
     216!!   nameos           equation of state                                 (default: NO selection) 
     217!!   namtra_adv       advection scheme                                  (default: NO selection) 
     218!!   namtra_ldf       lateral diffusion scheme                          (default: NO selection) 
     219!!   namtra_adv_mle   mixed layer eddy param. (Fox-Kemper param.)       (default: NO) 
     220!!   namtra_eiv       eddy induced velocity param.                      (default: NO) 
     221!!   namtra_dmp       T & S newtonian damping                           (default: NO) 
     222!!====================================================================== 
     223! 
     224!----------------------------------------------------------------------- 
     225&nameos        !   ocean Equation Of Seawater                           (default: NO selection) 
     226!----------------------------------------------------------------------- 
    200227   ln_eos80    = .true.          !  = Use EOS80 
    201    ln_seos     = .false.         !  = Use S-EOS (simplified Eq.) 
    202228/ 
    203229!----------------------------------------------------------------------- 
     
    209235/ 
    210236!----------------------------------------------------------------------- 
    211 &namtra_adv_mle !   mixed layer eddy parametrisation (Fox-Kemper param) (default: NO) 
    212 !----------------------------------------------------------------------- 
    213    ln_mle      = .true.   ! (T) use the Mixed Layer Eddy (MLE) parameterisation 
    214 / 
    215 !----------------------------------------------------------------------- 
    216237&namtra_ldf    !   lateral diffusion scheme for tracers                 (default: NO selection) 
    217238!----------------------------------------------------------------------- 
    218239   !                       !  Operator type: 
    219    ln_traldf_NONE  =  .false.  !           No operator (no explicit advection) 
    220240   ln_traldf_lap   =  .true.   !    laplacian operator 
    221    ln_traldf_blp   =  .false.  !  bilaplacian operator 
    222241   !                       !  Direction of action: 
    223    ln_traldf_lev   =  .false.  !  iso-level 
    224    ln_traldf_hor   =  .false.  !  horizontal (geopotential) 
    225242   ln_traldf_iso   =  .true.   !  iso-neutral (Standard operator) 
    226    ln_traldf_triad =  .false.  !  iso-neutral (Triads   operator) 
    227    ! 
    228    !                       !  iso-neutral options:         
    229    ln_traldf_msc   =  .true.   !  Method of Stabilizing Correction (both operators) 
    230    rn_slpmax       =   0.01    !  slope limit                      (both operators) 
    231    ln_triad_iso    =  .false.  !  pure horizontal mixing in ML              (triad only) 
    232    rn_sw_triad     =  1        !  =1 switching triad ; =0 all 4 triads used (triad only) 
    233    ln_botmix_triad =  .false.  !  lateral mixing on bottom                  (triad only) 
    234    ! 
    235243   !                       !  Coefficients: 
    236244   nn_aht_ijk_t    = 20        !  space/time variation of eddy coef 
    237    !                                !   =-20 (=-30)    read in eddy_diffusivity_2D.nc (..._3D.nc) file 
    238    !                                !   =  0           constant  
    239    !                                !   = 10 F(k)      =ldf_c1d  
    240    !                                !   = 20 F(i,j)    =ldf_c2d  
    241    !                                !   = 21 F(i,j,t)  =Treguier et al. JPO 1997 formulation 
    242    !                                !   = 30 F(i,j,k)  =ldf_c2d + ldf_c1d 
    243    !                                !   = 31 F(i,j,k,t)=F(local velocity) 
    244    rn_aht_0        = 2000.     !  lateral eddy diffusivity   (lap. operator) [m2/s] 
    245    rn_bht_0        = 1.e+12    !  lateral eddy diffusivity (bilap. operator) [m4/s] 
    246 / 
    247 !----------------------------------------------------------------------- 
    248 &namtra_ldfeiv !   eddy induced velocity param.                         (default: NO) 
     245      !                             !   = 20     aht = 1/2  Ud. max(e1,e2) 
     246      rn_Ud        = 0.018          !  lateral diffusive velocity [m/s] (nn_aht_ijk_t= 0, 10, 20, 30) 
     247      rn_Ld        = 200.e+3        !  lateral diffusive length   [m]   (nn_aht_ijk_t= 0, 10) 
     248/ 
     249!----------------------------------------------------------------------- 
     250&namtra_adv_mle !   mixed layer eddy parametrisation (Fox-Kemper)       (default: NO) 
     251!----------------------------------------------------------------------- 
     252   ln_mle      = .true.   ! (T) use the Mixed Layer Eddy (MLE) parameterisation 
     253/ 
     254!----------------------------------------------------------------------- 
     255&namtra_eiv !   eddy induced velocity param.                            (default: NO) 
    249256!----------------------------------------------------------------------- 
    250257   ln_ldfeiv     =.true.   ! use eddy induced velocity parameterization 
    251    ln_ldfeiv_dia =.true.   ! diagnose eiv stream function and velocities 
    252    rn_aeiv_0     = 2000.   ! eddy induced velocity coefficient   [m2/s] 
    253    nn_aei_ijk_t  = 21      ! space/time variation of the eiv coeficient 
    254    !                                !   =-20 (=-30)    read in eddy_induced_velocity_2D.nc (..._3D.nc) file 
    255    !                                !   =  0           constant  
    256    !                                !   = 10 F(k)      =ldf_c1d  
    257    !                                !   = 20 F(i,j)    =ldf_c2d  
    258    !                                !   = 21 F(i,j,t)  =Treguier et al. JPO 1997 formulation 
    259    !                                !   = 30 F(i,j,k)  =ldf_c2d + ldf_c1d 
     258      !                        !  Coefficients: 
     259      nn_aei_ijk_t  = 21          ! space/time variation of the eiv coeficient 
     260      !                                !   = 21 F(i,j,t)  =Treguier et al. JPO 1997 formulation 
     261      !                           !  time invariant coefficients:  aei0 = 1/2  Ue*Le  
     262      rn_Ue        = 0.03              !  lateral diffusive velocity [m/s] (nn_aht_ijk_t= 0, 10, 20, 30) 
     263      rn_Le        = 200.e+3           !  lateral diffusive length   [m]   (nn_aht_ijk_t= 0, 10) 
     264      ! 
     265      ln_ldfeiv_dia =.true.   ! diagnose eiv stream function and velocities 
    260266/ 
    261267!----------------------------------------------------------------------- 
    262268&namtra_dmp    !   tracer: T & S newtonian damping                      (default: NO) 
    263269!----------------------------------------------------------------------- 
    264 / 
    265 !----------------------------------------------------------------------- 
    266 &nam_vvl       !   vertical coordinate options                          (default: z-star) 
    267 !----------------------------------------------------------------------- 
    268 / 
     270   ln_tradmp   =  .true.   !  add a damping term (using resto.nc coef.) 
     271      nn_zdmp  =    0         !  vertical shape =0    damping throughout the water column 
     272/ 
     273 
     274!!====================================================================== 
     275!!                      ***  Dynamics namelists  ***                  !! 
     276!!                                                                    !! 
     277!!   nam_vvl       vertical coordinate options                          (default: z-star) 
     278!!   namdyn_adv    formulation of the momentum advection                (default: NO selection) 
     279!!   namdyn_vor    advection scheme                                     (default: NO selection) 
     280!!   namdyn_hpg    hydrostatic pressure gradient                        (default: NO selection) 
     281!!   namdyn_spg    surface pressure gradient                            (default: NO selection) 
     282!!   namdyn_ldf    lateral diffusion scheme                             (default: NO selection) 
     283!!   namdta_dyn    offline TOP: dynamics read in files                  (OFF_SRC only) 
     284!!====================================================================== 
     285! 
    269286!----------------------------------------------------------------------- 
    270287&namdyn_adv    !   formulation of the momentum advection                (default: NO selection) 
    271288!----------------------------------------------------------------------- 
    272    ln_dynadv_NONE= .false. !  linear dynamics (no momentum advection) 
    273289   ln_dynadv_vec = .true.  !  vector form - 2nd centered scheme 
    274290     nn_dynkeg     = 0        ! grad(KE) scheme: =0   C2  ;  =1   Hollingsworth correction 
    275    ln_dynadv_cen2= .false. !  flux form - 2nd order centered scheme 
    276    ln_dynadv_ubs = .false. !  flux form - 3rd order UBS      scheme 
    277 / 
    278 !----------------------------------------------------------------------- 
    279 &namdyn_vor    !   Vorticity / Coriolis scheme                          (default: NO) 
    280 !----------------------------------------------------------------------- 
    281    ln_dynvor_ene = .false. !  enstrophy conserving scheme 
    282    ln_dynvor_ens = .false. !  energy conserving scheme 
    283    ln_dynvor_mix = .false. !  mixed scheme 
     291/ 
     292!----------------------------------------------------------------------- 
     293&namdyn_vor    !   Vorticity / Coriolis scheme                          (default: NO selection) 
     294!----------------------------------------------------------------------- 
    284295   ln_dynvor_een = .true.  !  energy & enstrophy scheme 
    285       nn_een_e3f = 0             !  e3f = masked averaging of e3t divided by 4 (=0) or by the sum of mask (=1) 
     296      nn_een_e3f = 0          ! =0   e3f = mean masked e3t divided by 4 
    286297/ 
    287298!----------------------------------------------------------------------- 
     
    291302/ 
    292303!----------------------------------------------------------------------- 
    293 &namdyn_spg    !   surface pressure gradient                            (default: NO) 
     304&namdyn_spg    !   surface pressure gradient                            (default: NO selection) 
    294305!----------------------------------------------------------------------- 
    295306   ln_dynspg_ts  = .true.  !  split-explicit free surface 
     
    298309&namdyn_ldf    !   lateral diffusion on momentum                        (default: NO selection) 
    299310!----------------------------------------------------------------------- 
    300    !                       !  Type of the operator : 
    301    ln_dynldf_NONE=  .false.    !           No operator (no explicit diffusion) 
    302311   ln_dynldf_lap =  .true.     !    laplacian operator 
    303    ln_dynldf_blp =  .false.    !  bilaplacian operator 
    304    !                       !  Direction of action  : 
    305312   ln_dynldf_lev =  .true.     !  iso-level 
    306    ln_dynldf_hor =  .false.    !  horizontal (geopotential) 
    307    ln_dynldf_iso =  .false.    !  iso-neutral 
    308    !                       !  Coefficient 
    309    nn_ahm_ijk_t  = -30         !  space/time variation of eddy coef 
    310    !                                !  =-30  read in eddy_viscosity_3D.nc file 
    311    !                                !  =-20  read in eddy_viscosity_2D.nc file 
    312    !                                !  =  0  constant  
    313    !                                !  = 10  F(k)=c1d 
    314    !                                !  = 20  F(i,j)=F(grid spacing)=c2d 
    315    !                                !  = 30  F(i,j,k)=c2d*c1d 
    316    !                                !  = 31  F(i,j,k)=F(grid spacing and local velocity) 
    317    rn_ahm_0      =  40000.     !  horizontal laplacian eddy viscosity   [m2/s] 
    318    rn_ahm_b      =      0.     !  background eddy viscosity for ldf_iso [m2/s] 
    319    rn_bhm_0      = 1.e+12      !  horizontal bilaplacian eddy viscosity [m4/s] 
    320    ! 
    321    ! Caution in 20 and 30 cases the coefficient have to be given for a 1 degree grid (~111km) 
    322 / 
     313   nn_ahm_ijk_t  = -30         !  =-30  3D coeff. read in eddy_diffusivity_3D.nc 
     314/ 
     315 
     316!!====================================================================== 
     317!!                     vertical physics namelists                     !! 
     318!!                                                                    !! 
     319!!    namzdf        vertical physics manager                            (default: NO selection) 
     320!!    namzdf_ric    richardson number vertical mixing                   (ln_zdfric=T) 
     321!!    namzdf_tke    TKE vertical mixing                                 (ln_zdftke=T) 
     322!!    namzdf_gls    GLS vertical mixing                                 (ln_zdfgls=T) 
     323!!    namzdf_osm    OSM vertical diffusion                              (ln_zdfosm=T) 
     324!!    namzdf_iwm    tidal mixing parameterization                       (ln_zdfiwm=T) 
     325!!====================================================================== 
     326! 
    323327!----------------------------------------------------------------------- 
    324328&namzdf        !   vertical physics                                     (default: NO selection) 
    325329!----------------------------------------------------------------------- 
    326    !                       ! type of vertical closure 
    327    ln_zdfcst   = .false.      !  constant mixing 
    328    ln_zdfric   = .false.      !  local Richardson dependent formulation (T =>   fill namzdf_ric) 
    329330   ln_zdftke   = .true.       !  Turbulent Kinetic Energy closure       (T =>   fill namzdf_tke) 
    330    ln_zdfgls   = .false.      !  Generic Length Scale closure           (T =>   fill namzdf_gls) 
    331    ln_zdfosm   = .false.      !  OSMOSIS BL closure                     (T =>   fill namzdf_osm) 
    332    ! 
    333    !                       ! convection 
    334331   ln_zdfevd   = .true.       !  Enhanced Vertical Diffusion scheme 
    335332      nn_evdm  =    0            !  evd apply on tracer (=0) or on tracer and momentum (=1) 
    336333      rn_evd   =  100.           !  evd mixing coefficient [m2/s] 
    337    ! 
    338334   ln_zdfddm   = .true.    ! double diffusive mixing 
    339335      rn_avts  =    1.e-4     !  maximum avs (vertical mixing on salinity) 
    340336      rn_hsbfr =    1.6       !  heat/salt buoyancy flux ratio 
    341    ! 
    342    !                       ! gravity wave-driven vertical mixing 
    343337   ln_zdfiwm   = .true.       ! internal wave-induced mixing            (T =>   fill namzdf_iwm) 
    344    ln_zdfswm   = .false.      ! surface  wave-induced mixing            (T => ln_wave=ln_sdw=T ) 
    345    ! 
    346338   !                       !  Coefficients 
    347339   rn_avm0     =   1.2e-4     !  vertical eddy viscosity   [m2/s]       (background Kz if ln_zdfcst=F) 
     
    351343/ 
    352344!----------------------------------------------------------------------- 
    353 &namzdf_ric    !   richardson number dependent vertical diffusion       (ln_zdfric =T) 
    354 !----------------------------------------------------------------------- 
    355 / 
    356 !----------------------------------------------------------------------- 
    357345&namzdf_tke    !   turbulent eddy kinetic dependent vertical diffusion  (ln_zdftke =T) 
    358 !----------------------------------------------------------------------- 
    359 / 
    360 !----------------------------------------------------------------------- 
    361 &namzdf_gls    !   GLS vertical diffusion                               (ln_zdfgls =T) 
    362 !----------------------------------------------------------------------- 
    363 / 
    364 !----------------------------------------------------------------------- 
    365 &namzdf_osm    !   OSM vertical diffusion                               (ln_zdfosm =T) 
    366346!----------------------------------------------------------------------- 
    367347/ 
     
    373353   ln_tsdiff   = .true.    !  account for differential T/S mixing (T) or not (F) 
    374354/ 
    375 !----------------------------------------------------------------------- 
    376 &nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi") 
    377 !----------------------------------------------------------------------- 
    378 / 
    379 !----------------------------------------------------------------------- 
    380 &namctl        !   Control prints  
    381 !----------------------------------------------------------------------- 
    382    ln_ctl      = .false.   !  trends control print (expensive!) 
    383    nn_print    =    0      !  level of print (0 no extra print) 
    384    ln_timing   = .false.   !  timing by routine write out in timing.output file 
    385    ln_diacfl   = .false.   !  CFL diagnostics write out in cfl_diagnostics.ascii 
    386 / 
    387 !----------------------------------------------------------------------- 
    388 &namsto        ! Stochastic parametrization of EOS                      (default: NO) 
    389 !----------------------------------------------------------------------- 
    390 / 
    391 !----------------------------------------------------------------------- 
    392 &namtrd        !   trend diagnostics                                    (default F) 
    393 !----------------------------------------------------------------------- 
    394 / 
    395 !----------------------------------------------------------------------- 
    396 &namptr        !   Poleward Transport Diagnostic                        (default F) 
    397 !----------------------------------------------------------------------- 
    398 / 
    399 !----------------------------------------------------------------------- 
    400 &namhsb        !  Heat and salt budgets                                 (default F) 
    401 !----------------------------------------------------------------------- 
    402    ln_diahsb  = .true.    !  check the heat and salt budgets (T) or not (F) 
    403 / 
    404 !----------------------------------------------------------------------- 
    405 &namdiu        !   Cool skin and warm layer models                      (default F) 
    406 !----------------------------------------------------------------------- 
    407 / 
    408 !----------------------------------------------------------------------- 
    409 &namflo        !   float parameters                                     ("key_float") 
    410 !----------------------------------------------------------------------- 
    411 / 
    412 !----------------------------------------------------------------------- 
    413 &nam_diaharm   !   Harmonic analysis of tidal constituents              ("key_diaharm") 
    414 !----------------------------------------------------------------------- 
    415 / 
    416 !----------------------------------------------------------------------- 
    417 &namdct        ! transports through some sections                       ("key_diadct") 
    418 !----------------------------------------------------------------------- 
    419 / 
    420 !----------------------------------------------------------------------- 
    421 &nam_diatmb    !  Top Middle Bottom Output                              (default F) 
    422 !----------------------------------------------------------------------- 
    423 / 
    424 !----------------------------------------------------------------------- 
    425 &nam_dia25h    !  25h Mean Output                                       (default F) 
    426 !----------------------------------------------------------------------- 
    427 / 
    428 !----------------------------------------------------------------------- 
    429 &namnc4        !   netcdf4 chunking and compression settings            ("key_netcdf4") 
    430 !----------------------------------------------------------------------- 
    431 / 
    432 !----------------------------------------------------------------------- 
    433 &namobs        !  observation usage switch 
    434 !----------------------------------------------------------------------- 
    435 / 
    436 !----------------------------------------------------------------------- 
    437 &nam_asminc    !   assimilation increments                              ('key_asminc') 
    438 !----------------------------------------------------------------------- 
    439 / 
    440 !----------------------------------------------------------------------- 
    441 &namdta_dyn    !   offline dynamics read in files                       ("key_offline") 
    442 !----------------------------------------------------------------------- 
    443 / 
     355 
     356!!====================================================================== 
     357!!                  ***  Diagnostics namelists  ***                   !! 
     358!!                                                                    !! 
     359!!   namtrd       dynamics and/or tracer trends                         (default NO) 
     360!!   namptr       Poleward Transport Diagnostics                        (default NO) 
     361!!   namhsb       Heat and salt budgets                                 (default NO) 
     362!!   namdiu       Cool skin and warm layer models                       (default NO) 
     363!!   namdiu       Cool skin and warm layer models                       (default NO) 
     364!!   namflo       float parameters                                      ("key_float") 
     365!!   nam_diaharm  Harmonic analysis of tidal constituents               ("key_diaharm") 
     366!!   namdct       transports through some sections                      ("key_diadct") 
     367!!   nam_diatmb   Top Middle Bottom Output                              (default NO) 
     368!!   nam_dia25h   25h Mean Output                                       (default NO) 
     369!!   namnc4       netcdf4 chunking and compression settings             ("key_netcdf4") 
     370!!====================================================================== 
     371! 
     372 
     373!!====================================================================== 
     374!!               ***  Observation & Assimilation  ***                 !! 
     375!!                                                                    !! 
     376!!   namobs       observation and model comparison                      (default: NO) 
     377!!   nam_asminc   assimilation increments                               ('key_asminc') 
     378!!====================================================================== 
     379! 
  • branches/2017/dev_merge_2017/NEMOGCM/CONFIG/ORCA2_OFF_PISCES/EXP00/namelist_cfg

    r9356 r9490  
    11!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
    2 !! NEMO/OPA  :  ORCA2_OFF_PISCES configuration namelist used ot overwrite SHARED/namelist_ref 
     2!! NEMO/OPA  :  ORCA2_OFF_PISCES configuration namelist: overwrite SHARED/namelist_ref 
    33!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
     4 
     5!!====================================================================== 
     6!!              ***  Domain & Run management namelists  ***           !! 
     7!!                                                                    !! 
     8!!   namrun       parameters of the run 
     9!!   namdom       space and time domain 
     10!!   namcfg       parameters of the configuration                       (default: user defined GYRE) 
     11!!====================================================================== 
     12! 
    413!----------------------------------------------------------------------- 
    514&namrun        !   parameters of the run 
     
    1120/ 
    1221!----------------------------------------------------------------------- 
    13 &namcfg        !   parameters of the configuration                      (default: user defined GYRE) 
    14 !----------------------------------------------------------------------- 
    15    ln_read_cfg = .true.    !  (=T) read the domain configuration file 
    16       !                    !  (=F) user defined configuration  ==>>>  see usrdef(_...) modules 
    17       cn_domcfg = "ORCA_R2_zps_domcfg"    ! domain configuration filename 
    18 / 
    19 !----------------------------------------------------------------------- 
    2022&namdom        !   time and space domain 
    2123!----------------------------------------------------------------------- 
     
    2527/ 
    2628!----------------------------------------------------------------------- 
    27 &namtsd        !   data : Temperature  & Salinity 
     29&namcfg        !   parameters of the configuration                      (default: user defined GYRE) 
    2830!----------------------------------------------------------------------- 
     31   ln_read_cfg = .true.    !  (=T) read the domain configuration file 
     32      cn_domcfg = "ORCA_R2_zps_domcfg"    ! domain configuration filename 
    2933/ 
    30 !----------------------------------------------------------------------- 
    31 &namwad        !   Wetting and drying  default is no WAD 
    32 !----------------------------------------------------------------------- 
    33 / 
    34 !----------------------------------------------------------------------- 
    35 &namcrs        !   coarsened grid (for outputs and/or TOP)              (ln_crs =T) 
    36 !----------------------------------------------------------------------- 
    37 / 
    38 !----------------------------------------------------------------------- 
    39 &namc1d        !   1D configuration options                             ("key_c1d") 
    40 !----------------------------------------------------------------------- 
    41 / 
    42 !----------------------------------------------------------------------- 
    43 &namc1d_dyndmp !   U & V newtonian damping                              ("key_c1d") 
    44 !----------------------------------------------------------------------- 
    45 / 
    46 !----------------------------------------------------------------------- 
    47 &namc1d_uvd    !   data: U & V currents                                 ("key_c1d") 
    48 !----------------------------------------------------------------------- 
    49 / 
     34 
     35!!====================================================================== 
     36!!            ***  Surface Boundary Condition namelists  ***          !! 
     37!!                                                                    !! 
     38!!   namsbc          surface boundary condition manager                 (default: NO selection) 
     39!!   namsbc_flx      flux               formulation                     (ln_flx    =T) 
     40!!   namsbc_blk      Bulk formulae formulation                          (ln_blk     =T) 
     41!!   namsbc_cpl      CouPLed            formulation                     ("key_oasis3" ) 
     42!!   namsbc_sas      Stand-Alone Surface module                         (SAS_SRC  only) 
     43!!   namsbc_iif      Ice-IF: use observed ice cover                     (nn_ice = 1   ) 
     44!!   namtra_qsr      penetrative solar radiation                        (ln_traqsr  =T) 
     45!!   namsbc_ssr      sea surface restoring term (for T and/or S)        (ln_ssr     =T) 
     46!!   namsbc_rnf      river runoffs                                      (ln_rnf     =T) 
     47!!   namsbc_apr      Atmospheric Pressure                               (ln_apr_dyn =T) 
     48!!   namsbc_isf      ice shelf melting/freezing                         (ln_isfcav  =T : read (ln_read_cfg=T) or set or usr_def_zgr ) 
     49!!   namsbc_iscpl    coupling option between land ice model and ocean   (ln_isfcav  =T) 
     50!!   namsbc_wave     external fields from wave model                    (ln_wave    =T) 
     51!!   namberg         iceberg floats                                     (ln_icebergs=T) 
     52!!====================================================================== 
     53! 
    5054!----------------------------------------------------------------------- 
    5155&namsbc        !   Surface Boundary Condition (surface module) 
    5256!----------------------------------------------------------------------- 
     57   nn_fsbc     = 1         !  frequency of SBC module call 
    5358   ln_blk      = .true.    !  Bulk formulation                          (T => fill namsbc_blk ) 
    54    nn_fsbc     = 1         !  frequency of surface boundary condition computation  
    55    ln_rnf      = .false.   !  runoffs 
    56    ln_traqsr   = .false.   !  Light penetration (T) or not (F) 
    57 / 
    58 !----------------------------------------------------------------------- 
    59 &namsbc_flx    !   surface boundary condition : flux formulation 
    60 !----------------------------------------------------------------------- 
    6159/ 
    6260!----------------------------------------------------------------------- 
     
    6462!----------------------------------------------------------------------- 
    6563   ln_NCAR     = .true.   ! "NCAR"      algorithm   (Large and Yeager 2008) 
     64 
     65   cn_dir      = './'      !  root directory for the bulk data location 
     66   !___________!_________________________!___________________!___________!_____________!________!___________!______________________________________!__________!_______________! 
     67   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ !       weights filename               ! rotation ! land/sea mask ! 
     68   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                                      ! pairing  !    filename   ! 
     69   sn_wndi     = 'u_10.15JUNE2009_fill'       ,    6         , 'U_10_MOD',   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bicubic_noc.nc'  , 'Uwnd'   , '' 
     70   sn_wndj     = 'v_10.15JUNE2009_fill'       ,    6         , 'V_10_MOD',   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bicubic_noc.nc'  , 'Vwnd'   , '' 
     71   sn_qsr      = 'ncar_rad.15JUNE2009_fill'   ,   24         , 'SWDN_MOD',   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc' , ''       , '' 
     72   sn_qlw      = 'ncar_rad.15JUNE2009_fill'   ,   24         , 'LWDN_MOD',   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc' , ''       , '' 
     73   sn_tair     = 't_10.15JUNE2009_fill'       ,    6         , 'T_10_MOD',   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc' , ''       , '' 
     74   sn_humi     = 'q_10.15JUNE2009_fill'       ,    6         , 'Q_10_MOD',   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc' , ''       , '' 
     75   sn_prec     = 'ncar_precip.15JUNE2009_fill',   -1         , 'PRC_MOD1',   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc' , ''       , '' 
     76   sn_snow     = 'ncar_precip.15JUNE2009_fill',   -1         , 'SNOW'    ,   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc' , ''       , '' 
     77   sn_slp      = 'slp.15JUNE2009_fill'        ,    6         , 'SLP'     ,   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc' , ''       , '' 
     78   sn_tdif     = 'taudif_core'                ,   24         , 'taudif'  ,   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc' , ''       , '' 
    6679/ 
    67 !----------------------------------------------------------------------- 
    68 &namsbc_cpl    !   coupled ocean/atmosphere model                       ("key_oasis3") 
    69 !----------------------------------------------------------------------- 
    70 / 
    71 !----------------------------------------------------------------------- 
    72 &namsbc_sas    !   Stand-Alone Surface boundary condition 
    73 !----------------------------------------------------------------------- 
    74 / 
    75 !----------------------------------------------------------------------- 
    76 &namsbc_iif    !   Ice-IF : use observed ice cover                      (nn_ice = 1) 
    77 !----------------------------------------------------------------------- 
    78 / 
    79 !----------------------------------------------------------------------- 
    80 &namtra_qsr    !   penetrative solar radiation                          (ln_traqsr =T) 
    81 !----------------------------------------------------------------------- 
    82 / 
    83 !----------------------------------------------------------------------- 
    84 &namsbc_rnf    !   runoffs namelist surface boundary condition          (ln_rnf =T) 
    85 !----------------------------------------------------------------------- 
    86 / 
    87 !----------------------------------------------------------------------- 
    88 &namsbc_isf    !  Top boundary layer (ISF)                              (nn_isf >0) 
    89 !----------------------------------------------------------------------- 
    90 / 
    91 !----------------------------------------------------------------------- 
    92 &namsbc_iscpl  !   land ice / ocean coupling option                      
    93 !----------------------------------------------------------------------- 
    94 / 
    95 !----------------------------------------------------------------------- 
    96 &namsbc_apr    !   Atmospheric pressure used as ocean forcing           (ln_apr_dyn =T) 
    97 !----------------------------------------------------------------------- 
    98 / 
    99 !----------------------------------------------------------------------- 
    100 &namsbc_ssr    !   surface boundary condition : sea surface restoring   (ln_ssr =T) 
    101 !----------------------------------------------------------------------- 
    102 / 
    103 !----------------------------------------------------------------------- 
    104 &namsbc_wave   ! External fields from wave model                        (ln_wave=T) 
    105 !----------------------------------------------------------------------- 
    106 / 
    107 !----------------------------------------------------------------------- 
    108 &namberg       !   iceberg parameters                                   (default: No iceberg) 
    109 !----------------------------------------------------------------------- 
    110 / 
    111 !----------------------------------------------------------------------- 
    112 &namlbc        !   lateral momentum boundary condition 
    113 !----------------------------------------------------------------------- 
    114    !                       !  free slip  !   partial slip  !   no slip   ! strong slip 
    115    rn_shlat    =    2.     !  shlat = 0  !  0 < shlat < 2  !  shlat = 2  !  2 < shlat 
    116    ln_vorlat   = .false.   !  consistency of vorticity boundary condition with analytical Eqs. 
    117 / 
    118 !----------------------------------------------------------------------- 
    119 &namagrif      !  AGRIF zoom                                            ("key_agrif") 
    120 !----------------------------------------------------------------------- 
    121 / 
    122 !----------------------------------------------------------------------- 
    123 &nam_tide      !   tide parameters 
    124 !----------------------------------------------------------------------- 
    125 / 
    126 !----------------------------------------------------------------------- 
    127 &nambdy        !  unstructured open boundaries                           
    128 !----------------------------------------------------------------------- 
    129 / 
    130 !----------------------------------------------------------------------- 
    131 &nambdy_dta    !  open boundaries - external data                        
    132 !----------------------------------------------------------------------- 
    133 / 
    134 !----------------------------------------------------------------------- 
    135 &nambdy_tide   !  tidal forcing at open boundaries 
    136 !----------------------------------------------------------------------- 
    137 / 
    138 !----------------------------------------------------------------------- 
    139 &namdrg        !   top/bottom drag coefficient                          (default: NO selection) 
    140 !----------------------------------------------------------------------- 
    141 / 
    142 !----------------------------------------------------------------------- 
    143 &namdrg_top    !   TOP friction                                         (ln_isfcav=T) 
    144 !----------------------------------------------------------------------- 
    145 / 
    146 !----------------------------------------------------------------------- 
    147 &namdrg_bot    !   BOTTOM friction                                   
    148 !----------------------------------------------------------------------- 
    149 / 
    150 !----------------------------------------------------------------------- 
    151 &nambbc        !   bottom temperature boundary condition                (default: NO) 
    152 !----------------------------------------------------------------------- 
    153 / 
    154 !----------------------------------------------------------------------- 
    155 &nambbl        !   bottom boundary layer scheme                         (default: NO) 
    156 !----------------------------------------------------------------------- 
    157    ln_trabbl   = .true.    !  Bottom Boundary Layer parameterisation flag 
    158    nn_bbl_ldf  =  1        !  diffusive bbl (=1)   or not (=0) 
    159    nn_bbl_adv  =  0        !  advective bbl (=1/2) or not (=0) 
    160    rn_ahtbbl   =  1000.    !  lateral mixing coefficient in the bbl  [m2/s] 
    161    rn_gambbl   =  10.      !  advective bbl coefficient                 [s] 
    162 / 
     80 
     81!!====================================================================== 
     82!!                     TOP OFF-line namelists                         !! 
     83!!                                                                    !! 
     84!!   nameos        equation of state                                    (default: NO selection) 
     85!!   namdta_dyn    offline TOP: ocean state read in files               (OFF_SRC only) 
     86!!====================================================================== 
     87! 
    16388!----------------------------------------------------------------------- 
    16489&nameos        !   ocean Equation Of Seawater                           (default: NO) 
    16590!----------------------------------------------------------------------- 
    166    ln_teos10   = .false.         !  = Use TEOS-10 
    167    ln_eos80    = .true.         !  = Use EOS80 
    168    ln_seos     = .false.        !  = Use S-EOS (simplified Eq.) 
     91   ln_teos10    = .true.         !  = Use TEOS-10 equation of state 
    16992/ 
    17093!----------------------------------------------------------------------- 
    171 &namtra_adv    !   advection scheme for tracer                          (default: NO selection) 
     94&namdta_dyn    !   offline: ocean state read in files                   (OFF_SRC) 
    17295!----------------------------------------------------------------------- 
    173 / 
    174 !----------------------------------------------------------------------- 
    175 &namtra_adv_mle !   mixed layer eddy parametrisation (Fox-Kemper param) (default: NO) 
    176 !----------------------------------------------------------------------- 
    177 / 
    178 !----------------------------------------------------------------------- 
    179 &namtra_ldf    !   lateral diffusion scheme for tracers                 (default: NO selection) 
    180 !----------------------------------------------------------------------- 
    181    !                       !  Operator type: 
    182    ln_traldf_NONE  =  .false.  !  No explicit diffusion 
    183    ln_traldf_lap   =  .true.   !    laplacian operator 
    184    ln_traldf_blp   =  .false.  !  bilaplacian operator 
    185    !                       !  Direction of action: 
    186    ln_traldf_lev   =  .false.  !  iso-level 
    187    ln_traldf_hor   =  .false.  !  horizontal (geopotential) 
    188    ln_traldf_iso   =  .true.   !  iso-neutral 
    189    ln_traldf_triad =  .false.  !  iso-neutral (triad    operator) 
    190    ! 
    191    !                       !  iso-neutral options:         
    192    ln_traldf_msc   =  .true.   !  Method of Stabilizing Correction (both operators) 
    193    rn_slpmax       =   0.01    !  slope limit                      (both operators) 
    194    ln_triad_iso    =  .false.  !  pure horizontal mixing in ML              (triad only) 
    195    rn_sw_triad     =  1        !  =1 switching triad ; =0 all 4 triads used (triad only) 
    196    ln_botmix_triad =  .false.  !  lateral mixing on bottom                  (triad only) 
    197    ! 
    198    !                       !  Coefficients: 
    199    nn_aht_ijk_t    = 0         !  space/time variation of eddy coef 
    200    !                                !   =-20 (=-30)    read in eddy_diffusivity_2D.nc (..._3D.nc) file 
    201    !                                !   =  0           constant  
    202    !                                !   = 10 F(k)      =ldf_c1d  
    203    !                                !   = 20 F(i,j)    =ldf_c2d  
    204    !                                !   = 21 F(i,j,t)  =Treguier et al. JPO 1997 formulation 
    205    !                                !   = 30 F(i,j,k)  =ldf_c2d * ldf_c1d 
    206    !                                !   = 31 F(i,j,k,t)=F(local velocity and grid-spacing) 
    207    rn_aht_0        = 2000.     !  lateral eddy diffusivity   (lap. operator) [m2/s] 
    208    rn_bht_0        = 1.e+12    !  lateral eddy diffusivity (bilap. operator) [m4/s] 
    209 / 
    210 !----------------------------------------------------------------------- 
    211 &namtra_ldfeiv !   eddy induced velocity param.                         (default: NO) 
    212 !----------------------------------------------------------------------- 
    213    ln_ldfeiv     =.true.   ! use eddy induced velocity parameterization 
    214    rn_aeiv_0     = 2000.   ! eddy induced velocity coefficient   [m2/s] 
    215    nn_aei_ijk_t  = 0       ! space/time variation of the eiv coeficient 
    216    !                                !   =-20 (=-30)    read in eddy_induced_velocity_2D.nc (..._3D.nc) file 
    217    !                                !   =  0           constant 
    218    !                                !   = 10 F(k)      =ldf_c1d 
    219    !                                !   = 20 F(i,j)    =ldf_c2d 
    220    !                                !   = 21 F(i,j,t)  =Treguier et al. JPO 1997 formulation 
    221    !                                !   = 30 F(i,j,k)  =ldf_c2d + ldf_c1d 
    222    ln_ldfeiv_dia =.false.  ! diagnose eiv stream function and velocities 
    223 / 
    224 !----------------------------------------------------------------------- 
    225 &namtra_dmp    !   tracer: T & S newtonian damping                      (default: NO) 
    226 !----------------------------------------------------------------------- 
    227 / 
    228 !----------------------------------------------------------------------- 
    229 &nam_vvl       !   vertical coordinate options                          (default: z-star) 
    230 !----------------------------------------------------------------------- 
    231 / 
    232 !----------------------------------------------------------------------- 
    233 &namdyn_adv    !   formulation of the momentum advection                (default: NO selection) 
    234 !----------------------------------------------------------------------- 
    235 / 
    236 !----------------------------------------------------------------------- 
    237 &namdyn_vor    !   Vorticity / Coriolis scheme                          (default: NO) 
    238 !----------------------------------------------------------------------- 
    239 / 
    240 !----------------------------------------------------------------------- 
    241 &namdyn_hpg    !   Hydrostatic pressure gradient option                 (default: NO selection) 
    242 !----------------------------------------------------------------------- 
    243 / 
    244 !----------------------------------------------------------------------- 
    245 &namdyn_spg    !   surface pressure gradient                            (default: NO) 
    246 !----------------------------------------------------------------------- 
    247 / 
    248 !----------------------------------------------------------------------- 
    249 &namdyn_ldf    !   lateral diffusion on momentum                        (default: NO selection) 
    250 !----------------------------------------------------------------------- 
    251 / 
    252 !----------------------------------------------------------------------- 
    253 &namzdf        !   vertical physics                                     (default: NO selection) 
    254 !----------------------------------------------------------------------- 
    255 / 
    256 !----------------------------------------------------------------------- 
    257 &namzdf_ric    !   richardson number dependent vertical diffusion       (ln_zdfric =T) 
    258 !----------------------------------------------------------------------- 
    259 / 
    260 !----------------------------------------------------------------------- 
    261 &namzdf_tke    !   turbulent eddy kinetic dependent vertical diffusion  (ln_zdftke =T) 
    262 !----------------------------------------------------------------------- 
    263 / 
    264 !----------------------------------------------------------------------- 
    265 &namzdf_gls    !   GLS vertical diffusion                               (ln_zdfgls =T) 
    266 !----------------------------------------------------------------------- 
    267 / 
    268 !----------------------------------------------------------------------- 
    269 &namzdf_osm    !   OSM vertical diffusion                               (ln_zdfosm =T) 
    270 !----------------------------------------------------------------------- 
    271 / 
    272 !----------------------------------------------------------------------- 
    273 &namzdf_iwm    !    internal wave-driven mixing parameterization        (ln_zdfiwm =T) 
    274 !----------------------------------------------------------------------- 
    275 / 
    276 !----------------------------------------------------------------------- 
    277 &nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi") 
    278 !----------------------------------------------------------------------- 
    279 / 
    280 !----------------------------------------------------------------------- 
    281 &namctl        !   Control prints  
    282 !----------------------------------------------------------------------- 
    283 / 
    284 !----------------------------------------------------------------------- 
    285 &namsto        ! Stochastic parametrization of EOS                      (default: NO) 
    286 !----------------------------------------------------------------------- 
    287 / 
    288 !----------------------------------------------------------------------- 
    289 &namtrd        !   trend diagnostics                                    (default F) 
    290 !----------------------------------------------------------------------- 
    291 / 
    292 !----------------------------------------------------------------------- 
    293 &namptr        !   Poleward Transport Diagnostic                        (default F) 
    294 !----------------------------------------------------------------------- 
    295 / 
    296 !----------------------------------------------------------------------- 
    297 &namhsb        !  Heat and salt budgets                                 (default F) 
    298 !----------------------------------------------------------------------- 
    299 / 
    300 !----------------------------------------------------------------------- 
    301 &namdiu        !   Cool skin and warm layer models                      (default F) 
    302 !----------------------------------------------------------------------- 
    303 / 
    304 !----------------------------------------------------------------------- 
    305 &namflo        !   float parameters                                     ("key_float") 
    306 !----------------------------------------------------------------------- 
    307 / 
    308 !----------------------------------------------------------------------- 
    309 &nam_diaharm   !   Harmonic analysis of tidal constituents              ("key_diaharm") 
    310 !----------------------------------------------------------------------- 
    311 / 
    312 !----------------------------------------------------------------------- 
    313 &namdct        ! transports through some sections                       ("key_diadct") 
    314 !----------------------------------------------------------------------- 
    315 / 
    316 !----------------------------------------------------------------------- 
    317 &nam_diatmb    !  Top Middle Bottom Output                              (default F) 
    318 !----------------------------------------------------------------------- 
    319 / 
    320 !----------------------------------------------------------------------- 
    321 &nam_dia25h    !  25h Mean Output                                       (default F) 
    322 !----------------------------------------------------------------------- 
    323 / 
    324 !----------------------------------------------------------------------- 
    325 &namnc4        !   netcdf4 chunking and compression settings            ("key_netcdf4") 
    326 !----------------------------------------------------------------------- 
    327 / 
    328 !----------------------------------------------------------------------- 
    329 &namobs        !  observation usage switch 
    330 !----------------------------------------------------------------------- 
    331 / 
    332 !----------------------------------------------------------------------- 
    333 &nam_asminc    !   assimilation increments                              ('key_asminc') 
    334 !----------------------------------------------------------------------- 
    335 / 
    336 !----------------------------------------------------------------------- 
    337 &namdta_dyn    !   offline dynamics read in files                       ("key_offline") 
    338 !----------------------------------------------------------------------- 
    339 !          !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
    340 !          !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      ! 
    341    sn_tem  = 'dyna_grid_T' ,    120            , 'votemper' ,  .true.    , .true. ,   'yearly'  , ''       , ''    , '' 
    342    sn_sal  = 'dyna_grid_T' ,    120            , 'vosaline' ,  .true.    , .true. ,   'yearly'  , ''       , ''    , '' 
    343    sn_mld  = 'dyna_grid_T' ,    120            , 'somixhgt' ,  .true.    , .true. ,   'yearly'  , ''       , ''    , '' 
    344    sn_emp  = 'dyna_grid_T' ,    120            , 'sowaflup' ,  .true.    , .true. ,   'yearly'  , ''       , ''    , '' 
    345    sn_fmf  = 'dyna_grid_T' ,    120            , 'iowaflup' ,  .true.    , .true. ,   'yearly'  , ''       , ''    , '' 
    346    sn_ice  = 'dyna_grid_T' ,    120            , 'soicecov' ,  .true.    , .true. ,   'yearly'  , ''       , ''    , '' 
    347    sn_qsr  = 'dyna_grid_T' ,    120            , 'soshfldo' ,  .true.    , .true. ,   'yearly'  , ''       , ''    , '' 
    348    sn_wnd  = 'dyna_grid_T' ,    120            , 'sowindsp' ,  .true.    , .true. ,   'yearly'  , ''       , ''    , '' 
    349    sn_uwd  = 'dyna_grid_U' ,    120            , 'uocetr_eff' ,  .true.    , .true. ,   'yearly'  , ''       , ''    , '' 
    350    sn_vwd  = 'dyna_grid_V' ,    120            , 'vocetr_eff' ,  .true.    , .true. ,   'yearly'  , ''       , ''    , '' 
    351    sn_wwd  = 'dyna_grid_W' ,    120            , 'wocetr_eff' ,  .true.    , .true. ,   'yearly'  , ''       , ''    , '' 
    352    sn_avt  = 'dyna_grid_W' ,    120            , 'voddmavs' ,  .true.    , .true. ,   'yearly'  , ''       , ''    , '' 
    353    sn_ubl  = 'dyna_grid_U' ,    120            , 'sobblcox' ,  .true.    , .true. ,   'yearly'  , ''       , ''    , '' 
    354    sn_vbl  = 'dyna_grid_V' ,    120            , 'sobblcoy' ,  .true.    , .true. ,   'yearly'  , ''       , ''    , '' 
    355 ! 
    356    cn_dir          = './'       !  root directory for the location of the dynamical files 
    35796   ln_dynrnf       =  .false.   !  runoffs option enabled (T) or not (F) 
    35897   ln_dynrnf_depth =  .false.   ! runoffs is spread in vertical (T) or not (F) 
    35998!   fwbcorr      = 3.786e-06    ! annual global mean of empmr for ssh correction 
     99 
     100 
     101   cn_dir      = './'      !  root directory for the ocean data location 
     102   !___________!_________________________!___________________!___________!_____________!________!___________!__________________!__________!_______________! 
     103   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask ! 
     104   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   ! 
     105   sn_tem      = 'dyna_grid_T'           ,       120         , 'votemper'  ,  .true.   , .true. , 'yearly'  , ''               , ''       , '' 
     106   sn_sal      = 'dyna_grid_T'           ,       120         , 'vosaline'  ,  .true.   , .true. , 'yearly'  , ''               , ''       , '' 
     107   sn_mld      = 'dyna_grid_T'           ,       120         , 'somixhgt'  ,  .true.   , .true. , 'yearly'  , ''               , ''       , '' 
     108   sn_emp      = 'dyna_grid_T'           ,       120         , 'sowaflup'  ,  .true.   , .true. , 'yearly'  , ''               , ''       , '' 
     109   sn_fmf      = 'dyna_grid_T'           ,       120         , 'iowaflup'  ,  .true.   , .true. , 'yearly'  , ''               , ''       , '' 
     110   sn_ice      = 'dyna_grid_T'           ,       120         , 'soicecov'  ,  .true.   , .true. , 'yearly'  , ''               , ''       , '' 
     111   sn_qsr      = 'dyna_grid_T'           ,       120         , 'soshfldo'  ,  .true.   , .true. , 'yearly'  , ''               , ''       , '' 
     112   sn_wnd      = 'dyna_grid_T'           ,       120         , 'sowindsp'  ,  .true.   , .true. , 'yearly'  , ''               , ''       , '' 
     113   sn_uwd      = 'dyna_grid_U'           ,       120         , 'uocetr_eff',  .true.   , .true. , 'yearly'  , ''               , ''       , '' 
     114   sn_vwd      = 'dyna_grid_V'           ,       120         , 'vocetr_eff',  .true.   , .true. , 'yearly'  , ''               , ''       , '' 
     115   sn_wwd      = 'dyna_grid_W'           ,       120         , 'wocetr_eff',  .true.   , .true. , 'yearly'  , ''               , ''       , '' 
     116   sn_avt      = 'dyna_grid_W'           ,       120         , 'voddmavs'  ,  .true.   , .true. , 'yearly'  , ''               , ''       , '' 
     117   sn_ubl      = 'dyna_grid_U'           ,       120         , 'sobblcox'  ,  .true.   , .true. , 'yearly'  , ''               , ''       , '' 
     118   sn_vbl      = 'dyna_grid_V'           ,       120         , 'sobblcoy'  ,  .true.   , .true. , 'yearly'  , ''               , ''       , '' 
    360119/ 
  • branches/2017/dev_merge_2017/NEMOGCM/CONFIG/ORCA2_OFF_TRC/EXP00/namelist_cfg

    r9301 r9490  
     1!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
     2!! NEMO/OPA  :  ORCA2_OFF_TRC configuration namelist: overwrite SHARED/namelist_ref 
     3!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
     4 
     5!!====================================================================== 
     6!!              ***  Domain & Run management namelists  ***           !! 
     7!!                                                                    !! 
     8!!   namrun       parameters of the run 
     9!!   namdom       space and time domain 
     10!!   namcfg       parameters of the configuration                       (default: user defined GYRE) 
     11!!====================================================================== 
     12! 
    113!----------------------------------------------------------------------- 
    214&namrun        !   parameters of the run 
     
    618   nn_itend    =    1460    !  last  time step (std 1460) 
    719   nn_stock    =    1460    !  frequency of creation of a restart file (modulo referenced to 1) 
    8    nn_date0    = 19600101   
    9    ln_mskland  = .true.   !  mask land points in NetCDF outputs (costly: + ~15%) 
    10 / 
    11 !----------------------------------------------------------------------- 
    12 &namcfg        !   parameters of the configuration                     !   (default: user defined GYRE) 
    13 !----------------------------------------------------------------------- 
    14    ln_read_cfg = .true.    !  (=T) read the domain configuration file 
    15       !                    !  (=F) user defined configuration  ==>>>  see usrdef(_...) modules 
    16       cn_domcfg = "ORCA_R2_zps_domcfg"    ! domain configuration filename 
    1720/ 
    1821!----------------------------------------------------------------------- 
     
    2427/ 
    2528!----------------------------------------------------------------------- 
    26 &namtsd        !   data : Temperature  & Salinity 
     29&namcfg        !   parameters of the configuration                      (default: user defined GYRE) 
    2730!----------------------------------------------------------------------- 
     31   ln_read_cfg = .true.    !  (=T) read the domain configuration file 
     32      cn_domcfg = "ORCA_R2_zps_domcfg"    ! domain configuration filename 
    2833/ 
    29 !----------------------------------------------------------------------- 
    30 &namwad  !   Wetting and drying  default it no WAD 
    31 !----------------------------------------------------------------------- 
    32 / 
    33 !----------------------------------------------------------------------- 
    34 &namcrs        !   coarsened grid (for outputs and/or TOP)              (ln_crs =T) 
    35 !----------------------------------------------------------------------- 
    36 / 
    37 !----------------------------------------------------------------------- 
    38 &namc1d        !   1D configuration options                             ("key_c1d") 
    39 !----------------------------------------------------------------------- 
    40 / 
    41 !----------------------------------------------------------------------- 
    42 &namc1d_dyndmp !   U & V newtonian damping                              ("key_c1d") 
    43 !----------------------------------------------------------------------- 
    44 / 
    45 !----------------------------------------------------------------------- 
    46 &namc1d_uvd    !   data: U & V currents                                 ("key_c1d") 
    47 !----------------------------------------------------------------------- 
    48 / 
     34 
     35!!====================================================================== 
     36!!            ***  Surface Boundary Condition namelists  ***          !! 
     37!!                                                                    !! 
     38!!   namsbc          surface boundary condition manager                 (default: NO selection) 
     39!!   namsbc_flx      flux               formulation                     (ln_flx    =T) 
     40!!   namsbc_blk      Bulk formulae formulation                          (ln_blk     =T) 
     41!!   namsbc_cpl      CouPLed            formulation                     ("key_oasis3" ) 
     42!!   namsbc_sas      Stand-Alone Surface module                         (SAS_SRC  only) 
     43!!   namsbc_iif      Ice-IF: use observed ice cover                     (nn_ice = 1   ) 
     44!!   namtra_qsr      penetrative solar radiation                        (ln_traqsr  =T) 
     45!!   namsbc_ssr      sea surface restoring term (for T and/or S)        (ln_ssr     =T) 
     46!!   namsbc_rnf      river runoffs                                      (ln_rnf     =T) 
     47!!   namsbc_apr      Atmospheric Pressure                               (ln_apr_dyn =T) 
     48!!   namsbc_isf      ice shelf melting/freezing                         (ln_isfcav  =T : read (ln_read_cfg=T) or set or usr_def_zgr ) 
     49!!   namsbc_iscpl    coupling option between land ice model and ocean   (ln_isfcav  =T) 
     50!!   namsbc_wave     external fields from wave model                    (ln_wave    =T) 
     51!!   namberg         iceberg floats                                     (ln_icebergs=T) 
     52!!====================================================================== 
     53! 
    4954!----------------------------------------------------------------------- 
    5055&namsbc        !   Surface Boundary Condition (surface module) 
    5156!----------------------------------------------------------------------- 
     57   nn_fsbc     = 1         !  frequency of SBC module call 
    5258   ln_blk      = .true.    !  Bulk formulation                          (T => fill namsbc_blk ) 
    53    nn_fsbc     = 1         !  frequency of surface boundary condition computation  
    54    ln_rnf      = .false.   !  runoffs 
    55    ln_traqsr   = .false.   !  Light penetration (T) or not (F) 
    56 / 
    57 !----------------------------------------------------------------------- 
    58 &namsbc_flx    !   surface boundary condition : flux formulation 
    59 !----------------------------------------------------------------------- 
    6059/ 
    6160!----------------------------------------------------------------------- 
     
    6362!----------------------------------------------------------------------- 
    6463   ln_NCAR     = .true.   ! "NCAR"      algorithm   (Large and Yeager 2008) 
     64 
     65   cn_dir      = './'      !  root directory for the bulk data location 
     66   !___________!_________________________!___________________!___________!_____________!________!___________!______________________________________!__________!_______________! 
     67   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ !       weights filename               ! rotation ! land/sea mask ! 
     68   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                                      ! pairing  !    filename   ! 
     69   sn_wndi     = 'u_10.15JUNE2009_fill'       ,    6         , 'U_10_MOD',   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bicubic_noc.nc'  , 'Uwnd'   , '' 
     70   sn_wndj     = 'v_10.15JUNE2009_fill'       ,    6         , 'V_10_MOD',   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bicubic_noc.nc'  , 'Vwnd'   , '' 
     71   sn_qsr      = 'ncar_rad.15JUNE2009_fill'   ,   24         , 'SWDN_MOD',   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc' , ''       , '' 
     72   sn_qlw      = 'ncar_rad.15JUNE2009_fill'   ,   24         , 'LWDN_MOD',   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc' , ''       , '' 
     73   sn_tair     = 't_10.15JUNE2009_fill'       ,    6         , 'T_10_MOD',   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc' , ''       , '' 
     74   sn_humi     = 'q_10.15JUNE2009_fill'       ,    6         , 'Q_10_MOD',   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc' , ''       , '' 
     75   sn_prec     = 'ncar_precip.15JUNE2009_fill',   -1         , 'PRC_MOD1',   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc' , ''       , '' 
     76   sn_snow     = 'ncar_precip.15JUNE2009_fill',   -1         , 'SNOW'    ,   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc' , ''       , '' 
     77   sn_slp      = 'slp.15JUNE2009_fill'        ,    6         , 'SLP'     ,   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc' , ''       , '' 
     78   sn_tdif     = 'taudif_core'                ,   24         , 'taudif'  ,   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc' , ''       , '' 
    6579/ 
    66 !----------------------------------------------------------------------- 
    67 &namsbc_cpl    !   coupled ocean/atmosphere model                       ("key_oasis3") 
    68 !----------------------------------------------------------------------- 
    69 / 
    70 !----------------------------------------------------------------------- 
    71 &namsbc_sas    !   Stand-Alone Surface boundary condition 
    72 !----------------------------------------------------------------------- 
    73 / 
    74 !----------------------------------------------------------------------- 
    75 &namsbc_iif    !   Ice-IF : use observed ice cover                      (nn_ice = 1) 
    76 !----------------------------------------------------------------------- 
    77 / 
    78 !----------------------------------------------------------------------- 
    79 &namtra_qsr    !   penetrative solar radiation                          (ln_traqsr =T) 
    80 !----------------------------------------------------------------------- 
    81 / 
    82 !----------------------------------------------------------------------- 
    83 &namsbc_rnf    !   runoffs namelist surface boundary condition          (ln_rnf =T) 
    84 !----------------------------------------------------------------------- 
    85 / 
    86 !----------------------------------------------------------------------- 
    87 &namsbc_isf    !  Top boundary layer (ISF)                              (nn_isf >0) 
    88 !----------------------------------------------------------------------- 
    89 / 
    90 !----------------------------------------------------------------------- 
    91 &namsbc_iscpl  !   land ice / ocean coupling option                      
    92 !----------------------------------------------------------------------- 
    93 / 
    94 !----------------------------------------------------------------------- 
    95 &namsbc_apr    !   Atmospheric pressure used as ocean forcing           (ln_apr_dyn =T) 
    96 !----------------------------------------------------------------------- 
    97 / 
    98 !----------------------------------------------------------------------- 
    99 &namsbc_ssr    !   surface boundary condition : sea surface restoring   (ln_ssr =T) 
    100 !----------------------------------------------------------------------- 
    101 / 
    102 !----------------------------------------------------------------------- 
    103 &namsbc_wave   ! External fields from wave model                        (ln_wave=T) 
    104 !----------------------------------------------------------------------- 
    105 / 
    106 !----------------------------------------------------------------------- 
    107 &namberg       !   iceberg parameters                                   (default: No iceberg) 
    108 !----------------------------------------------------------------------- 
    109 / 
    110 !----------------------------------------------------------------------- 
    111 &namlbc        !   lateral momentum boundary condition 
    112 !----------------------------------------------------------------------- 
    113    !                       !  free slip  !   partial slip  !   no slip   ! strong slip 
    114    rn_shlat    =    2.     !  shlat = 0  !  0 < shlat < 2  !  shlat = 2  !  2 < shlat 
    115    ln_vorlat   = .false.   !  consistency of vorticity boundary condition with analytical Eqs. 
    116 / 
    117 !----------------------------------------------------------------------- 
    118 &namagrif      !  AGRIF zoom                                            ("key_agrif") 
    119 !----------------------------------------------------------------------- 
    120 / 
    121 !----------------------------------------------------------------------- 
    122 &nam_tide      !   tide parameters 
    123 !----------------------------------------------------------------------- 
    124 / 
    125 !----------------------------------------------------------------------- 
    126 &nambdy        !  unstructured open boundaries                           
    127 !----------------------------------------------------------------------- 
    128 / 
    129 !----------------------------------------------------------------------- 
    130 &nambdy_dta    !  open boundaries - external data                        
    131 !----------------------------------------------------------------------- 
    132 / 
    133 !----------------------------------------------------------------------- 
    134 &nambdy_tide   !  tidal forcing at open boundaries 
    135 !----------------------------------------------------------------------- 
    136 / 
    137 !----------------------------------------------------------------------- 
    138 &namdrg            !   top/bottom drag coefficient                      (default: NO selection) 
    139 !----------------------------------------------------------------------- 
    140 / 
    141 !----------------------------------------------------------------------- 
    142 &namdrg_top        !   TOP friction                                     (ln_isfcav=T) 
    143 !----------------------------------------------------------------------- 
    144 / 
    145 !----------------------------------------------------------------------- 
    146 &namdrg_bot        !   BOTTOM friction                                   
    147 !----------------------------------------------------------------------- 
    148 / 
    149 !----------------------------------------------------------------------- 
    150 &nambbc        !   bottom temperature boundary condition                (default: NO) 
    151 !----------------------------------------------------------------------- 
    152 / 
    153 !----------------------------------------------------------------------- 
    154 &nambbl        !   bottom boundary layer scheme                         (default: NO) 
    155 !----------------------------------------------------------------------- 
    156    ln_trabbl   = .true.    !  Bottom Boundary Layer parameterisation flag 
    157    nn_bbl_ldf  =  1        !  diffusive bbl (=1)   or not (=0) 
    158    nn_bbl_adv  =  0        !  advective bbl (=1/2) or not (=0) 
    159    rn_ahtbbl   =  1000.    !  lateral mixing coefficient in the bbl  [m2/s] 
    160    rn_gambbl   =  10.      !  advective bbl coefficient                 [s] 
    161 / 
     80 
     81!!====================================================================== 
     82!!                     TOP OFF-line namelists                         !! 
     83!!                                                                    !! 
     84!!   nameos        equation of state                                    (default: NO selection) 
     85!!   namdta_dyn    offline TOP: ocean state read in files               (OFF_SRC only) 
     86!!====================================================================== 
     87! 
    16288!----------------------------------------------------------------------- 
    16389&nameos        !   ocean Equation Of Seawater                           (default: NO) 
     
    16692/ 
    16793!----------------------------------------------------------------------- 
    168 &namtra_adv    !   advection scheme for tracer                          (default: NO selection) 
     94&namdta_dyn    !   offline: ocean state read in files                   (OFF_SRC) 
    16995!----------------------------------------------------------------------- 
    170 / 
    171 !----------------------------------------------------------------------- 
    172 &namtra_adv_mle !   mixed layer eddy parametrisation (Fox-Kemper param) (default: NO) 
    173 !----------------------------------------------------------------------- 
    174 / 
    175 !----------------------------------------------------------------------- 
    176 &namtra_ldf    !   lateral diffusion scheme for tracers                 (default: NO selection) 
    177 !----------------------------------------------------------------------- 
    178    !                       !  Operator type: 
    179    ln_traldf_NONE  =  .false.  ! No explicit diffusion 
    180    ln_traldf_lap   =  .true.   !    laplacian operator 
    181    ln_traldf_blp   =  .false.  !  bilaplacian operator 
    182    !                       !  Direction of action: 
    183    ln_traldf_lev   =  .false.  !  iso-level 
    184    ln_traldf_hor   =  .false.  !  horizontal (geopotential) 
    185    ln_traldf_iso   =  .true.   !  iso-neutral 
    186    ln_traldf_triad =  .false.  !  iso-neutral using Griffies triads 
    187    ! 
    188    !                       !  iso-neutral options:         
    189    ln_traldf_msc   =  .true.   !  Method of Stabilizing Correction (both operators) 
    190    rn_slpmax       =   0.01    !  slope limit                      (both operators) 
    191    ln_triad_iso    =  .false.  !  pure horizontal mixing in ML     (triad only) 
    192    rn_sw_triad     =  1        !  =1 switching triad ; =0 all 4 triads used (triad only) 
    193    ln_botmix_triad =  .false.  !  lateral mixing on bottom         (triad only) 
    194    ! 
    195    !                       !  Coefficients: 
    196    nn_aht_ijk_t    = 0        !  space/time variation of eddy coef 
    197    !                                !   =-20 (=-30)    read in eddy_diffusivity_2D.nc (..._3D.nc) file 
    198    !                                !   =  0           constant  
    199    !                                !   = 10 F(k)      =ldf_c1d  
    200    !                                !   = 20 F(i,j)    =ldf_c2d  
    201    !                                !   = 21 F(i,j,t)  =Treguier et al. JPO 1997 formulation 
    202    !                                !   = 30 F(i,j,k)  =ldf_c2d + ldf_c1d 
    203    !                                !   = 31 F(i,j,k,t)=F(local velocity) 
    204    rn_aht_0        = 2000.     !  lateral eddy diffusivity   (lap. operator) [m2/s] 
    205    rn_bht_0        = 1.e+12    !  lateral eddy diffusivity (bilap. operator) [m4/s] 
    206 / 
    207 !----------------------------------------------------------------------- 
    208 &namtra_ldfeiv !   eddy induced velocity param.                         (default: NO) 
    209 !----------------------------------------------------------------------- 
    210    ln_ldfeiv     =.true.   ! use eddy induced velocity parameterization 
    211    ln_ldfeiv_dia =.false.   ! diagnose eiv stream function and velocities 
    212    rn_aeiv_0     = 2000.   ! eddy induced velocity coefficient   [m2/s] 
    213    nn_aei_ijk_t  = 0      ! space/time variation of the eiv coeficient 
    214    !                                !   =-20 (=-30)    read in eddy_induced_velocity_2D.nc (..._3D.nc) file 
    215    !                                !   =  0           constant 
    216    !                                !   = 10 F(k)      =ldf_c1d 
    217    !                                !   = 20 F(i,j)    =ldf_c2d 
    218    !                                !   = 21 F(i,j,t)  =Treguier et al. JPO 1997 formulation 
    219    !                                !   = 30 F(i,j,k)  =ldf_c2d + ldf_c1d 
    220 / 
    221 !----------------------------------------------------------------------- 
    222 &namtra_dmp    !   tracer: T & S newtonian damping                      (default: NO) 
    223 !----------------------------------------------------------------------- 
    224 / 
    225 !----------------------------------------------------------------------- 
    226 &nam_vvl       !   vertical coordinate options                             (default: z-star) 
    227 !----------------------------------------------------------------------- 
    228 / 
    229 !----------------------------------------------------------------------- 
    230 &namdyn_adv    !   formulation of the momentum advection                (default: NO selection) 
    231 !----------------------------------------------------------------------- 
    232 / 
    233 !----------------------------------------------------------------------- 
    234 &namdyn_vor    !   Vorticity / Coriolis scheme                          (default: NO) 
    235 !----------------------------------------------------------------------- 
    236 / 
    237 !----------------------------------------------------------------------- 
    238 &namdyn_hpg    !   Hydrostatic pressure gradient option                 (default: NO selection) 
    239 !----------------------------------------------------------------------- 
    240 / 
    241 !----------------------------------------------------------------------- 
    242 &namdyn_spg    !   surface pressure gradient                            (default: NO) 
    243 !----------------------------------------------------------------------- 
    244 / 
    245 !----------------------------------------------------------------------- 
    246 &namdyn_ldf    !   lateral diffusion on momentum                        (default: NO selection) 
    247 !----------------------------------------------------------------------- 
    248 / 
    249 !----------------------------------------------------------------------- 
    250 &namzdf        !   vertical physics                                     (default: NO selection) 
    251 !----------------------------------------------------------------------- 
    252 / 
    253 !----------------------------------------------------------------------- 
    254 &namzdf_ric    !   richardson number dependent vertical diffusion       (ln_zdfric =T) 
    255 !----------------------------------------------------------------------- 
    256 / 
    257 !----------------------------------------------------------------------- 
    258 &namzdf_tke    !   turbulent eddy kinetic dependent vertical diffusion  (ln_zdftke =T) 
    259 !----------------------------------------------------------------------- 
    260 / 
    261 !----------------------------------------------------------------------- 
    262 &namzdf_gls    !   GLS vertical diffusion                               (ln_zdfgls =T) 
    263 !----------------------------------------------------------------------- 
    264 / 
    265 !----------------------------------------------------------------------- 
    266 &namzdf_osm                !   OSM vertical diffusion                   (ln_zdfosm =T) 
    267 !----------------------------------------------------------------------- 
    268 / 
    269 !----------------------------------------------------------------------- 
    270 &namzdf_iwm    !    internal wave-driven mixing parameterization        (ln_zdfiwm =T) 
    271 !----------------------------------------------------------------------- 
    272 / 
    273 !----------------------------------------------------------------------- 
    274 &nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi") 
    275 !----------------------------------------------------------------------- 
    276 / 
    277 !----------------------------------------------------------------------- 
    278 &namctl        !   Control prints  
    279 !----------------------------------------------------------------------- 
    280 / 
    281 !----------------------------------------------------------------------- 
    282 &namsto        ! Stochastic parametrization of EOS                      (default: NO) 
    283 !----------------------------------------------------------------------- 
    284 / 
    285 !----------------------------------------------------------------------- 
    286 &namtrd        !   trend diagnostics                                    (default F) 
    287 !----------------------------------------------------------------------- 
    288 / 
    289 !----------------------------------------------------------------------- 
    290 &namptr        !   Poleward Transport Diagnostic                         (default F) 
    291 !----------------------------------------------------------------------- 
    292 / 
    293 !----------------------------------------------------------------------- 
    294 &namhsb        !  Heat and salt budgets                                  (default F) 
    295 !----------------------------------------------------------------------- 
    296 / 
    297 !----------------------------------------------------------------------- 
    298 &namdiu        !   Cool skin and warm layer models                       (default F) 
    299 !----------------------------------------------------------------------- 
    300 / 
    301 !----------------------------------------------------------------------- 
    302 &namflo        !   float parameters                                      ("key_float") 
    303 !----------------------------------------------------------------------- 
    304 / 
    305 !----------------------------------------------------------------------- 
    306 &nam_diaharm   !   Harmonic analysis of tidal constituents               ("key_diaharm") 
    307 !----------------------------------------------------------------------- 
    308 / 
    309 !----------------------------------------------------------------------- 
    310 &namdct        ! transports through some sections                        ("key_diadct") 
    311 !----------------------------------------------------------------------- 
    312 / 
    313 !----------------------------------------------------------------------- 
    314 &nam_diatmb    !  Top Middle Bottom Output                               (default F) 
    315 !----------------------------------------------------------------------- 
    316 / 
    317 !----------------------------------------------------------------------- 
    318 &nam_dia25h    !  25h Mean Output                                        (default F) 
    319 !----------------------------------------------------------------------- 
    320 / 
    321 !----------------------------------------------------------------------- 
    322 &namnc4        !   netcdf4 chunking and compression settings             ("key_netcdf4") 
    323 !----------------------------------------------------------------------- 
    324 / 
    325 !----------------------------------------------------------------------- 
    326 &namobs        !  observation usage switch 
    327 !----------------------------------------------------------------------- 
    328 / 
    329 !----------------------------------------------------------------------- 
    330 &nam_asminc    !   assimilation increments                              ('key_asminc') 
    331 !----------------------------------------------------------------------- 
    332 / 
    333 !----------------------------------------------------------------------- 
    334 &namdta_dyn        !   offline dynamics read in files                   ("key_offline") 
    335 !----------------------------------------------------------------------- 
    336 !          !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
    337 !          !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      ! 
    338    sn_tem  = 'dyna_grid_T' ,    120            , 'votemper' ,  .true.    , .true. ,   'yearly'  , ''       , ''    , '' 
    339    sn_sal  = 'dyna_grid_T' ,    120            , 'vosaline' ,  .true.    , .true. ,   'yearly'  , ''       , ''    , '' 
    340    sn_mld  = 'dyna_grid_T' ,    120            , 'somixhgt' ,  .true.    , .true. ,   'yearly'  , ''       , ''    , '' 
    341    sn_emp  = 'dyna_grid_T' ,    120            , 'sowaflup' ,  .true.    , .true. ,   'yearly'  , ''       , ''    , '' 
    342    sn_fmf  = 'dyna_grid_T' ,    120            , 'iowaflup' ,  .true.    , .true. ,   'yearly'  , ''       , ''    , '' 
    343    sn_ice  = 'dyna_grid_T' ,    120            , 'soicecov' ,  .true.    , .true. ,   'yearly'  , ''       , ''    , '' 
    344    sn_qsr  = 'dyna_grid_T' ,    120            , 'soshfldo' ,  .true.    , .true. ,   'yearly'  , ''       , ''    , '' 
    345    sn_wnd  = 'dyna_grid_T' ,    120            , 'sowindsp' ,  .true.    , .true. ,   'yearly'  , ''       , ''    , '' 
    346    sn_uwd  = 'dyna_grid_U' ,    120            , 'uocetr_eff' ,  .true.    , .true. ,   'yearly'  , ''       , ''    , '' 
    347    sn_vwd  = 'dyna_grid_V' ,    120            , 'vocetr_eff' ,  .true.    , .true. ,   'yearly'  , ''       , ''    , '' 
    348    sn_wwd  = 'dyna_grid_W' ,    120            , 'wocetr_eff' ,  .true.    , .true. ,   'yearly'  , ''       , ''    , '' 
    349    sn_avt  = 'dyna_grid_W' ,    120            , 'voddmavs' ,  .true.    , .true. ,   'yearly'  , ''       , ''    , '' 
    350    sn_ubl  = 'dyna_grid_U' ,    120            , 'sobblcox' ,  .true.    , .true. ,   'yearly'  , ''       , ''    , '' 
    351    sn_vbl  = 'dyna_grid_V' ,    120            , 'sobblcoy' ,  .true.    , .true. ,   'yearly'  , ''       , ''    , '' 
    352 ! 
    353    cn_dir          = './'       !  root directory for the location of the dynamical files 
    35496   ln_dynrnf       =  .false.   !  runoffs option enabled (T) or not (F) 
    35597   ln_dynrnf_depth =  .false.   ! runoffs is spread in vertical (T) or not (F) 
    35698!   fwbcorr      = 3.786e-06    ! annual global mean of empmr for ssh correction 
     99 
     100 
     101   cn_dir      = './'      !  root directory for the ocean data location 
     102   !___________!_________________________!___________________!___________!_____________!________!___________!__________________!__________!_______________! 
     103   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask ! 
     104   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   ! 
     105   sn_tem      = 'dyna_grid_T'           ,       120         , 'votemper'  ,  .true.   , .true. , 'yearly'  , ''               , ''       , '' 
     106   sn_sal      = 'dyna_grid_T'           ,       120         , 'vosaline'  ,  .true.   , .true. , 'yearly'  , ''               , ''       , '' 
     107   sn_mld      = 'dyna_grid_T'           ,       120         , 'somixhgt'  ,  .true.   , .true. , 'yearly'  , ''               , ''       , '' 
     108   sn_emp      = 'dyna_grid_T'           ,       120         , 'sowaflup'  ,  .true.   , .true. , 'yearly'  , ''               , ''       , '' 
     109   sn_fmf      = 'dyna_grid_T'           ,       120         , 'iowaflup'  ,  .true.   , .true. , 'yearly'  , ''               , ''       , '' 
     110   sn_ice      = 'dyna_grid_T'           ,       120         , 'soicecov'  ,  .true.   , .true. , 'yearly'  , ''               , ''       , '' 
     111   sn_qsr      = 'dyna_grid_T'           ,       120         , 'soshfldo'  ,  .true.   , .true. , 'yearly'  , ''               , ''       , '' 
     112   sn_wnd      = 'dyna_grid_T'           ,       120         , 'sowindsp'  ,  .true.   , .true. , 'yearly'  , ''               , ''       , '' 
     113   sn_uwd      = 'dyna_grid_U'           ,       120         , 'uocetr_eff',  .true.   , .true. , 'yearly'  , ''               , ''       , '' 
     114   sn_vwd      = 'dyna_grid_V'           ,       120         , 'vocetr_eff',  .true.   , .true. , 'yearly'  , ''               , ''       , '' 
     115   sn_wwd      = 'dyna_grid_W'           ,       120         , 'wocetr_eff',  .true.   , .true. , 'yearly'  , ''               , ''       , '' 
     116   sn_avt      = 'dyna_grid_W'           ,       120         , 'voddmavs'  ,  .true.   , .true. , 'yearly'  , ''               , ''       , '' 
     117   sn_ubl      = 'dyna_grid_U'           ,       120         , 'sobblcox'  ,  .true.   , .true. , 'yearly'  , ''               , ''       , '' 
     118   sn_vbl      = 'dyna_grid_V'           ,       120         , 'sobblcoy'  ,  .true.   , .true. , 'yearly'  , ''               , ''       , '' 
    357119/ 
    358  
  • branches/2017/dev_merge_2017/NEMOGCM/CONFIG/ORCA2_OFF_TRC/EXP00/namelist_top_cfg

    r9301 r9490  
    3434&namtrc_ldf      !   lateral diffusion scheme for passive tracer  
    3535!----------------------------------------------------------------------- 
     36   !                         !  Type of the operator: 
     37   ln_trcldf_NONE  =  .false.    !  No explicit diffusion 
     38   ln_trcldf_tra   =  .true.     !  use active tracer setting 
     39   !                         !  Coefficient (defined with namtra_ldf coefficient) 
     40   rn_ldf_multi    = 1.          !  multiplier of aht for TRC mixing coefficient 
     41   rn_fact_lap     = 1.          !  Equatorial enhanced zonal eddy diffusivity (lap only) 
    3642/ 
    3743!----------------------------------------------------------------------- 
  • branches/2017/dev_merge_2017/NEMOGCM/CONFIG/ORCA2_SAS_LIM3/EXP00/namelist_cfg

    r9356 r9490  
    11!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
    2 !! NEMO/OPA  Configuration namelist : used to overwrite defaults values defined in SHARED/namelist_ref 
     2!! NEMO/OPA  SAS Configuration namelist : overwrite some defaults values defined in SHARED/namelist_ref 
    33!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
     4 
     5!!====================================================================== 
     6!!              ***  Domain & Run management namelists  ***           !! 
     7!!                                                                    !! 
     8!!   namrun       parameters of the run 
     9!!   namdom       space and time domain 
     10!!   namcfg       parameters of the configuration                       (default: user defined GYRE) 
     11!!====================================================================== 
    412! 
    513!----------------------------------------------------------------------- 
     
    1220/ 
    1321!----------------------------------------------------------------------- 
    14 &namcfg        !   parameters of the configuration                      (default: user defined GYRE) 
    15 !----------------------------------------------------------------------- 
    16    ln_read_cfg = .true.    !  (=T) read the domain configuration file 
    17       !                    !  (=F) user defined configuration  ==>>>  see usrdef(_...) modules 
    18       cn_domcfg = "ORCA_R2_zps_domcfg"    ! domain configuration filename 
    19 / 
    20 !----------------------------------------------------------------------- 
    2122&namdom        !   time and space domain 
    2223!----------------------------------------------------------------------- 
     
    2425/ 
    2526!----------------------------------------------------------------------- 
    26 &namtsd        !   data : Temperature  & Salinity 
     27&namcfg        !   parameters of the configuration                      (default: user defined GYRE) 
    2728!----------------------------------------------------------------------- 
     29   ln_read_cfg = .true.    !  (=T) read the domain configuration file 
     30      cn_domcfg = "ORCA_R2_zps_domcfg"    ! domain configuration filename 
    2831/ 
    29 !----------------------------------------------------------------------- 
    30 &namwad        !   Wetting and drying  default is no WAD 
    31 !----------------------------------------------------------------------- 
    32 / 
    33 !----------------------------------------------------------------------- 
    34 &namcrs        !   coarsened grid (for outputs and/or TOP)              (ln_crs =T) 
    35 !----------------------------------------------------------------------- 
    36 / 
    37 !----------------------------------------------------------------------- 
    38 &namc1d        !   1D configuration options                             ("key_c1d") 
    39 !----------------------------------------------------------------------- 
    40 / 
    41 !----------------------------------------------------------------------- 
    42 &namc1d_dyndmp !   U & V newtonian damping                              ("key_c1d") 
    43 !----------------------------------------------------------------------- 
    44 / 
    45 !----------------------------------------------------------------------- 
    46 &namc1d_uvd    !   data: U & V currents                                 ("key_c1d") 
    47 !----------------------------------------------------------------------- 
    48 / 
     32 
     33!!====================================================================== 
     34!!            ***  Surface Boundary Condition namelists  ***          !! 
     35!!                                                                    !! 
     36!!                           SAS case                                 !! 
     37!!                                                                    !! 
     38!!   namsbc          surface boundary condition manager                 (default: NO selection) 
     39!!   namsbc_flx      flux               formulation                     (ln_flx     =T) 
     40!!   namsbc_blk      Bulk formulae formulation                          (ln_blk     =T) 
     41!!   namsbc_cpl      CouPLed            formulation                     ("key_oasis3" ) 
     42!!   namsbc_sas      Stand-Alone Surface module                         (SAS_SRC  only) 
     43!!   namsbc_iif      Ice-IF: use observed ice cover                     (nn_ice = 1   ) 
     44!!   namsbc_ssr      sea surface restoring term (for T and/or S)        (ln_ssr     =T) 
     45!!   namsbc_rnf      river runoffs                                      (ln_rnf     =T) 
     46!!   namsbc_apr      Atmospheric Pressure                               (ln_apr_dyn =T) 
     47!!   namsbc_wave     external fields from wave model                    (ln_wave    =T) 
     48!!   namberg         iceberg floats                                     (ln_icebergs=T) 
     49!!====================================================================== 
     50! 
    4951!----------------------------------------------------------------------- 
    5052&namsbc        !   Surface Boundary Condition (surface module) 
    5153!----------------------------------------------------------------------- 
     54   nn_fsbc     = 1         !  frequency of SBC module call 
    5255   ln_blk      = .true.    !  Bulk formulation                          (T => fill namsbc_blk ) 
    53 / 
    54 !----------------------------------------------------------------------- 
    55 &namsbc_flx    !   surface boundary condition : flux formulation 
    56 !----------------------------------------------------------------------- 
     56   nn_ice      = 2         !  =2  sea-ice model                         ("key_SI3" or "key_cice") 
    5757/ 
    5858!----------------------------------------------------------------------- 
     
    6060!----------------------------------------------------------------------- 
    6161   ln_NCAR     = .true.   ! "NCAR"      algorithm   (Large and Yeager 2008) 
     62 
     63   cn_dir      = './'      !  root directory for the bulk data location 
     64   !___________!_________________________!___________________!___________!_____________!________!___________!______________________________________!__________!_______________! 
     65   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ !       weights filename               ! rotation ! land/sea mask ! 
     66   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                                      ! pairing  !    filename   ! 
     67   sn_wndi     = 'u_10.15JUNE2009_fill'       ,    6         , 'U_10_MOD',   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bicubic_noc.nc'  , 'Uwnd'   , '' 
     68   sn_wndj     = 'v_10.15JUNE2009_fill'       ,    6         , 'V_10_MOD',   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bicubic_noc.nc'  , 'Vwnd'   , '' 
     69   sn_qsr      = 'ncar_rad.15JUNE2009_fill'   ,   24         , 'SWDN_MOD',   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc' , ''       , '' 
     70   sn_qlw      = 'ncar_rad.15JUNE2009_fill'   ,   24         , 'LWDN_MOD',   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc' , ''       , '' 
     71   sn_tair     = 't_10.15JUNE2009_fill'       ,    6         , 'T_10_MOD',   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc' , ''       , '' 
     72   sn_humi     = 'q_10.15JUNE2009_fill'       ,    6         , 'Q_10_MOD',   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc' , ''       , '' 
     73   sn_prec     = 'ncar_precip.15JUNE2009_fill',   -1         , 'PRC_MOD1',   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc' , ''       , '' 
     74   sn_snow     = 'ncar_precip.15JUNE2009_fill',   -1         , 'SNOW'    ,   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc' , ''       , '' 
     75   sn_slp      = 'slp.15JUNE2009_fill'        ,    6         , 'SLP'     ,   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc' , ''       , '' 
     76   sn_tdif     = 'taudif_core'                ,   24         , 'taudif'  ,   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc' , ''       , '' 
    6277/ 
    6378!----------------------------------------------------------------------- 
     
    6883&namsbc_sas    !   Stand-Alone Surface boundary condition 
    6984!----------------------------------------------------------------------- 
     85   l_sasread   = .true.    !  =T Read in file ;  =F set all to 0. (see sbcssm) 
     86      ln_3d_uve   = .false.   !  specify whether we are supplying a 3D u,v and e3 field 
     87      ln_read_frq = .false.   !  specify whether we must read frq or not 
     88 
     89   cn_dir      = './'      !  root directory for the ocean data location 
     90   !___________!_________________________!___________________!___________!_____________!________!___________!__________________!__________!_______________! 
     91   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask ! 
     92   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   ! 
     93   sn_usp      = 'sas_grid_U'            ,       120         , 'uos'     ,   .true.    , .true. , 'yearly'  ,    ''            ,    ''    ,    '' 
     94   sn_vsp      = 'sas_grid_V'            ,       120         , 'vos'     ,   .true.    , .true. , 'yearly'  ,    ''            ,    ''    ,    '' 
     95   sn_tem      = 'sas_grid_T'            ,       120         , 'sosstsst',   .true.    , .true. , 'yearly'  ,    ''            ,    ''    ,    '' 
     96   sn_sal      = 'sas_grid_T'            ,       120         , 'sosaline',   .true.    , .true. , 'yearly'  ,    ''            ,    ''    ,    '' 
     97   sn_ssh      = 'sas_grid_T'            ,       120         , 'sossheig',   .true.    , .true. , 'yearly'  ,    ''            ,    ''    ,    '' 
     98   sn_e3t      = 'sas_grid_T'            ,       120         , 'e3t_m'   ,   .true.    , .true. , 'yearly'  ,    ''            ,    ''    ,    '' 
     99   sn_frq      = 'sas_grid_T'            ,       120         , 'frq_m'   ,   .true.    , .true. , 'yearly'  ,    ''            ,    ''    ,    '' 
    70100/ 
    71 !----------------------------------------------------------------------- 
    72 &namsbc_iif    !   Ice-IF : use observed ice cover                      (nn_ice = 1) 
    73 !----------------------------------------------------------------------- 
    74 / 
    75 !----------------------------------------------------------------------- 
    76 &namtra_qsr    !   penetrative solar radiation                          (ln_traqsr =T) 
    77 !----------------------------------------------------------------------- 
    78 / 
    79 !----------------------------------------------------------------------- 
    80 &namsbc_rnf    !   runoffs namelist surface boundary condition          (ln_rnf =T) 
    81 !----------------------------------------------------------------------- 
    82 / 
    83 !----------------------------------------------------------------------- 
    84 &namsbc_isf    !  Top boundary layer (ISF)                              (nn_isf >0) 
    85 !----------------------------------------------------------------------- 
    86 / 
    87 !----------------------------------------------------------------------- 
    88 &namsbc_iscpl  !   land ice / ocean coupling option                      
    89 !----------------------------------------------------------------------- 
    90 / 
    91 !----------------------------------------------------------------------- 
    92 &namsbc_apr    !   Atmospheric pressure used as ocean forcing           (ln_apr_dyn =T) 
    93 !----------------------------------------------------------------------- 
    94 / 
    95 !----------------------------------------------------------------------- 
    96 &namsbc_ssr    !   surface boundary condition : sea surface restoring   (ln_ssr =T) 
    97 !----------------------------------------------------------------------- 
    98 / 
    99 !----------------------------------------------------------------------- 
    100 &namsbc_wave   ! External fields from wave model                        (ln_wave=T) 
    101 !----------------------------------------------------------------------- 
    102 / 
    103 !----------------------------------------------------------------------- 
    104 &namberg       !   iceberg parameters                                   (default: No iceberg) 
    105 !----------------------------------------------------------------------- 
    106 / 
    107 !----------------------------------------------------------------------- 
    108 &namlbc        !   lateral momentum boundary condition 
    109 !----------------------------------------------------------------------- 
    110 / 
    111 !----------------------------------------------------------------------- 
    112 &namagrif      !  AGRIF zoom                                            ("key_agrif") 
    113 !----------------------------------------------------------------------- 
    114 / 
    115 !----------------------------------------------------------------------- 
    116 &nam_tide      !   tide parameters 
    117 !----------------------------------------------------------------------- 
    118 / 
    119 !----------------------------------------------------------------------- 
    120 &nambdy        !  unstructured open boundaries                           
    121 !----------------------------------------------------------------------- 
    122 / 
    123 !----------------------------------------------------------------------- 
    124 &nambdy_dta    !  open boundaries - external data                        
    125 !----------------------------------------------------------------------- 
    126 / 
    127 !----------------------------------------------------------------------- 
    128 &nambdy_tide   !  tidal forcing at open boundaries 
    129 !----------------------------------------------------------------------- 
    130 / 
    131 !----------------------------------------------------------------------- 
    132 &namdrg        !   top/bottom drag coefficient                          (default: NO selection) 
    133 !----------------------------------------------------------------------- 
    134 / 
    135 !----------------------------------------------------------------------- 
    136 &namdrg_top    !   TOP friction                                         (ln_isfcav=T) 
    137 !----------------------------------------------------------------------- 
    138 / 
    139 !----------------------------------------------------------------------- 
    140 &namdrg_bot    !   BOTTOM friction                                   
    141 !----------------------------------------------------------------------- 
    142 / 
    143 !----------------------------------------------------------------------- 
    144 &nambbc        !   bottom temperature boundary condition                (default: NO) 
    145 !----------------------------------------------------------------------- 
    146 / 
    147 !----------------------------------------------------------------------- 
    148 &nambbl        !   bottom boundary layer scheme                         (default: NO) 
    149 !----------------------------------------------------------------------- 
    150 / 
     101 
     102!!====================================================================== 
     103!!                        Tracer (T & S) namelists                    !! 
     104!!                                                                    !! 
     105!!                           SAS case : only EOS                      !! 
     106!!                                                                    !! 
     107!!   nameos           equation of state                                 (default: NO selection) 
    151108!----------------------------------------------------------------------- 
    152109&nameos        !   ocean Equation Of Seawater                           (default: NO) 
     
    154111   ln_teos10    = .true.         !  = Use TEOS-10 equation of state 
    155112/ 
    156 !----------------------------------------------------------------------- 
    157 &namtra_adv    !   advection scheme for tracer                          (default: NO selection) 
    158 !----------------------------------------------------------------------- 
    159    ln_traadv_NONE =  .true.    !  No advection 
    160 / 
    161 !----------------------------------------------------------------------- 
    162 &namtra_adv_mle !   mixed layer eddy parametrisation (Fox-Kemper param) (default: NO) 
    163 !----------------------------------------------------------------------- 
    164 / 
    165 !----------------------------------------------------------------------- 
    166 &namtra_ldf    !   lateral diffusion scheme for tracers                 (default: NO selection) 
    167 !----------------------------------------------------------------------- 
    168    ln_traldf_lap  =  .NONE.   ! No explicit diffusion 
    169 / 
    170 !----------------------------------------------------------------------- 
    171 &namtra_ldfeiv !   eddy induced velocity param.                         (default: NO) 
    172 !----------------------------------------------------------------------- 
    173 / 
    174 !----------------------------------------------------------------------- 
    175 &namtra_dmp    !   tracer: T & S newtonian damping                      (default: NO) 
    176 !----------------------------------------------------------------------- 
    177 / 
    178 !----------------------------------------------------------------------- 
    179 &nam_vvl       !   vertical coordinate options                          (default: z-star) 
    180 !----------------------------------------------------------------------- 
    181 / 
    182 !----------------------------------------------------------------------- 
    183 &namdyn_adv    !   formulation of the momentum advection                (default: NO selection) 
    184 !----------------------------------------------------------------------- 
    185    ln_dynadv_NONE =  .true.    !  No advection 
    186 / 
    187 !----------------------------------------------------------------------- 
    188 &namdyn_vor    !   Vorticity / Coriolis scheme                          (default: NO) 
    189 !----------------------------------------------------------------------- 
    190 / 
    191 !----------------------------------------------------------------------- 
    192 &namdyn_hpg    !   Hydrostatic pressure gradient option                 (default: NO selection) 
    193 !----------------------------------------------------------------------- 
    194 / 
    195 !----------------------------------------------------------------------- 
    196 &namdyn_spg    !   surface pressure gradient                            (default: NO) 
    197 !----------------------------------------------------------------------- 
    198 / 
    199 !----------------------------------------------------------------------- 
    200 &namdyn_ldf    !   lateral diffusion on momentum                        (default: NO selection) 
    201 !----------------------------------------------------------------------- 
    202 / 
    203 !----------------------------------------------------------------------- 
    204 &namzdf        !   vertical physics                                     (default: NO selection) 
    205 !----------------------------------------------------------------------- 
    206 / 
    207 !----------------------------------------------------------------------- 
    208 &namzdf_ric    !   richardson number dependent vertical diffusion       (ln_zdfric =T) 
    209 !----------------------------------------------------------------------- 
    210 / 
    211 !----------------------------------------------------------------------- 
    212 &namzdf_tke    !   turbulent eddy kinetic dependent vertical diffusion  (ln_zdftke =T) 
    213 !----------------------------------------------------------------------- 
    214 / 
    215 !----------------------------------------------------------------------- 
    216 &namzdf_gls    !   GLS vertical diffusion                               (ln_zdfgls =T) 
    217 !----------------------------------------------------------------------- 
    218 / 
    219 !----------------------------------------------------------------------- 
    220 &namzdf_osm    !   OSM vertical diffusion                               (ln_zdfosm =T) 
    221 !----------------------------------------------------------------------- 
    222 / 
    223 !----------------------------------------------------------------------- 
    224 &namzdf_iwm    !    internal wave-driven mixing parameterization        (ln_zdfiwm =T) 
    225 !----------------------------------------------------------------------- 
    226 / 
    227 !----------------------------------------------------------------------- 
    228 &nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi") 
    229 !----------------------------------------------------------------------- 
    230 / 
    231 !----------------------------------------------------------------------- 
    232 &namctl        !   Control prints  
    233 !----------------------------------------------------------------------- 
    234 / 
    235 !----------------------------------------------------------------------- 
    236 &namsto        ! Stochastic parametrization of EOS                      (default: NO) 
    237 !----------------------------------------------------------------------- 
    238 / 
    239 !----------------------------------------------------------------------- 
    240 &namtrd        !   trend diagnostics                                    (default F) 
    241 !----------------------------------------------------------------------- 
    242 / 
    243 !----------------------------------------------------------------------- 
    244 &namptr        !   Poleward Transport Diagnostic                        (default F) 
    245 !----------------------------------------------------------------------- 
    246 / 
    247 !----------------------------------------------------------------------- 
    248 &namhsb        !  Heat and salt budgets                                 (default F) 
    249 !----------------------------------------------------------------------- 
    250 / 
    251 !----------------------------------------------------------------------- 
    252 &namdiu        !   Cool skin and warm layer models                      (default F) 
    253 !----------------------------------------------------------------------- 
    254 / 
    255 !----------------------------------------------------------------------- 
    256 &namflo        !   float parameters                                     ("key_float") 
    257 !----------------------------------------------------------------------- 
    258 / 
    259 !----------------------------------------------------------------------- 
    260 &nam_diaharm   !   Harmonic analysis of tidal constituents              ("key_diaharm") 
    261 !----------------------------------------------------------------------- 
    262 / 
    263 !----------------------------------------------------------------------- 
    264 &namdct        ! transports through some sections                       ("key_diadct") 
    265 !----------------------------------------------------------------------- 
    266 / 
    267 !----------------------------------------------------------------------- 
    268 &nam_diatmb    !  Top Middle Bottom Output                              (default F) 
    269 !----------------------------------------------------------------------- 
    270 / 
    271 !----------------------------------------------------------------------- 
    272 &nam_dia25h    !  25h Mean Output                                       (default F) 
    273 !----------------------------------------------------------------------- 
    274 / 
    275 !----------------------------------------------------------------------- 
    276 &namnc4        !   netcdf4 chunking and compression settings            ("key_netcdf4") 
    277 !----------------------------------------------------------------------- 
    278 / 
    279 !----------------------------------------------------------------------- 
    280 &namobs        !  observation usage switch 
    281 !----------------------------------------------------------------------- 
    282 / 
    283 !----------------------------------------------------------------------- 
    284 &nam_asminc    !   assimilation increments                              ('key_asminc') 
    285 !----------------------------------------------------------------------- 
    286 / 
    287 !----------------------------------------------------------------------- 
    288 &namdta_dyn    !   offline dynamics read in files                       ("key_offline") 
    289 !----------------------------------------------------------------------- 
    290 / 
  • branches/2017/dev_merge_2017/NEMOGCM/CONFIG/SHARED/field_def_nemo-opa.xml

    r9138 r9490  
    461461         <field id="w_masstr"     long_name="vertical mass transport"             standard_name="upward_ocean_mass_transport"             unit="kg/s"   /> 
    462462         <field id="w_masstr2"    long_name="square of vertical mass transport"   standard_name="square_of_upward_ocean_mass_transport"   unit="kg2/s2" /> 
    463  
    464          <!-- aht2d and  aht2d_eiv --> 
    465          <field id="aht2d"        long_name="lateral eddy diffusivity"       standard_name="ocean_tracer_xy_laplacian_diffusivity"      unit="m2/s"   grid_ref="grid_W_2D" /> 
    466          <field id="aht2d_eiv"    long_name="EIV lateral eddy diffusivity"   standard_name="ocean_tracer_bolus_laplacian_diffusivity"   unit="m2/s"   grid_ref="grid_W_2D" /> 
    467463 
    468464      </field_group> 
  • branches/2017/dev_merge_2017/NEMOGCM/CONFIG/SHARED/namelist_ref

    r9367 r9490  
    11!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
    2 !!                            namelist_ref                            !! 
     2!! NEMO/OCE :   Reference namelist_ref                                !! 
    33!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
    44!! NEMO/OPA  :  1 - run manager      (namrun) 
     
    99!!                                    namsbc_ssr, namsbc_wave, namberg) 
    1010!!              4 - lateral boundary (namlbc, namagrif, nambdy, nambdy_tide) 
    11 !!              5 - bottom boundary (namdrg, namdrg_top, namdrg_bot, nambbc, nambbl) 
    12 !!              6 - Tracer           (nameos, namtra_adv, namtra_ldf, namtra_ldfeiv, namtra_dmp) 
     11!!              5 - top/bot boundary (namdrg, namdrg_top, namdrg_bot, nambbc, nambbl) 
     12!!              6 - Tracer           (nameos, namtra_adv, namtra_ldf, namtra_eiv, namtra_dmp) 
    1313!!              7 - dynamics         (namdyn_adv, namdyn_vor, namdyn_hpg, namdyn_spg, namdyn_ldf) 
    14 !!              8 - Verical physics (namzdf, namzdf_ric, namzdf_tke, namzdf_gls, namzdf_iwm) 
     14!!              8 - Vertical physics (namzdf, namzdf_ric, namzdf_tke, namzdf_gls, namzdf_iwm) 
    1515!!              9 - miscellaneous    (nammpp, namctl) 
    1616!!             10 - diagnostics      (namnc4, namtrd, namspr, namflo, namhsb, namsto) 
     
    1919 
    2020!!====================================================================== 
    21 !!                   ***  Run management namelists  ***               !! 
    22 !!====================================================================== 
     21!!              ***  Domain & Run management namelists  ***           !! 
     22!!                                                                    !! 
    2323!!   namrun       parameters of the run 
     24!!   namdom       space and time domain 
     25!!   namcfg       parameters of the configuration                       (default: user defined GYRE) 
     26!!   namwad       Wetting and drying                                    (default NO) 
     27!!   namtsd       data: temperature & salinity                          (default NO) 
     28!!   namcrs       coarsened grid (for outputs and/or TOP)               (ln_crs =T) 
     29!!   namc1d       1D configuration options                              ("key_c1d") 
     30!!   namc1d_dyndmp 1D newtonian damping applied on currents             ("key_c1d") 
     31!!   namc1d_uvd   1D data (currents)                                    ("key_c1d") 
    2432!!====================================================================== 
    2533! 
     
    2735&namrun        !   parameters of the run 
    2836!----------------------------------------------------------------------- 
    29    nn_no       =       0   !  job number (no more used...) 
     37   nn_no       =       0   !  Assimilation cycle index 
    3038   cn_exp      =  "ORCA2"  !  experience name 
    3139   nn_it000    =       1   !  first time step 
     
    3543   nn_leapy    =       0   !  Leap year calendar (1) or not (0) 
    3644   ln_rstart   = .false.   !  start from rest (F) or from a restart file (T) 
    37       nn_euler    =    1            !  = 0 : start with forward time step if ln_rstart=T 
    38       nn_rstctl   =    0            !  restart control ==> activated only if ln_rstart=T 
    39       !                             !    = 0 nn_date0 read in namelist ; nn_it000 : read in namelist 
    40       !                             !    = 1 nn_date0 read in namelist ; nn_it000 : check consistancy between namelist and restart 
    41       !                             !    = 2 nn_date0 read in restart  ; nn_it000 : check consistancy between namelist and restart 
     45      nn_euler    =    1      !  = 0 : start with forward time step if ln_rstart=T 
     46      nn_rstctl   =    0      !  restart control ==> activated only if ln_rstart=T 
     47      !                          !    = 0 nn_date0 read in namelist ; nn_it000 : read in namelist 
     48      !                          !    = 1 nn_date0 read in namelist ; nn_it000 : check consistancy between namelist and restart 
     49      !                          !    = 2 nn_date0 read in restart  ; nn_it000 : check consistancy between namelist and restart 
    4250      cn_ocerst_in    = "restart"   !  suffix of ocean restart name (input) 
    4351      cn_ocerst_indir = "."         !  directory from which to read input ocean restarts 
     
    5765   nn_wxios = 0      !  use XIOS to write restart file 0 - no, 1 - single file output, 2 - multiple file output 
    5866/ 
    59 ! 
    60 !!====================================================================== 
    61 !!                      ***  Domain namelists  *** 
    62 !!====================================================================== 
    63 !!   namcfg       parameters of the configuration 
    64 !!   namdom       space and time domain (bathymetry, mesh, timestep) 
    65 !!   namwad       Wetting and drying                                    (default F) 
    66 !!   namtsd       data: temperature & salinity 
    67 !!   namcrs       coarsened grid (for outputs and/or TOP)               (ln_crs =T) 
    68 !!   namc1d       1D configuration options                              ("key_c1d") 
    69 !!   namc1d_dyndmp 1D newtonian damping applied on currents             ("key_c1d") 
    70 !!   namc1d_uvd   1D data (currents)                                    ("key_c1d") 
    71 !!====================================================================== 
    72 ! 
    73 !----------------------------------------------------------------------- 
    74 &namcfg        !   parameters of the configuration                      (default: user defined GYRE) 
     67!----------------------------------------------------------------------- 
     68&namdom        !   time and space domain                                 
     69!----------------------------------------------------------------------- 
     70   ln_linssh   = .false.   !  =T  linear free surface  ==>>  model level are fixed in time 
     71   rn_isfhmin  =    1.00   !  treshold [m] to discriminate grounding ice from floating ice 
     72   ! 
     73   rn_rdt      = 5760.     !  time step for the dynamics and tracer 
     74   rn_atfp     =    0.1    !  asselin time filter parameter 
     75   ! 
     76   ln_crs      = .false.   !  Logical switch for coarsening module      (T => fill namcrs) 
     77   ! 
     78   ln_meshmask = .false.   !  =T create a mesh file 
     79/ 
     80!----------------------------------------------------------------------- 
     81&namcfg        !   parameters of the configuration                      (default: use namusr_def in namelist_cfg) 
    7582!----------------------------------------------------------------------- 
    7683   ln_read_cfg = .false.   !  (=T) read the domain configuration file 
    77       !                    !  (=F) user defined configuration  ==>>>  see usrdef(_...) modules 
     84      !                    !  (=F) user defined configuration           (F => create/check namusr_def) 
    7885      cn_domcfg = "domain_cfg"  ! domain configuration filename 
    7986      ! 
     
    9198/ 
    9299!----------------------------------------------------------------------- 
    93 &namdom        !   time and space domain 
    94 !----------------------------------------------------------------------- 
    95    ln_linssh   = .false.   !  =T  linear free surface  ==>>  model level are fixed in time 
    96    rn_isfhmin  =    1.00   !  treshold [m] to discriminate grounding ice from floating ice 
    97    ! 
    98    rn_rdt      = 5760.     !  time step for the dynamics and tracer 
    99    rn_atfp     =    0.1    !  asselin time filter parameter 
    100    ! 
    101    ln_crs      = .false.   !  Logical switch for coarsening module      (T => fill namcrs) 
    102    ! 
    103    ln_meshmask = .false.   !  =T create a mesh file 
    104 / 
    105 !----------------------------------------------------------------------- 
    106 &namtsd        !   data : Temperature  & Salinity 
    107 !----------------------------------------------------------------------- 
    108 !              !  file name                 ! frequency (hours) ! variable ! time interp.!  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
    109 !              !                            !  (if <0  months)  !   name   !  (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      ! 
    110    sn_tem = 'data_1m_potential_temperature_nomask',     -1      ,'votemper',   .true.    , .true. , 'yearly'  ,    ''    ,    ''    ,    '' 
    111    sn_sal = 'data_1m_salinity_nomask'             ,     -1      ,'vosaline',   .true.    , .true. , 'yearly'  ,    ''    ,    ''    ,    '' 
    112    ! 
    113    cn_dir      = './'      !  root directory for the location of the runoff files 
    114    ln_tsd_init = .true.    !  Initialisation of ocean T & S with T & S input data (T) or not (F) 
    115    ln_tsd_tradmp = .true.  !  damping of ocean T & S toward T & S input data (T) or not (F) 
    116 / 
    117 !----------------------------------------------------------------------- 
    118 &namwad        !   Wetting and drying  default is no WAD 
    119 !----------------------------------------------------------------------- 
    120    ln_wd_il          = .false   ! T/F activation of iterative limiter for  wetting and drying scheme 
    121    ln_wd_dl          = .false.   ! T/F activation of directional llimiter for wetting drying scheme 
    122    ln_wd_dl_bc       = .false.   ! T/F Directional limiteer Baroclinic option 
    123    ln_wd_dl_rmp      = .false.   ! T/F Turn on directional limiter ramp 
    124    rn_wdmin0         =  0.30    ! dpoth at which wetting/drying starts 
    125    rn_wdmin1         =  0.2     ! Minimum wet depth on dried cells 
    126    rn_wdmin2         =  0.0001  ! Tolerance of min wet depth on dried cells 
    127    rn_wdld           =  2.5     ! Land elevation below which wetting/drying is allowed 
    128    nn_wdit           =   20     ! Max iterations for W/D limiter 
     100&namtsd        !    Temperature & Salinity Data  (init/dmp)             (default: NO) 
     101!----------------------------------------------------------------------- 
     102   !                       ! =T  read T-S fields for: 
     103   ln_tsd_init = .false.         !  ocean initialisation 
     104   ln_tsd_dmp  = .false.         !  T-S restoring   (see namtra_dmp) 
     105    
     106   cn_dir      = './'      !  root directory for the T-S data location 
     107   !___________!_________________________!___________________!___________!_____________!________!___________!__________________!__________!_______________! 
     108   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask ! 
     109   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   ! 
     110   sn_tem = 'data_1m_potential_temperature_nomask',  -1      , 'votemper',   .true.    , .true. , 'yearly'  ,    ''            ,    ''    ,    '' 
     111   sn_sal = 'data_1m_salinity_nomask'             ,  -1      , 'vosaline',   .true.    , .true. , 'yearly'  ,    ''            ,    ''    ,    '' 
     112/ 
     113!----------------------------------------------------------------------- 
     114&namwad        !   Wetting and Drying (WaD)                             (default: NO) 
     115!----------------------------------------------------------------------- 
     116   ln_wd_il    = .false    !  T/F activation of iterative   limiter 
     117   ln_wd_dl    = .false.   !  T/F activation of directional limiter 
     118   ln_wd_dl_bc = .false.   !  T/F Directional limiteer Baroclinic option 
     119   ln_wd_dl_rmp= .false.   !  T/F Turn on directional limiter ramp 
     120   rn_wdmin0   =  0.30     !  depth at which WaD starts 
     121   rn_wdmin1   =  0.2      !  Minimum wet depth on dried cells 
     122   rn_wdmin2   =  0.0001   !  Tolerance of min wet depth on dried cells 
     123   rn_wdld     =  2.5      !  Land elevation below which WaD is allowed 
     124   nn_wdit     =   20      !  Max iterations for WaD limiter 
    129125/ 
    130126!----------------------------------------------------------------------- 
     
    134130   nn_facty    = 3         !  Reduction factor of y-direction 
    135131   nn_binref   = 0         !  Bin centering preference: NORTH or EQUAT 
    136                            !  0, coarse grid is binned with preferential treatment of the north fold 
    137                            !  1, coarse grid is binned with centering at the equator 
    138                            !    Symmetry with nn_facty being odd-numbered. Asymmetry with even-numbered nn_facty. 
     132      !                    !  0, coarse grid is binned with preferential treatment of the north fold 
     133      !                    !  1, coarse grid is binned with centering at the equator 
     134      !                    !    Symmetry with nn_facty being odd-numbered. Asymmetry with even-numbered nn_facty. 
    139135   ln_msh_crs  = .false.   ! =T create a mesh & mask file 
    140136   nn_crs_kz   = 0         ! 0, MEAN of volume boxes 
    141                            ! 1, MAX of boxes 
    142                            ! 2, MIN of boxes 
     137      !                    ! 1, MAX of boxes 
     138      !                    ! 2, MIN of boxes 
    143139   ln_crs_wn   = .true.    ! wn coarsened (T) or computed using horizontal divergence ( F ) 
    144140/ 
    145141!----------------------------------------------------------------------- 
    146 &namc1d        !   1D configuration options                             ("key_c1d") 
     142&namc1d        !   1D configuration options                             ("key_c1d" default: PAPA station) 
    147143!----------------------------------------------------------------------- 
    148144   rn_lat1d    =      50   !  Column latitude (default at PAPA station) 
     
    151147/ 
    152148!----------------------------------------------------------------------- 
    153 &namc1d_dyndmp !   U & V newtonian damping                              ("key_c1d") 
     149&namc1d_dyndmp !   U & V newtonian damping                              ("key_c1d" default: NO) 
    154150!----------------------------------------------------------------------- 
    155151   ln_dyndmp   =  .false.  !  add a damping term (T) or not (F) 
    156152/ 
    157153!----------------------------------------------------------------------- 
    158 &namc1d_uvd    !   data: U & V currents                                 ("key_c1d") 
    159 !----------------------------------------------------------------------- 
    160 !              !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
    161 !              !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      ! 
    162    sn_ucur     = 'ucurrent'  ,         -1        ,'u_current',   .false.    , .true. , 'monthly' ,  ''      ,  'Ume'   , '' 
    163    sn_vcur     = 'vcurrent'  ,         -1        ,'v_current',   .false.    , .true. , 'monthly' ,  ''      ,  'Vme'   , '' 
    164 ! 
    165    cn_dir        = './'    !  root directory for the location of the files 
    166    ln_uvd_init   = .false. !  Initialisation of ocean U & V with U & V input data (T) or not (F) 
    167    ln_uvd_dyndmp = .false. !  damping of ocean U & V toward U & V input data (T) or not (F) 
    168 / 
    169  
    170 !!====================================================================== 
    171 !!            ***  Surface Boundary Condition namelists  *** 
    172 !!====================================================================== 
    173 !!   namsbc          surface boundary condition 
     154&namc1d_uvd    !   data: U & V currents                                 ("key_c1d" default: NO) 
     155!-----------------------------------------------------------------------    
     156   !                       !  =T read U-V fields for: 
     157   ln_uvd_init   = .false.       !  ocean initialisation 
     158   ln_uvd_dyndmp = .false.       !  U-V restoring 
     159 
     160   cn_dir      = './'      !  root directory for the U-V data location 
     161   !___________!_________________________!___________________!___________!_____________!________!___________!__________________!__________!_______________! 
     162   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask ! 
     163   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   ! 
     164   sn_ucur     = 'ucurrent'              ,         -1        ,'u_current',   .false.   , .true. , 'monthly' ,  ''              ,  'Ume'   , '' 
     165   sn_vcur     = 'vcurrent'              ,         -1        ,'v_current',   .false.   , .true. , 'monthly' ,  ''              ,  'Vme'   , '' 
     166/ 
     167 
     168!!====================================================================== 
     169!!            ***  Surface Boundary Condition namelists  ***          !! 
     170!!                                                                    !! 
     171!!   namsbc          surface boundary condition manager                 (default: NO selection) 
    174172!!   namsbc_flx      flux               formulation                     (ln_flx     =T) 
    175173!!   namsbc_blk      Bulk formulae formulation                          (ln_blk     =T) 
    176174!!   namsbc_cpl      CouPLed            formulation                     ("key_oasis3" ) 
    177 !!   namsbc_sas      Stand-Alone Surface module 
     175!!   namsbc_sas      Stand-Alone Surface module                         (SAS_SRC  only) 
     176!!   namsbc_iif      Ice-IF: use observed ice cover                     (nn_ice = 1   ) 
    178177!!   namtra_qsr      penetrative solar radiation                        (ln_traqsr  =T) 
     178!!   namsbc_ssr      sea surface restoring term (for T and/or S)        (ln_ssr     =T) 
    179179!!   namsbc_rnf      river runoffs                                      (ln_rnf     =T) 
    180 !!   namsbc_isf      ice shelf melting/freezing                         (nn_isf     >0) 
    181 !!   namsbc_iscpl    coupling option between land ice model and ocean 
    182180!!   namsbc_apr      Atmospheric Pressure                               (ln_apr_dyn =T) 
    183 !!   namsbc_ssr      sea surface restoring term (for T and/or S)        (ln_ssr     =T) 
     181!!   namsbc_isf      ice shelf melting/freezing                         (ln_isfcav  =T : read (ln_read_cfg=T) or set or usr_def_zgr ) 
     182!!   namsbc_iscpl    coupling option between land ice model and ocean   (ln_isfcav  =T) 
    184183!!   namsbc_wave     external fields from wave model                    (ln_wave    =T) 
    185184!!   namberg         iceberg floats                                     (ln_icebergs=T) 
     
    187186! 
    188187!----------------------------------------------------------------------- 
    189 &namsbc        !   Surface Boundary Condition (surface module) 
    190 !----------------------------------------------------------------------- 
    191    nn_fsbc     = 5         !  frequency of surface boundary condition computation 
    192                            !     (also = the frequency of sea-ice & iceberg model call) 
     188&namsbc        !   Surface Boundary Condition manager                   (default: NO selection) 
     189!----------------------------------------------------------------------- 
     190   nn_fsbc     = 5         !  frequency of SBC module call 
     191      !                    !  (control sea-ice & iceberg model call) 
    193192                     ! Type of air-sea fluxes  
    194193   ln_usr      = .false.   !  user defined formulation                  (T => check usrdef_sbc) 
    195194   ln_flx      = .false.   !  flux formulation                          (T => fill namsbc_flx ) 
    196    ln_blk      = .false.    !  Bulk formulation                         (T => fill namsbc_blk ) 
    197                      ! Type of coupling (Ocean/Ice/Atmosphere) : 
     195   ln_blk      = .false.   !  Bulk formulation                          (T => fill namsbc_blk ) 
     196      !              ! Type of coupling (Ocean/Ice/Atmosphere) : 
    198197   ln_cpl      = .false.   !  atmosphere coupled   formulation          ( requires key_oasis3 ) 
    199198   ln_mixcpl   = .false.   !  forced-coupled mixed formulation          ( requires key_oasis3 ) 
    200199   nn_components = 0       !  configuration of the opa-sas OASIS coupling 
    201                            !  =0 no opa-sas OASIS coupling: default single executable config. 
    202                            !  =1 opa-sas OASIS coupling: multi executable config., OPA component 
    203                            !  =2 opa-sas OASIS coupling: multi executable config., SAS component  
     200      !                    !  =0 no opa-sas OASIS coupling: default single executable config. 
     201      !                    !  =1 opa-sas OASIS coupling: multi executable config., OPA component 
     202      !                    !  =2 opa-sas OASIS coupling: multi executable config., SAS component  
    204203                     ! Sea-ice : 
    205    nn_ice      = 2         !  =0 no ice boundary condition     
    206                            !  =1 use observed ice-cover                 (  => fill namsbc_iif ) 
    207                            !  =2 or 3 automatically for LIM3 or CICE    ("key_lim3" or "key_cice") 
    208                            !          except in AGRIF zoom where it has to be specified 
     204   nn_ice      = 0         !  =0 no ice boundary condition     
     205      !                    !  =1 use observed ice-cover                 (  => fill namsbc_iif ) 
     206      !                    !  =2 or 3 automatically for LIM3 or CICE    ("key_lim3" or "key_cice") 
     207      !                    !          except in AGRIF zoom where it has to be specified 
    209208   ln_ice_embd = .false.   !  =T embedded sea-ice (pressure + mass and salt exchanges) 
    210                            !  =F levitating ice (no pressure, mass and salt exchanges) 
     209      !                    !  =F levitating ice (no pressure, mass and salt exchanges) 
    211210                     ! Misc. options of sbc :  
    212    ln_traqsr   = .true.    !  Light penetration in the ocean            (T => fill namtra_qsr) 
     211   ln_traqsr   = .false.   !  Light penetration in the ocean            (T => fill namtra_qsr) 
    213212   ln_dm2dc    = .false.   !  daily mean to diurnal cycle on short wave 
    214    ln_rnf      = .true.    !  runoffs                                   (T => fill namsbc_rnf) 
    215    ln_ssr      = .true.    !  Sea Surface Restoring on T and/or S       (T => fill namsbc_ssr) 
    216    nn_fwb      = 2         !  FreshWater Budget: =0 unchecked 
    217                            !     =1 global mean of e-p-r set to zero at each time step 
    218                            !     =2 annual global mean of e-p-r set to zero 
     213   ln_ssr      = .false.   !  Sea Surface Restoring on T and/or S       (T => fill namsbc_ssr) 
     214   nn_fwb      = 0         !  FreshWater Budget: =0 unchecked 
     215      !                    !     =1 global mean of e-p-r set to zero at each time step 
     216      !                    !     =2 annual global mean of e-p-r set to zero 
     217   ln_rnf      = .false.   !  runoffs                                   (T => fill namsbc_rnf) 
    219218   ln_apr_dyn  = .false.   !  Patm gradient added in ocean & ice Eqs.   (T => fill namsbc_apr ) 
    220    ln_isf      = .false.   !  ice shelf                                 (T   => fill namsbc_isf) 
     219   ln_isf      = .false.   !  ice shelf                                 (T   => fill namsbc_isf & namsbc_iscpl) 
    221220   ln_wave     = .false.   !  Activate coupling with wave  (T => fill namsbc_wave) 
    222221   ln_cdgw     = .false.   !  Neutral drag coefficient read from wave model (T => ln_wave=.true. & fill namsbc_wave) 
    223222   ln_sdw      = .false.   !  Read 2D Surf Stokes Drift & Computation of 3D stokes drift (T => ln_wave=.true. & fill namsbc_wave)  
    224223   nn_sdrift   =  0        !  Parameterization for the calculation of 3D-Stokes drift from the surface Stokes drift 
    225                            !   = 0 Breivik 2015 parameterization: v_z=v_0*[exp(2*k*z)/(1-8*k*z)] 
    226                            !   = 1 Phillips:                      v_z=v_o*[exp(2*k*z)-beta*sqrt(-2*k*pi*z)*erfc(sqrt(-2*k*z))] 
    227                            !   = 2 Phillips as (1) but using the wave frequency from a wave model 
     224      !                    !   = 0 Breivik 2015 parameterization: v_z=v_0*[exp(2*k*z)/(1-8*k*z)] 
     225      !                    !   = 1 Phillips:                      v_z=v_o*[exp(2*k*z)-beta*sqrt(-2*k*pi*z)*erfc(sqrt(-2*k*z))] 
     226      !                    !   = 2 Phillips as (1) but using the wave frequency from a wave model 
    228227   ln_tauwoc   = .false.   !  Activate ocean stress modified by external wave induced stress (T => ln_wave=.true. & fill namsbc_wave) 
    229228   ln_tauw     = .false.   !  Activate ocean stress components from wave model 
     
    233232/ 
    234233!----------------------------------------------------------------------- 
    235 &namsbc_flx    !   surface boundary condition : flux formulation 
    236 !----------------------------------------------------------------------- 
    237 !              !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
    238 !              !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      ! 
    239    sn_utau     = 'utau'      ,        24         , 'utau'    , .false.      , .false., 'yearly'  , ''       , ''       , '' 
    240    sn_vtau     = 'vtau'      ,        24         , 'vtau'    , .false.      , .false., 'yearly'  , ''       , ''       , '' 
    241    sn_qtot     = 'qtot'      ,        24         , 'qtot'    , .false.      , .false., 'yearly'  , ''       , ''       , '' 
    242    sn_qsr      = 'qsr'       ,        24         , 'qsr'     , .false.      , .false., 'yearly'  , ''       , ''       , '' 
    243    sn_emp      = 'emp'       ,        24         , 'emp'     , .false.      , .false., 'yearly'  , ''       , ''       , '' 
    244    ! 
    245    cn_dir      = './'      !  root directory for the location of the flux files 
    246 / 
    247 !----------------------------------------------------------------------- 
    248 &namsbc_blk   !   namsbc_blk  generic Bulk formula                      (ln_blk =T) 
    249 !----------------------------------------------------------------------- 
    250 !              !  file name                   ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights                              ! rotation ! land/sea mask ! 
    251 !              !                              !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename                             ! pairing  ! filename      ! 
    252    sn_wndi     = 'u_10.15JUNE2009_fill'       ,         6         , 'U_10_MOD',   .false.    , .true. , 'yearly'  , 'weights_core_orca2_bicubic_noc.nc'   , 'Uwnd'   , '' 
    253    sn_wndj     = 'v_10.15JUNE2009_fill'       ,         6         , 'V_10_MOD',   .false.    , .true. , 'yearly'  , 'weights_core_orca2_bicubic_noc.nc'   , 'Vwnd'   , '' 
    254    sn_qsr      = 'ncar_rad.15JUNE2009_fill'   ,        24         , 'SWDN_MOD',   .false.    , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc'  , ''       , '' 
    255    sn_qlw      = 'ncar_rad.15JUNE2009_fill'   ,        24         , 'LWDN_MOD',   .false.    , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc'  , ''       , '' 
    256    sn_tair     = 't_10.15JUNE2009_fill'       ,         6         , 'T_10_MOD',   .false.    , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc'  , ''       , '' 
    257    sn_humi     = 'q_10.15JUNE2009_fill'       ,         6         , 'Q_10_MOD',   .false.    , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc'  , ''       , '' 
    258    sn_prec     = 'ncar_precip.15JUNE2009_fill',        -1         , 'PRC_MOD1',   .false.    , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc'  , ''       , '' 
    259    sn_snow     = 'ncar_precip.15JUNE2009_fill',        -1         , 'SNOW'    ,   .false.    , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc'  , ''       , '' 
    260    sn_slp      = 'slp.15JUNE2009_fill'        ,         6         , 'SLP'     ,   .false.    , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc'  , ''       , '' 
    261    sn_tdif     = 'taudif_core'                ,        24         , 'taudif'  ,   .false.    , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc'  , ''       , '' 
     234&namsbc_flx    !   surface boundary condition : flux formulation        (ln_flx =T) 
     235!----------------------------------------------------------------------- 
     236   cn_dir      = './'      !  root directory for the fluxes data location 
     237   !___________!_________________________!___________________!___________!_____________!________!___________!__________________!__________!_______________! 
     238   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask ! 
     239   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   ! 
     240   sn_utau     = 'utau'                  ,        24         , 'utau'    , .false.     , .false., 'yearly'  , ''               , ''       , '' 
     241   sn_vtau     = 'vtau'                  ,        24         , 'vtau'    , .false.     , .false., 'yearly'  , ''               , ''       , '' 
     242   sn_qtot     = 'qtot'                  ,        24         , 'qtot'    , .false.     , .false., 'yearly'  , ''               , ''       , '' 
     243   sn_qsr      = 'qsr'                   ,        24         , 'qsr'     , .false.     , .false., 'yearly'  , ''               , ''       , '' 
     244   sn_emp      = 'emp'                   ,        24         , 'emp'     , .false.     , .false., 'yearly'  , ''               , ''       , '' 
     245/ 
     246!----------------------------------------------------------------------- 
     247&namsbc_blk    !   namsbc_blk  generic Bulk formula                     (ln_blk =T) 
     248!----------------------------------------------------------------------- 
    262249   !                    !  bulk algorithm : 
    263250   ln_NCAR     = .false.   ! "NCAR"      algorithm   (Large and Yeager 2008) 
     
    265252   ln_COARE_3p5= .false.   ! "COARE 3.5" algorithm   (Edson et al. 2013) 
    266253   ln_ECMWF    = .false.   ! "ECMWF"     algorithm   (IFS cycle 31) 
    267    ! 
    268    cn_dir      = './'      !  root directory for the location of the bulk files 
    269    ln_taudif   = .false.   !  HF tau contribution: use "mean of stress module - module of the mean stress" data 
    270    rn_zqt      = 10.       !  Air temperature and humidity reference height (m) 
    271    rn_zu       = 10.       !  Wind vector reference height (m) 
    272    rn_pfac     = 1.        !  multiplicative factor for precipitation (total & snow) 
    273    rn_efac     = 1.        !  multiplicative factor for evaporation (0. or 1.) 
    274    rn_vfac     = 0.        !  multiplicative factor for ocean & ice velocity used to 
    275    !                       !  calculate the wind stress (0.=absolute or 1.=relative winds) 
    276    ln_Cd_L12   = .false.   !  air-ice drags = F(ice concentration) (Lupkes et al. 2012) 
    277    ln_Cd_L15   = .false.   !  air-ice drags = F(ice concentration) (Lupkes et al. 2015) 
     254      ! 
     255      rn_zqt      = 10.       !  Air temperature & humidity reference height (m) 
     256      rn_zu       = 10.       !  Wind vector reference height (m) 
     257      ln_Cd_L12   = .false.   !  air-ice drags = F(ice concentration) (Lupkes et al. 2012) 
     258      ln_Cd_L15   = .false.   !  air-ice drags = F(ice concentration) (Lupkes et al. 2015) 
     259      ln_taudif   = .false.   !  HF tau contribution: use "mean of stress module - module of the mean stress" data 
     260      rn_pfac     = 1.        !  multiplicative factor for precipitation (total & snow) 
     261      rn_efac     = 1.        !  multiplicative factor for evaporation (0. or 1.) 
     262      rn_vfac     = 0.        !  multiplicative factor for ocean & ice velocity used to 
     263      !                       !  calculate the wind stress (0.=absolute or 1.=relative winds) 
     264 
     265   cn_dir      = './'      !  root directory for the bulk data location 
     266   !___________!_________________________!___________________!___________!_____________!________!___________!______________________________________!__________!_______________! 
     267   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ !       weights filename               ! rotation ! land/sea mask ! 
     268   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                                      ! pairing  !    filename   ! 
     269   sn_wndi     = 'u_10.15JUNE2009_fill'       ,    6         , 'U_10_MOD',   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bicubic_noc.nc'  , 'Uwnd'   , '' 
     270   sn_wndj     = 'v_10.15JUNE2009_fill'       ,    6         , 'V_10_MOD',   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bicubic_noc.nc'  , 'Vwnd'   , '' 
     271   sn_qsr      = 'ncar_rad.15JUNE2009_fill'   ,   24         , 'SWDN_MOD',   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc' , ''       , '' 
     272   sn_qlw      = 'ncar_rad.15JUNE2009_fill'   ,   24         , 'LWDN_MOD',   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc' , ''       , '' 
     273   sn_tair     = 't_10.15JUNE2009_fill'       ,    6         , 'T_10_MOD',   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc' , ''       , '' 
     274   sn_humi     = 'q_10.15JUNE2009_fill'       ,    6         , 'Q_10_MOD',   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc' , ''       , '' 
     275   sn_prec     = 'ncar_precip.15JUNE2009_fill',   -1         , 'PRC_MOD1',   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc' , ''       , '' 
     276   sn_snow     = 'ncar_precip.15JUNE2009_fill',   -1         , 'SNOW'    ,   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc' , ''       , '' 
     277   sn_slp      = 'slp.15JUNE2009_fill'        ,    6         , 'SLP'     ,   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc' , ''       , '' 
     278   sn_tdif     = 'taudif_core'                ,   24         , 'taudif'  ,   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc' , ''       , '' 
    278279/ 
    279280!----------------------------------------------------------------------- 
    280281&namsbc_cpl    !   coupled ocean/atmosphere model                       ("key_oasis3") 
    281282!----------------------------------------------------------------------- 
    282 !                    !     description      !  multiple  !    vector   !      vector          ! vector ! 
    283 !                    !                      ! categories !  reference  !    orientation       ! grids  ! 
    284 ! send 
     283   nn_cplmodel   =     1   !  Maximum number of models to/from which NEMO is potentially sending/receiving data 
     284   ln_usecplmask = .false. !  use a coupling mask file to merge data received from several models 
     285   !                       !   -> file cplmask.nc with the float variable called cplmask (jpi,jpj,nn_cplmodel) 
     286   nn_cats_cpl   =     5   !  Number of sea ice categories over which coupling is to be carried out (if not 1) 
     287 
     288   !_____________!__________________________!____________!_____________!______________________!________! 
     289   !             !        description       !  multiple  !    vector   !       vector         ! vector ! 
     290   !             !                          ! categories !  reference  !     orientation      ! grids  ! 
     291!***   send    *** 
    285292   sn_snd_temp   =   'weighted oce and ice' ,    'no'    ,     ''      ,         ''           ,   '' 
    286293   sn_snd_alb    =   'weighted ice'         ,    'no'    ,     ''      ,         ''           ,   '' 
     
    296303   sn_snd_sstfrz =   'coupled'              ,    'no'    ,     ''      ,         ''           ,   '' 
    297304   sn_snd_ttilyr =   'weighted ice'         ,    'no'    ,     ''      ,         ''           ,   '' 
    298 ! receive 
     305!***  receive  *** 
    299306   sn_rcv_w10m   =   'none'                 ,    'no'    ,     ''      ,         ''           ,   '' 
    300307   sn_rcv_taumod =   'coupled'              ,    'no'    ,     ''      ,         ''           ,   '' 
     
    323330   sn_rcv_tauw   =   'none'                 ,    'no'    ,     ''      ,         ''          ,   '' 
    324331   sn_rcv_wdrag  =   'none'                 ,    'no'    ,     ''      ,         ''          ,   '' 
    325 ! 
    326    nn_cplmodel   =     1   !  Maximum number of models to/from which NEMO is potentialy sending/receiving data 
    327    ln_usecplmask = .false. !  use a coupling mask file to merge data received from several models 
    328    !                       !   -> file cplmask.nc with the float variable called cplmask (jpi,jpj,nn_cplmodel) 
    329    nn_cats_cpl   =     5   !  Number of sea ice categories over which coupling is to be carried out (if not 1) 
    330 / 
    331 !----------------------------------------------------------------------- 
    332 &namsbc_sas    !   Stand-Alone Surface boundary condition 
    333 !----------------------------------------------------------------------- 
    334 !              !  file name  ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
    335 !              !             !  (if <0  months)  !   name    !  (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      ! 
    336    sn_usp      = 'sas_grid_U',     120           , 'uos'     ,   .true.    , .true. , 'yearly'  ,    ''    ,    ''    ,    '' 
    337    sn_vsp      = 'sas_grid_V',     120           , 'vos'     ,   .true.    , .true. , 'yearly'  ,    ''    ,    ''    ,    '' 
    338    sn_tem      = 'sas_grid_T',     120           , 'sosstsst',   .true.    , .true. , 'yearly'  ,    ''    ,    ''    ,    '' 
    339    sn_sal      = 'sas_grid_T',     120           , 'sosaline',   .true.    , .true. , 'yearly'  ,    ''    ,    ''    ,    '' 
    340    sn_ssh      = 'sas_grid_T',     120           , 'sossheig',   .true.    , .true. , 'yearly'  ,    ''    ,    ''    ,    '' 
    341    sn_e3t      = 'sas_grid_T',     120           , 'e3t_m'   ,   .true.    , .true. , 'yearly'  ,    ''    ,    ''    ,    '' 
    342    sn_frq      = 'sas_grid_T',     120           , 'frq_m'   ,   .true.    , .true. , 'yearly'  ,    ''    ,    ''    ,    '' 
    343  
    344    l_sasread   = .true.    !  =T Read the above fields in a file, =F initialize to 0. in sbcssm.F90 
    345    ln_3d_uve   = .false.   !  specify whether we are supplying a 3D u,v and e3 field 
    346    ln_read_frq = .false.   !  specify whether we must read frq or not 
    347    cn_dir      = './'      !  root directory for the location of the bulk files are 
     332/ 
     333!----------------------------------------------------------------------- 
     334&namsbc_sas    !   Stand-Alone Surface module: ocean data               (SAS_SRC  only) 
     335!----------------------------------------------------------------------- 
     336   l_sasread   = .true.    !  =T Read in file ;  =F set all to 0. (see sbcssm) 
     337      ln_3d_uve   = .false.   !  specify whether we are supplying a 3D u,v and e3 field 
     338      ln_read_frq = .false.   !  specify whether we must read frq or not 
     339 
     340   cn_dir      = './'      !  root directory for the ocean data location 
     341   !___________!_________________________!___________________!___________!_____________!________!___________!__________________!__________!_______________! 
     342   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask ! 
     343   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   ! 
     344   sn_usp      = 'sas_grid_U'            ,       120         , 'uos'     ,   .true.    , .true. , 'yearly'  ,    ''            ,    ''    ,    '' 
     345   sn_vsp      = 'sas_grid_V'            ,       120         , 'vos'     ,   .true.    , .true. , 'yearly'  ,    ''            ,    ''    ,    '' 
     346   sn_tem      = 'sas_grid_T'            ,       120         , 'sosstsst',   .true.    , .true. , 'yearly'  ,    ''            ,    ''    ,    '' 
     347   sn_sal      = 'sas_grid_T'            ,       120         , 'sosaline',   .true.    , .true. , 'yearly'  ,    ''            ,    ''    ,    '' 
     348   sn_ssh      = 'sas_grid_T'            ,       120         , 'sossheig',   .true.    , .true. , 'yearly'  ,    ''            ,    ''    ,    '' 
     349   sn_e3t      = 'sas_grid_T'            ,       120         , 'e3t_m'   ,   .true.    , .true. , 'yearly'  ,    ''            ,    ''    ,    '' 
     350   sn_frq      = 'sas_grid_T'            ,       120         , 'frq_m'   ,   .true.    , .true. , 'yearly'  ,    ''            ,    ''    ,    '' 
    348351/ 
    349352!----------------------------------------------------------------------- 
    350353&namsbc_iif    !   Ice-IF : use observed ice cover                      (nn_ice = 1) 
    351354!----------------------------------------------------------------------- 
    352 !              !  file name      ! frequency (hours) ! variable  ! time interp.!  clim   ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
    353 !              !                 !  (if <0  months)  !   name    !  (logical)  !  (T/F ) ! 'monthly' ! filename ! pairing  ! filename      ! 
    354    sn_ice      ='ice_cover_clim.nc',     -12.        ,'ice_cover',  .true.     , .true.  , 'yearly'  ,   ''     ,   ''     ,   '' 
    355    ! 
    356    cn_dir      = './'      !  root directory for the location of the runoff files  
     355   cn_dir      = './'      !  root directory for the ice cover data location 
     356   !___________!_________________________!___________________!___________!_____________!________!___________!__________________!__________!_______________! 
     357   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask ! 
     358   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   ! 
     359   sn_ice      ='ice_cover_clim.nc'      ,        -12.       ,'ice_cover',   .true.    , .true.  , 'yearly'  ,   ''            ,   ''     ,   '' 
    357360/ 
    358361!----------------------------------------------------------------------- 
    359362&namtra_qsr    !   penetrative solar radiation                          (ln_traqsr =T) 
    360363!----------------------------------------------------------------------- 
    361 !              !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
    362 !              !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      ! 
    363    sn_chl      ='chlorophyll',        -1         , 'CHLA'    ,   .true.     , .true. , 'yearly'  , ''       , ''       , '' 
    364  
    365    cn_dir      = './'      !  root directory for the location of the runoff files 
    366    ln_qsr_rgb  = .true.    !  RGB (Red-Green-Blue) light penetration 
    367    ln_qsr_2bd  = .false.   !  2 bands              light penetration 
    368    ln_qsr_bio  = .false.   !  bio-model light penetration 
    369    nn_chldta   =      1    !  RGB : Chl data (=1) or cst value (=0) 
    370    rn_abs      =   0.58    !  RGB & 2 bands: fraction of light (rn_si1) 
    371    rn_si0      =   0.35    !  RGB & 2 bands: shortess depth of extinction 
    372    rn_si1      =   23.0    !  2 bands: longest depth of extinction 
    373 / 
    374 !----------------------------------------------------------------------- 
    375 &namsbc_rnf    !   runoffs namelist surface boundary condition          (ln_rnf =T) 
    376 !----------------------------------------------------------------------- 
    377 !              !  file name           ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
    378 !              !                      !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      ! 
    379    sn_rnf      = 'runoff_core_monthly',        -1         , 'sorunoff',   .true.     , .true. , 'yearly'  , ''       , ''       , '' 
    380    sn_cnf      = 'runoff_core_monthly',         0         , 'socoefr0',   .false.    , .true. , 'yearly'  , ''       , ''       , '' 
    381    sn_s_rnf    = 'runoffs'            ,        24         , 'rosaline',   .true.     , .true. , 'yearly'  , ''       , ''       , '' 
    382    sn_t_rnf    = 'runoffs'            ,        24         , 'rotemper',   .true.     , .true. , 'yearly'  , ''       , ''       , '' 
    383    sn_dep_rnf  = 'runoffs'            ,         0         , 'rodepth' ,   .false.    , .true. , 'yearly'  , ''       , ''       , '' 
    384  
    385    cn_dir      = './'      !  root directory for the location of the runoff files 
    386    ln_rnf_mouth= .true.    !  specific treatment at rivers mouths 
     364   !                       !  type of penetration                        (default: NO selection) 
     365   ln_qsr_rgb  = .false.      !  RGB light penetration (Red-Green-Blue) 
     366   ln_qsr_2bd  = .false.      !  2BD light penetration (two bands) 
     367   ln_qsr_bio  = .false.      !  bio-model light penetration 
     368   !                       !  RGB & 2BD choices: 
     369   rn_abs      =   0.58       !  RGB & 2BD: fraction absorbed in the very near surface 
     370   rn_si0      =   0.35       !  RGB & 2BD: shortess depth of extinction 
     371   nn_chldta   =      0       !  RGB : Chl data (=1) or cst value (=0) 
     372   rn_si1      =   23.0       !  2BD : longest depth of extinction 
     373    
     374   cn_dir      = './'      !  root directory for the chlorophyl data location 
     375   !___________!_________________________!___________________!___________!_____________!________!___________!__________________!__________!_______________! 
     376   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask ! 
     377   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   ! 
     378   sn_chl      ='chlorophyll'            ,        -1         , 'CHLA'    ,   .true.    , .true. , 'yearly'  , ''               , ''       , '' 
     379/ 
     380!----------------------------------------------------------------------- 
     381&namsbc_ssr    !   surface boundary condition : sea surface restoring   (ln_ssr =T) 
     382!----------------------------------------------------------------------- 
     383   nn_sstr     =     0     !  add a retroaction term to the surface heat flux (=1) or not (=0) 
     384      rn_dqdt     = -40.      !  magnitude of the retroaction on temperature   [W/m2/K] 
     385   nn_sssr     =     0     !  add a damping term to the surface freshwater flux (=2) 
     386      !                    !  or to SSS only (=1) or no damping term (=0) 
     387      rn_deds     =  -166.67  !  magnitude of the damping on salinity   [mm/day] 
     388      ln_sssr_bnd =  .true.   !  flag to bound erp term (associated with nn_sssr=2) 
     389      rn_sssr_bnd =   4.e0    !  ABS(Max/Min) value of the damping erp term [mm/day] 
     390 
     391   cn_dir      = './'      !  root directory for the SST/SSS data location 
     392   !___________!_________________________!___________________!___________!_____________!________!___________!__________________!__________!_______________! 
     393   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask ! 
     394   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   ! 
     395   sn_sst      = 'sst_data'              ,        24         ,  'sst'    ,    .false.  , .false., 'yearly'  ,    ''            ,    ''    ,     '' 
     396   sn_sss      = 'sss_data'              ,        -1         ,  'sss'    ,    .true.   , .true. , 'yearly'  ,    ''            ,    ''    ,     '' 
     397/ 
     398!----------------------------------------------------------------------- 
     399&namsbc_rnf    !   runoffs                                              (ln_rnf =T) 
     400!----------------------------------------------------------------------- 
     401   ln_rnf_mouth= .false.   !  specific treatment at rivers mouths 
    387402      rn_hrnf     =  15.e0    !  depth over which enhanced vertical mixing is used    (ln_rnf_mouth=T) 
    388403      rn_avt_rnf  =   1.e-3   !  value of the additional vertical mixing coef. [m2/s] (ln_rnf_mouth=T) 
     
    395410      rn_dep_max  = 150.      !  depth over which runoffs is spread ( ln_rnf_depth_ini = .true ) 
    396411      nn_rnf_depth_file = 0   !  create (=1) a runoff depth file or not (=0) 
    397 / 
    398 !----------------------------------------------------------------------- 
    399 &namsbc_isf    !  Top boundary layer (ISF)                              (nn_isf >0) 
    400 !----------------------------------------------------------------------- 
    401 !              ! file name ! frequency (hours) ! variable ! time interp.!  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
    402 !              !           !  (if <0  months)  !   name   !  (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      ! 
    403 ! nn_isf == 4 
    404    sn_fwfisf   = 'rnfisf'  ,         -12       ,'sowflisf',   .false.   , .true. , 'yearly'  ,    ''    ,   ''     ,    '' 
    405 ! nn_isf == 3 
    406    sn_rnfisf   = 'rnfisf'  ,         -12       ,'sofwfisf',   .false.   , .true. , 'yearly'  ,    ''    ,   ''     ,    '' 
    407 ! nn_isf == 2 and 3 
    408    sn_depmax_isf='rnfisf'  ,         -12       ,'sozisfmax',  .false.   , .true. , 'yearly'  ,    ''    ,   ''     ,    '' 
    409    sn_depmin_isf='rnfisf'  ,         -12       ,'sozisfmin',  .false.   , .true. , 'yearly'  ,    ''    ,   ''     ,    '' 
    410 ! nn_isf == 2 
    411    sn_Leff_isf = 'rnfisf'  ,         -12       ,'Leff'    ,   .false.   , .true. , 'yearly'  ,    ''    ,   ''     ,    '' 
    412 ! 
    413 ! for all case 
     412 
     413   cn_dir      = './'      !  root directory for the runoff data location 
     414   !___________!_________________________!___________________!___________!_____________!________!___________!__________________!__________!_______________! 
     415   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask ! 
     416   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   ! 
     417   sn_rnf      = 'runoff_core_monthly'   ,        -1         , 'sorunoff',   .true.    , .true. , 'yearly'  , ''               , ''       , '' 
     418   sn_cnf      = 'runoff_core_monthly'   ,         0         , 'socoefr0',   .false.   , .true. , 'yearly'  , ''               , ''       , '' 
     419   sn_s_rnf    = 'runoffs'               ,        24         , 'rosaline',   .true.    , .true. , 'yearly'  , ''               , ''       , '' 
     420   sn_t_rnf    = 'runoffs'               ,        24         , 'rotemper',   .true.    , .true. , 'yearly'  , ''               , ''       , '' 
     421   sn_dep_rnf  = 'runoffs'               ,         0         , 'rodepth' ,   .false.   , .true. , 'yearly'  , ''               , ''       , '' 
     422/ 
     423!----------------------------------------------------------------------- 
     424&namsbc_apr    !   Atmospheric pressure used as ocean forcing           (ln_apr_dyn =T) 
     425!----------------------------------------------------------------------- 
     426   rn_pref     = 101000.   !  reference atmospheric pressure   [N/m2]/ 
     427   ln_ref_apr  = .false.   !  ref. pressure: global mean Patm (T) or a constant (F) 
     428   ln_apr_obc  = .false.   !  inverse barometer added to OBC ssh data 
     429 
     430   cn_dir = './'        !  root directory for the Patm data location 
     431   !___________!_________________________!___________________!___________!_____________!________!___________!__________________!__________!_______________! 
     432   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask ! 
     433   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   ! 
     434   sn_apr      = 'patm'                  ,         -1        ,'somslpre' ,   .true.    , .true. , 'yearly'  ,    ''            ,    ''    ,      '' 
     435/ 
     436!----------------------------------------------------------------------- 
     437&namsbc_isf    !  Top boundary layer (ISF)                              (ln_isfcav =T : read (ln_read_cfg=T)  
     438!-----------------------------------------------------------------------             or set or usr_def_zgr ) 
     439   !                 ! type of top boundary layer  
    414440   nn_isf      = 1         !  ice shelf melting/freezing 
    415                            !  1 = presence of ISF    2 = bg03 parametrisation  
    416                            !  3 = rnf file for isf   4 = ISF fwf specified 
     441                           !  1 = presence of ISF   ; 2 = bg03 parametrisation  
     442                           !  3 = rnf file for ISF  ;  4 = ISF specified freshwater flux 
    417443                           !  option 1 and 4 need ln_isfcav = .true. (domzgr) 
    418 ! only for nn_isf = 1 or 2 
    419    rn_gammat0  = 1.e-4     ! gammat coefficient used in blk formula 
    420    rn_gammas0  = 1.e-4     ! gammas coefficient used in blk formula 
    421 ! only for nn_isf = 1 or 4 
    422    rn_hisf_tbl =  30.      ! thickness of the top boundary layer    (Losh et al. 2008) 
    423    !                       ! 0 => thickness of the tbl = thickness of the first wet cell 
    424 ! only for nn_isf = 1 
    425    nn_isfblk   = 1         ! 1 ISOMIP  like: 2 equations formulation (Hunter et al., 2006) 
    426    !                       ! 2 ISOMIP+ like: 3 equations formulation (Asay-Davis et al., 2015) 
    427    nn_gammablk = 1         ! 0 = cst Gammat (= gammat/s) 
    428    !                       ! 1 = velocity dependend Gamma (u* * gammat/s)  (Jenkins et al. 2010) 
    429    !                       ! 2 = velocity and stability dependent Gamma    (Holland et al. 1999) 
    430 / 
    431 !----------------------------------------------------------------------- 
    432 &namsbc_iscpl  !   land ice / ocean coupling option                      
    433 !----------------------------------------------------------------------- 
     444      !              !  nn_isf = 1 or 2 cases: 
     445      rn_gammat0  = 1.e-4     ! gammat coefficient used in blk formula 
     446      rn_gammas0  = 1.e-4     ! gammas coefficient used in blk formula 
     447      !              !  nn_isf = 1 or 4 cases: 
     448      rn_hisf_tbl =  30.      ! thickness of the top boundary layer    (Losh et al. 2008) 
     449      !                       ! 0 => thickness of the tbl = thickness of the first wet cell 
     450      !              ! nn_isf = 1 case 
     451      nn_isfblk   = 1         ! 1 ISOMIP  like: 2 equations formulation (Hunter et al., 2006) 
     452      !                       ! 2 ISOMIP+ like: 3 equations formulation (Asay-Davis et al., 2015) 
     453      nn_gammablk = 1         ! 0 = cst Gammat (= gammat/s) 
     454      !                       ! 1 = velocity dependend Gamma (u* * gammat/s)  (Jenkins et al. 2010) 
     455      !                       ! 2 = velocity and stability dependent Gamma    (Holland et al. 1999) 
     456 
     457   !___________!_____________!___________________!___________!_____________!_________!___________!__________!__________!_______________! 
     458   !           !  file name  ! frequency (hours) ! variable  ! time interp.!  clim   ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
     459   !           !             !  (if <0  months)  !   name    !  (logical)  !  (T/F)  ! 'monthly' ! filename ! pairing  ! filename      ! 
     460!* nn_isf = 4 case 
     461   sn_fwfisf   = 'rnfisf'    ,         -12       ,'sowflisf' ,  .false.    , .true.  , 'yearly'  ,    ''    ,   ''     ,    '' 
     462!* nn_isf = 3 case 
     463   sn_rnfisf   = 'rnfisf'    ,         -12       ,'sofwfisf' ,  .false.    , .true.  , 'yearly'  ,    ''    ,   ''     ,    '' 
     464!* nn_isf = 2 and 3 cases  
     465   sn_depmax_isf='rnfisf'    ,         -12       ,'sozisfmax',  .false.    , .true.  , 'yearly'  ,    ''    ,   ''     ,    '' 
     466   sn_depmin_isf='rnfisf'    ,         -12       ,'sozisfmin',  .false.    , .true.  , 'yearly'  ,    ''    ,   ''     ,    '' 
     467!* nn_isf = 2 case 
     468   sn_Leff_isf = 'rnfisf'    ,         -12       ,'Leff'     ,  .false.    , .true.  , 'yearly'  ,    ''    ,   ''     ,    '' 
     469/ 
     470!----------------------------------------------------------------------- 
     471&namsbc_iscpl  !   land ice / ocean coupling option                     (ln_isfcav =T : read (ln_read_cfg=T)  
     472!-----------------------------------------------------------------------             or set or usr_def_zgr ) 
    434473   nn_drown    = 10        ! number of iteration of the extrapolation loop (fill the new wet cells) 
    435474   ln_hsb      = .false.   ! activate conservation module (conservation exact after a time of rn_fiscpl) 
     
    437476/ 
    438477!----------------------------------------------------------------------- 
    439 &namsbc_apr    !   Atmospheric pressure used as ocean forcing           (ln_apr_dyn =T) 
    440 !----------------------------------------------------------------------- 
    441 !              ! file name ! frequency (hours) ! variable ! time interp.!  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
    442 !              !           !  (if <0  months)  !   name   !  (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      ! 
    443    sn_apr      = 'patm'    ,         -1        ,'somslpre',   .true.    , .true. , 'yearly'  ,    ''    ,    ''    ,      '' 
    444  
    445    cn_dir      = './'      !  root directory for the location of the bulk files 
    446    rn_pref     = 101000.   !  reference atmospheric pressure   [N/m2]/ 
    447    ln_ref_apr  = .false.   !  ref. pressure: global mean Patm (T) or a constant (F) 
    448    ln_apr_obc  = .false.   !  inverse barometer added to OBC ssh data 
    449 / 
    450 !----------------------------------------------------------------------- 
    451 &namsbc_ssr    !   surface boundary condition : sea surface restoring   (ln_ssr =T) 
    452 !----------------------------------------------------------------------- 
    453 !              ! file name ! frequency (hours) ! variable ! time interp.!  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
    454 !              !           !  (if <0  months)  !   name   !   (logical) !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      ! 
    455    sn_sst      = 'sst_data',        24         ,  'sst'   ,    .false.  , .false., 'yearly'  ,    ''    ,    ''    ,     '' 
    456    sn_sss      = 'sss_data',        -1         ,  'sss'   ,    .true.   , .true. , 'yearly'  ,    ''    ,    ''    ,     '' 
    457    cn_dir      = './'      !  root directory for the location of the runoff files 
    458    ! 
    459    nn_sstr     =     0     !  add a retroaction term in the surface heat flux (=1) or not (=0) 
    460       rn_dqdt     = -40.      !  magnitude of the retroaction on temperature   [W/m2/K] 
    461    nn_sssr     =     2     !  add a damping     term in the surface freshwater flux (=2) 
    462       !                    !  or to SSS only (=1) or no damping term (=0) 
    463       rn_deds     =  -166.67  !  magnitude of the damping on salinity   [mm/day] 
    464       ln_sssr_bnd =  .true.   !  flag to bound erp term (associated with nn_sssr=2) 
    465       rn_sssr_bnd =   4.e0    !  ABS(Max/Min) value of the damping erp term [mm/day] 
    466 / 
    467 !----------------------------------------------------------------------- 
    468478&namsbc_wave   ! External fields from wave model                        (ln_wave=T) 
    469479!----------------------------------------------------------------------- 
    470 !              !  file name  ! frequency (hours) ! variable     ! time interp. !  clim   ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
    471 !              !             !  (if <0  months)  !   name       !   (logical)  !  (T/F)  ! 'monthly' ! filename ! pairing  ! filename      ! 
    472    sn_cdg      =  'sdw_wave' ,        1          , 'drag_coeff' ,     .true.   , .false. , 'daily'   ,  ''      , ''       , '' 
    473    sn_usd      =  'sdw_wave' ,        1          , 'u_sd2d'     ,     .true.   , .false. , 'daily'   ,  ''      , ''       , '' 
    474    sn_vsd      =  'sdw_wave' ,        1          , 'v_sd2d'     ,     .true.   , .false. , 'daily'   ,  ''      , ''       , '' 
    475    sn_hsw      =  'sdw_wave' ,        1          , 'hs'         ,     .true.   , .false. , 'daily'   ,  ''      , ''       , '' 
    476    sn_wmp      =  'sdw_wave' ,        1          , 'wmp'        ,     .true.   , .false. , 'daily'   ,  ''      , ''       , '' 
    477    sn_wfr      =  'sdw_wave' ,        1          , 'wfr'        ,     .true.   , .false. , 'daily'   ,  ''      , ''       , '' 
    478    sn_wnum     =  'sdw_wave' ,        1          , 'wave_num'   ,     .true.   , .false. , 'daily'   ,  ''      , ''       , '' 
    479    sn_tauwoc   =  'sdw_wave' ,        1          , 'wave_stress',     .true.   , .false. , 'daily'   ,  ''      , ''       , '' 
    480    sn_tauwx    =  'sdw_wave' ,        1          , 'wave_stress',     .true.   , .false. , 'daily'   ,  ''      , ''       , '' 
    481    sn_tauwy    =  'sdw_wave' ,        1          , 'wave_stress',     .true.   , .false. , 'daily'   ,  ''      , ''       , '' 
     480   cn_dir      = './'      !  root directory for the waves data location 
     481   !___________!_________________________!___________________!___________!_____________!________!___________!__________________!__________!_______________! 
     482   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask ! 
     483   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   ! 
     484   sn_cdg      =  'sdw_wave'             ,        1          , 'drag_coeff' ,  .true.  , .false., 'daily'   ,  ''             , ''       , '' 
     485   sn_usd      =  'sdw_wave'             ,        1          , 'u_sd2d'     ,  .true.  , .false., 'daily'   ,  ''             , ''       , '' 
     486   sn_vsd      =  'sdw_wave'             ,        1          , 'v_sd2d'     ,  .true.  , .false., 'daily'   ,  ''             , ''       , '' 
     487   sn_hsw      =  'sdw_wave'             ,        1          , 'hs'         ,  .true.  , .false., 'daily'   ,  ''             , ''       , '' 
     488   sn_wmp      =  'sdw_wave'             ,        1          , 'wmp'        ,  .true.  , .false., 'daily'   ,  ''             , ''       , '' 
     489   sn_wfr      =  'sdw_wave'             ,        1          , 'wfr'        ,  .true.  , .false., 'daily'   ,  ''             , ''       , '' 
     490   sn_wnum     =  'sdw_wave'             ,        1          , 'wave_num'   ,  .true.  , .false., 'daily'   ,  ''             , ''       , '' 
     491   sn_tauwoc   =  'sdw_wave'             ,        1          , 'wave_stress',  .true.  , .false., 'daily'   ,  ''             , ''       , '' 
     492   sn_tauwx    =  'sdw_wave'             ,        1          , 'wave_stress',  .true.  , .false., 'daily'   ,  ''             , ''       , '' 
     493   sn_tauwy    =  'sdw_wave'             ,        1          , 'wave_stress',  .true.  , .false., 'daily'   ,  ''             , ''       , '' 
     494/ 
     495!----------------------------------------------------------------------- 
     496&namberg       !   iceberg parameters                                   (default: NO) 
     497!----------------------------------------------------------------------- 
     498   ln_icebergs = .false.      ! activate iceberg floats (force =F with "key_agrif") 
     499   ! 
     500   !                          ! diagnostics: 
     501   ln_bergdia        = .true.       ! Calculate budgets 
     502   nn_verbose_level  = 1            ! Turn on more verbose output if level > 0 
     503   nn_verbose_write  = 15           ! Timesteps between verbose messages 
     504   nn_sample_rate    = 1            ! Timesteps between sampling for trajectory storage 
     505   ! 
     506   !                          ! iceberg setting: 
     507   !                                ! Initial mass required for an iceberg of each class 
     508   rn_initial_mass   = 8.8e7, 4.1e8, 3.3e9, 1.8e10, 3.8e10, 7.5e10, 1.2e11, 2.2e11, 3.9e11, 7.4e11 
     509   !                                ! Proportion of calving mass to apportion to each class 
     510   rn_distribution   = 0.24, 0.12, 0.15, 0.18, 0.12, 0.07, 0.03, 0.03, 0.03, 0.02 
     511   !                                ! Ratio between effective and real iceberg mass (non-dim) 
     512   !                                ! i.e. number of icebergs represented at a point 
     513   rn_mass_scaling   = 2000, 200, 50, 20, 10, 5, 2, 1, 1, 1 
     514                                    ! thickness of newly calved bergs (m) 
     515   rn_initial_thickness     = 40., 67., 133., 175., 250., 250., 250., 250., 250., 250. 
     516   ! 
     517   rn_rho_bergs            = 850.   ! Density of icebergs 
     518   rn_LoW_ratio            = 1.5    ! Initial ratio L/W for newly calved icebergs 
     519   ln_operator_splitting   = .true. ! Use first order operator splitting for thermodynamics 
     520   rn_bits_erosion_fraction = 0.    ! Fraction of erosion melt flux to divert to bergy bits 
     521   rn_sicn_shift           = 0.     ! Shift of sea-ice concn in erosion flux (0<sicn_shift<1) 
     522   ln_passive_mode         = .false.! iceberg - ocean decoupling 
     523   nn_test_icebergs        =  10    ! Create test icebergs of this class (-1 = no) 
     524   !                                ! Put a test iceberg at each gridpoint in box (lon1,lon2,lat1,lat2) 
     525   rn_test_box             = 108.0,  116.0, -66.0, -58.0 
     526   rn_speed_limit          = 0.     ! CFL speed limit for a berg 
     527 
     528   cn_dir      = './'      !  root directory for the calving data location 
     529   !___________!_________________________!___________________!___________!_____________!________!___________!__________________!__________!_______________! 
     530   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask ! 
     531   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   ! 
     532   sn_icb     =  'calving'              ,         -1         ,'calvingmask',  .true.   , .true. , 'yearly'  , ''               , ''       , '' 
     533/ 
     534 
     535!!====================================================================== 
     536!!               ***  Lateral boundary condition  ***                 !! 
     537!!                                                                    !! 
     538!!   namlbc        lateral momentum boundary condition                  (default: no slip) 
     539!!   namagrif      agrif nested grid ( read by child model only )       ("key_agrif") 
     540!!   nam_tide      Tidal forcing                                        (default: NO) 
     541!!   nambdy        Unstructured open boundaries                         (default: NO) 
     542!!   nambdy_dta    Unstructured open boundaries - external data         (see  nambdy) 
     543!!   nambdy_tide   tidal forcing at open boundaries                     (default: NO) 
     544!!====================================================================== 
    482545! 
    483    cn_dir  = './'  !  root directory for the location of drag coefficient files 
    484 / 
    485 !----------------------------------------------------------------------- 
    486 &namberg       !   iceberg parameters                                   (default: No iceberg) 
    487 !----------------------------------------------------------------------- 
    488    ln_icebergs              = .false.              ! iceberg floats or not 
    489    ln_bergdia               = .true.               ! Calculate budgets 
    490    nn_verbose_level         = 1                    ! Turn on more verbose output if level > 0 
    491    nn_verbose_write         = 15                   ! Timesteps between verbose messages 
    492    nn_sample_rate           = 1                    ! Timesteps between sampling for trajectory storage 
    493                                                    ! Initial mass required for an iceberg of each class 
    494    rn_initial_mass          = 8.8e7, 4.1e8, 3.3e9, 1.8e10, 3.8e10, 7.5e10, 1.2e11, 2.2e11, 3.9e11, 7.4e11 
    495                                                    ! Proportion of calving mass to apportion to each class 
    496    rn_distribution          = 0.24, 0.12, 0.15, 0.18, 0.12, 0.07, 0.03, 0.03, 0.03, 0.02 
    497                                                    ! Ratio between effective and real iceberg mass (non-dim) 
    498                                                    ! i.e. number of icebergs represented at a point 
    499    rn_mass_scaling          = 2000, 200, 50, 20, 10, 5, 2, 1, 1, 1 
    500                                                    ! thickness of newly calved bergs (m) 
    501    rn_initial_thickness     = 40., 67., 133., 175., 250., 250., 250., 250., 250., 250. 
    502    rn_rho_bergs             = 850.                 ! Density of icebergs 
    503    rn_LoW_ratio             = 1.5                  ! Initial ratio L/W for newly calved icebergs 
    504    ln_operator_splitting    = .true.               ! Use first order operator splitting for thermodynamics 
    505    rn_bits_erosion_fraction = 0.                   ! Fraction of erosion melt flux to divert to bergy bits 
    506    rn_sicn_shift            = 0.                   ! Shift of sea-ice concn in erosion flux (0<sicn_shift<1) 
    507    ln_passive_mode          = .false.              ! iceberg - ocean decoupling 
    508    nn_test_icebergs         =  10                  ! Create test icebergs of this class (-1 = no) 
    509                                                    ! Put a test iceberg at each gridpoint in box (lon1,lon2,lat1,lat2) 
    510    rn_test_box              = 108.0,  116.0, -66.0, -58.0 
    511    rn_speed_limit           = 0.                   ! CFL speed limit for a berg 
    512  
    513 !         ! file name ! frequency (hours) !   variable   ! time interp. !  clim   ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
    514 !         !           !  (if <0  months)  !     name     !   (logical)  !  (T/F ) ! 'monthly' ! filename ! pairing  ! filename      ! 
    515    sn_icb =  'calving',       -1          , 'calvingmask',  .true.      , .true.  , 'yearly'  , ''       , ''       , '' 
    516  
    517    cn_dir = './' 
    518 / 
    519  
    520 !!====================================================================== 
    521 !!               ***  Lateral boundary condition  ***                 !! 
    522 !!====================================================================== 
    523 !!   namlbc        lateral momentum boundary condition 
    524 !!   namagrif      agrif nested grid ( read by child model only )       ("key_agrif") 
    525 !!   nam_tide      Tidal forcing  
    526 !!   nambdy        Unstructured open boundaries                          
    527 !!   nambdy_dta    Unstructured open boundaries - external data          
    528 !!   nambdy_tide   tidal forcing at open boundaries                      
    529 !!====================================================================== 
    530 ! 
    531 !----------------------------------------------------------------------- 
    532 &namlbc        !   lateral momentum boundary condition 
     546!----------------------------------------------------------------------- 
     547&namlbc        !   lateral momentum boundary condition                  (default: no slip) 
    533548!----------------------------------------------------------------------- 
    534549   !                       !  free slip  !   partial slip  !   no slip   ! strong slip 
     
    542557   rn_sponge_tra = 2880.   !  coefficient for tracer   sponge layer [m2/s] 
    543558   rn_sponge_dyn = 2880.   !  coefficient for dynamics sponge layer [m2/s] 
    544    ln_chk_bathy  = .FALSE. ! 
    545 / 
    546 !----------------------------------------------------------------------- 
    547 &nam_tide      !   tide parameters 
    548 !----------------------------------------------------------------------- 
    549    ln_tide       = .false.                ! Activate tides 
     559   ln_chk_bathy  = .false. !  =T  check the parent bathymetry 
     560/ 
     561!----------------------------------------------------------------------- 
     562&nam_tide      !   tide parameters                                      (default: NO) 
     563!----------------------------------------------------------------------- 
     564   ln_tide     = .false.      ! Activate tides 
    550565      ln_tide_pot   = .true.                !  use tidal potential forcing 
    551566         ln_scal_load  = .false.               ! Use scalar approximation for 
     
    559574/ 
    560575!----------------------------------------------------------------------- 
    561 &nambdy        !  unstructured open boundaries                           
    562 !----------------------------------------------------------------------- 
    563     ln_bdy         = .false.              !  Use unstructured open boundaries 
    564     nb_bdy         = 0                    !  number of open boundary sets 
    565     ln_coords_file = .true.               !  =T : read bdy coordinates from file 
    566     cn_coords_file = 'coordinates.bdy.nc' !  bdy coordinates files 
    567     ln_mask_file   = .false.              !  =T : read mask from file 
    568     cn_mask_file   = ''                   !  name of mask file (if ln_mask_file=.TRUE.) 
    569     cn_dyn2d       = 'none'               ! 
    570     nn_dyn2d_dta   =  0                   !  = 0, bdy data are equal to the initial state 
    571                                           !  = 1, bdy data are read in 'bdydata   .nc' files 
    572                                           !  = 2, use tidal harmonic forcing data from files 
    573                                           !  = 3, use external data AND tidal harmonic forcing 
    574     cn_dyn3d      =  'none'               ! 
    575     nn_dyn3d_dta  =  0                    !  = 0, bdy data are equal to the initial state 
    576                                           !  = 1, bdy data are read in 'bdydata   .nc' files 
    577     cn_tra        =  'none'               ! 
    578     nn_tra_dta    =  0                    !  = 0, bdy data are equal to the initial state 
    579                                           !  = 1, bdy data are read in 'bdydata   .nc' files 
    580     cn_ice_lim      =  'none'             ! 
    581     nn_ice_lim_dta  =  0                  !  = 0, bdy data are equal to the initial state 
    582                                           !  = 1, bdy data are read in 'bdydata   .nc' files 
    583     rn_ice_tem      = 270.                !  lim3 only: arbitrary temperature of incoming sea ice 
    584     rn_ice_sal      = 10.                 !  lim3 only:      --   salinity           -- 
    585     rn_ice_age      = 30.                 !  lim3 only:      --   age                -- 
    586  
    587     ln_tra_dmp    =.false.                !  open boudaries conditions for tracers 
    588     ln_dyn3d_dmp  =.false.                !  open boundary condition for baroclinic velocities 
    589     rn_time_dmp   =  1.                   ! Damping time scale in days 
    590     rn_time_dmp_out =  1.                 ! Outflow damping time scale 
    591     nn_rimwidth   = 10                    !  width of the relaxation zone 
    592     ln_vol        = .false.               !  total volume correction (see nn_volctl parameter) 
    593     nn_volctl     = 1                     !  = 0, the total water flux across open boundaries is zero 
    594     nb_jpk_bdy    = -1                    ! number of levels in the bdy data (set < 0 if consistent with planned run) 
    595 / 
    596 !----------------------------------------------------------------------- 
    597 &nambdy_dta    !  open boundaries - external data                        
    598 !----------------------------------------------------------------------- 
    599 !              !  file name      ! frequency (hours) ! variable  ! time interp.!  clim   ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
    600 !              !                 !  (if <0  months)  !   name    !  (logical)  !  (T/F ) ! 'monthly' ! filename ! pairing  ! filename      ! 
    601    bn_ssh      = 'amm12_bdyT_u2d',         24        , 'sossheig',    .true.   , .false. ,  'daily'  ,    ''    ,   ''     ,     '' 
    602    bn_u2d      = 'amm12_bdyU_u2d',         24        , 'vobtcrtx',    .true.   , .false. ,  'daily'  ,    ''    ,   ''     ,     '' 
    603    bn_v2d      = 'amm12_bdyV_u2d',         24        , 'vobtcrty',    .true.   , .false. ,  'daily'  ,    ''    ,   ''     ,     '' 
    604    bn_u3d      = 'amm12_bdyU_u3d',         24        , 'vozocrtx',    .true.   , .false. ,  'daily'  ,    ''    ,   ''     ,     '' 
    605    bn_v3d      = 'amm12_bdyV_u3d',         24        , 'vomecrty',    .true.   , .false. ,  'daily'  ,    ''    ,   ''     ,     '' 
    606    bn_tem      = 'amm12_bdyT_tra',         24        , 'votemper',    .true.   , .false. ,  'daily'  ,    ''    ,   ''     ,     '' 
    607    bn_sal      = 'amm12_bdyT_tra',         24        , 'vosaline',    .true.   , .false. ,  'daily'  ,    ''    ,   ''     ,     '' 
    608 ! for lim3 
    609 !   bn_a_i     = 'amm12_bdyT_ice',         24        , 'ileadfra',    .true.   , .false. ,  'daily'  ,    ''    ,   ''     ,     '' 
    610 !   bn_h_i     = 'amm12_bdyT_ice',         24        , 'iicethic',    .true.   , .false. ,  'daily'  ,    ''    ,   ''     ,     '' 
    611 !   bn_h_s     = 'amm12_bdyT_ice',         24        , 'isnowthi',    .true.   , .false. ,  'daily'  ,    ''    ,   ''     ,     '' 
    612  
    613    cn_dir      = 'bdydta/' !  root directory for the location of the bulk files 
    614    ln_full_vel = .false.   !   
    615 / 
    616 !----------------------------------------------------------------------- 
    617 &nambdy_tide   !  tidal forcing at open boundaries 
     576&nambdy        !  unstructured open boundaries                          (default: NO) 
     577!----------------------------------------------------------------------- 
     578   ln_bdy         = .false.   !  Use unstructured open boundaries 
     579   nb_bdy         = 0         !  number of open boundary sets 
     580   ln_coords_file = .true.    !  =T : read bdy coordinates from file 
     581      cn_coords_file = 'coordinates.bdy.nc'  !  bdy coordinates files 
     582   ln_mask_file   = .false.   !  =T : read mask from file 
     583      cn_mask_file= ''        !  name of mask file (if ln_mask_file=.TRUE.) 
     584   cn_dyn2d    = 'none'       ! 
     585   nn_dyn2d_dta   =  0        !  = 0, bdy data are equal to the initial state 
     586      !                       !  = 1, bdy data are read in 'bdydata   .nc' files 
     587      !                       !  = 2, use tidal harmonic forcing data from files 
     588      !                       !  = 3, use external data AND tidal harmonic forcing 
     589   cn_dyn3d      =  'none'    ! 
     590   nn_dyn3d_dta  =  0         !  = 0, bdy data are equal to the initial state 
     591   !                          !  = 1, bdy data are read in 'bdydata   .nc' files 
     592   cn_tra        =  'none'    ! 
     593   nn_tra_dta    =  0         !  = 0, bdy data are equal to the initial state 
     594   !                          !  = 1, bdy data are read in 'bdydata   .nc' files 
     595   cn_ice_lim    =  'none'    ! 
     596   nn_ice_lim_dta=  0         !  = 0, bdy data are equal to the initial state 
     597   !                          !  = 1, bdy data are read in 'bdydata   .nc' files 
     598   rn_ice_tem    = 270.       !  lim3 only: arbitrary temperature of incoming sea ice 
     599   rn_ice_sal    = 10.        !  lim3 only:      --   salinity           -- 
     600   rn_ice_age    = 30.        !  lim3 only:      --   age                -- 
     601   ! 
     602   ln_tra_dmp    =.false.     !  open boudaries conditions for tracers 
     603   ln_dyn3d_dmp  =.false.     !  open boundary condition for baroclinic velocities 
     604   rn_time_dmp   =  1.        !  Damping time scale in days 
     605   rn_time_dmp_out= 1.        !  Outflow damping time scale 
     606   nn_rimwidth   = 10         !  width of the relaxation zone 
     607   ln_vol        = .false.    !  total volume correction (see nn_volctl parameter) 
     608   nn_volctl     =  1         !  = 0, the total water flux across open boundaries is zero 
     609   nb_jpk_bdy    = -1         ! number of levels in the bdy data (set < 0 if consistent with planned run) 
     610/ 
     611!----------------------------------------------------------------------- 
     612&nambdy_dta    !  open boundaries - external data                       (see nam_bdy) 
     613!----------------------------------------------------------------------- 
     614   ln_full_vel = .false.      !  ??? 
     615 
     616   cn_dir      = 'bdydta/'    !  root directory for the BDY data location 
     617   !___________!_________________________!___________________!___________!_____________!________!___________!__________________!__________!_______________! 
     618   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask ! 
     619   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                  ! 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'  ,    ''            ,   ''     ,     '' 
     627!* for lim3 
     628!   bn_a_i     = 'amm12_bdyT_ice'        ,         24        , 'ileadfra',    .true.   , .false.,  'daily'  ,    ''            ,   ''     ,     '' 
     629!   bn_h_i     = 'amm12_bdyT_ice'        ,         24        , 'iicethic',    .true.   , .false.,  'daily'  ,    ''            ,   ''     ,     '' 
     630!   bn_h_s     = 'amm12_bdyT_ice'        ,         24        , 'isnowthi',    .true.   , .false.,  'daily'  ,    ''            ,   ''     ,     '' 
     631/ 
     632!----------------------------------------------------------------------- 
     633&nambdy_tide   !  tidal forcing at open boundaries                      (default: NO) 
    618634!----------------------------------------------------------------------- 
    619635   filtide          = 'bdydta/amm12_bdytide_'   !  file name root of tidal forcing files 
     
    624640!!====================================================================== 
    625641!!                ***  Top/Bottom boundary condition  ***             !! 
    626 !!====================================================================== 
     642!!                                                                    !! 
    627643!!   namdrg        top/bottom drag coefficient                          (default: NO selection) 
    628 !!   namdrg_top    top    friction                                      (ln_isfcav=T) 
    629 !!   namdrg_bot    bottom friction                                       
     644!!   namdrg_top    top    friction                                      (ln_NONE=F & ln_isfcav=T) 
     645!!   namdrg_bot    bottom friction                                      (ln_NONE=F) 
    630646!!   nambbc        bottom temperature boundary condition                (default: NO) 
    631647!!   nambbl        bottom boundary layer scheme                         (default: NO) 
     
    643659/ 
    644660!----------------------------------------------------------------------- 
    645 &namdrg_top    !   TOP friction                                         (ln_isfcav=T) 
     661&namdrg_top    !   TOP friction                                         (ln_NONE=F & ln_isfcav=T) 
    646662!----------------------------------------------------------------------- 
    647663   rn_Cd0     =  1.e-3     !  drag coefficient [-] 
     
    654670/ 
    655671!----------------------------------------------------------------------- 
    656 &namdrg_bot    !   BOTTOM friction                                   
     672&namdrg_bot    !   BOTTOM friction                                      (ln_NONE=F) 
    657673!----------------------------------------------------------------------- 
    658674   rn_Cd0     =  1.e-3    !  drag coefficient [-] 
     
    667683&nambbc        !   bottom temperature boundary condition                (default: NO) 
    668684!----------------------------------------------------------------------- 
    669 !              !  file name      ! frequency (hours) ! variable  ! time interp.!  clim   ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
    670 !              !                 !  (if <0  months)  !   name    !  (logical)  !  (T/F ) ! 'monthly' ! filename ! pairing  ! filename      ! 
    671    sn_qgh      ='geothermal_heating.nc',  -12.       , 'heatflow',   .false.   , .true.  , 'yearly'  ,   ''     ,   ''     ,   '' 
    672    ! 
    673685   ln_trabbc   = .false.   !  Apply a geothermal heating at the ocean bottom 
    674       nn_geoflx   =    2      !  geothermal heat flux: = 0 no flux 
    675       !                       !     = 1 constant flux 
    676       !                       !     = 2 variable flux (read in geothermal_heating.nc in mW/m2) 
    677       rn_geoflx_cst = 86.4e-3 !  Constant value of geothermal heat flux [W/m2] 
    678       cn_dir      = './'      !  root directory for the location of the runoff files  
     686      nn_geoflx   =    2      !  geothermal heat flux: = 1 constant flux 
     687      !                       !                        = 2 read variable flux [mW/m2] 
     688      rn_geoflx_cst = 86.4e-3 !  Constant value of geothermal heat flux       [mW/m2] 
     689 
     690   cn_dir      = './'      !  root directory for the geothermal data location 
     691   !___________!_________________________!___________________!___________!_____________!________!___________!__________________!__________!_______________! 
     692   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask ! 
     693   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   ! 
     694   sn_qgh      ='geothermal_heating.nc'  ,       -12.        , 'heatflow',   .false.   , .true. , 'yearly'  ,   ''             ,   ''     ,   '' 
    679695/ 
    680696!----------------------------------------------------------------------- 
     
    689705 
    690706!!====================================================================== 
    691 !!                        Tracer (T & S) namelists 
    692 !!====================================================================== 
    693 !!   nameos           equation of state 
    694 !!   namtra_adv       advection scheme 
    695 !!   namtra_adv_mle   mixed layer eddy param. (Fox-Kemper param.) 
    696 !!   namtra_ldf       lateral diffusion scheme 
    697 !!   namtra_ldfeiv    eddy induced velocity param. 
    698 !!   namtra_dmp       T & S newtonian damping 
     707!!                        Tracer (T & S) namelists                    !! 
     708!!                                                                    !! 
     709!!   nameos           equation of state                                 (default: NO selection) 
     710!!   namtra_adv       advection scheme                                  (default: NO selection) 
     711!!   namtra_ldf       lateral diffusion scheme                          (default: NO selection) 
     712!!   namtra_adv_mle   mixed layer eddy param. (Fox-Kemper param.)       (default: NO) 
     713!!   namtra_eiv       eddy induced velocity param.                      (default: NO) 
     714!!   namtra_dmp       T & S newtonian damping                           (default: NO) 
    699715!!====================================================================== 
    700716! 
    701717!----------------------------------------------------------------------- 
    702 &nameos        !   ocean Equation Of Seawater                           (default: NO) 
     718&nameos        !   ocean Equation Of Seawater                           (default: NO selection) 
    703719!----------------------------------------------------------------------- 
    704720   ln_teos10   = .false.         !  = Use TEOS-10 
     
    733749/ 
    734750!----------------------------------------------------------------------- 
    735 &namtra_adv_mle !   mixed layer eddy parametrisation (Fox-Kemper param) (default: NO) 
     751&namtra_ldf    !   lateral diffusion scheme for tracers                 (default: NO selection) 
     752!----------------------------------------------------------------------- 
     753   !                       !  Operator type: 
     754   ln_traldf_NONE  = .false.   !  No explicit diffusion 
     755   ln_traldf_lap   = .false.   !    laplacian operator 
     756   ln_traldf_blp   = .false.   !  bilaplacian operator 
     757   ! 
     758   !                       !  Direction of action: 
     759   ln_traldf_lev   = .false.   !  iso-level 
     760   ln_traldf_hor   = .false.   !  horizontal  (geopotential) 
     761   ln_traldf_iso   = .false.   !  iso-neutral (standard operator) 
     762   ln_traldf_triad = .false.   !  iso-neutral (triad    operator) 
     763   ! 
     764   !                       !  iso-neutral options:         
     765   ln_traldf_msc   = .false.   !  Method of Stabilizing Correction      (both operators) 
     766   rn_slpmax       =  0.01     !  slope limit                           (both operators) 
     767   ln_triad_iso    = .false.   !  pure horizontal mixing in ML              (triad only) 
     768   rn_sw_triad     = 1         !  =1 switching triad ; =0 all 4 triads used (triad only) 
     769   ln_botmix_triad = .false.   !  lateral mixing on bottom                  (triad only) 
     770   ! 
     771   !                       !  Coefficients: 
     772   nn_aht_ijk_t    = 0         !  space/time variation of eddy coefficient: 
     773      !                             !   =-20 (=-30)    read in eddy_diffusivity_2D.nc (..._3D.nc) file 
     774      !                             !   =  0           constant  
     775      !                             !   = 10 F(k)      =ldf_c1d  
     776      !                             !   = 20 F(i,j)    =ldf_c2d  
     777      !                             !   = 21 F(i,j,t)  =Treguier et al. JPO 1997 formulation 
     778      !                             !   = 30 F(i,j,k)  =ldf_c2d * ldf_c1d 
     779      !                             !   = 31 F(i,j,k,t)=F(local velocity and grid-spacing) 
     780      !                        !  time invariant coefficients:  aht0 = 1/2  Ud*Ld   (lap case)  
     781      !                             !                           or   = 1/12 Ud*Ld^3 (blp case) 
     782      rn_Ud        = 0.01           !  lateral diffusive velocity [m/s] (nn_aht_ijk_t= 0, 10, 20, 30) 
     783      rn_Ld        = 200.e+3        !  lateral diffusive length   [m]   (nn_aht_ijk_t= 0, 10) 
     784/ 
     785!----------------------------------------------------------------------- 
     786&namtra_adv_mle !   mixed layer eddy parametrisation (Fox-Kemper)       (default: NO) 
    736787!----------------------------------------------------------------------- 
    737788   ln_mle      = .false.   ! (T) use the Mixed Layer Eddy (MLE) parameterisation 
     
    746797/ 
    747798!----------------------------------------------------------------------- 
    748 &namtra_ldf    !   lateral diffusion scheme for tracers                 (default: NO selection) 
    749 !----------------------------------------------------------------------- 
    750    !                       !  Operator type: 
    751    ln_traldf_NONE  =  .false.  !  No explicit diffusion 
    752    ln_traldf_lap   =  .false.  !    laplacian operator 
    753    ln_traldf_blp   =  .false.  !  bilaplacian operator 
    754    ! 
    755    !                       !  Direction of action: 
    756    ln_traldf_lev   =  .false.  !  iso-level 
    757    ln_traldf_hor   =  .false.  !  horizontal (geopotential) 
    758    ln_traldf_iso   =  .false.  !  iso-neutral (standard operator) 
    759    ln_traldf_triad =  .false.  !  iso-neutral (triad    operator) 
    760    ! 
    761    !                       !  iso-neutral options:         
    762    ln_traldf_msc   =  .false.  !  Method of Stabilizing Correction (both operators) 
    763    rn_slpmax       =   0.01    !  slope limit                      (both operators) 
    764    ln_triad_iso    =  .false.  !  pure horizontal mixing in ML              (triad only) 
    765    rn_sw_triad     =  1        !  =1 switching triad ; =0 all 4 triads used (triad only) 
    766    ln_botmix_triad =  .false.  !  lateral mixing on bottom                  (triad only) 
    767    ! 
    768    !                       !  Coefficients: 
    769    nn_aht_ijk_t    = 0         !  space/time variation of eddy coef 
    770    !                                !   =-20 (=-30)    read in eddy_diffusivity_2D.nc (..._3D.nc) file 
    771    !                                !   =  0           constant  
    772    !                                !   = 10 F(k)      =ldf_c1d  
    773    !                                !   = 20 F(i,j)    =ldf_c2d  
    774    !                                !   = 21 F(i,j,t)  =Treguier et al. JPO 1997 formulation 
    775    !                                !   = 30 F(i,j,k)  =ldf_c2d * ldf_c1d 
    776    !                                !   = 31 F(i,j,k,t)=F(local velocity and grid-spacing) 
    777    rn_aht_0        = 2000.     !  lateral eddy diffusivity   (lap. operator) [m2/s] 
    778    rn_bht_0        = 1.e+12    !  lateral eddy diffusivity (bilap. operator) [m4/s] 
    779 / 
    780 !----------------------------------------------------------------------- 
    781 &namtra_ldfeiv !   eddy induced velocity param.                         (default: NO) 
    782 !----------------------------------------------------------------------- 
    783    ln_ldfeiv     = .false. ! use eddy induced velocity parameterization 
    784       rn_aeiv_0     = 2000.   ! eddy induced velocity coefficient   [m2/s] 
    785       nn_aei_ijk_t  = 21      ! space/time variation of the eiv coeficient 
     799&namtra_eiv    !   eddy induced velocity param.                         (default: NO) 
     800!----------------------------------------------------------------------- 
     801   ln_ldfeiv   = .false.   ! use eddy induced velocity parameterization 
     802      ! 
     803      !                        !  Coefficients: 
     804      nn_aei_ijk_t    = 0           !  space/time variation of eddy coefficient: 
    786805      !                             !   =-20 (=-30)    read in eddy_induced_velocity_2D.nc (..._3D.nc) file 
    787806      !                             !   =  0           constant  
     
    789808      !                             !   = 20 F(i,j)    =ldf_c2d  
    790809      !                             !   = 21 F(i,j,t)  =Treguier et al. JPO 1997 formulation 
    791       !                             !   = 30 F(i,j,k)  =ldf_c2d + ldf_c1d 
    792       ln_ldfeiv_dia =.false.  ! diagnose eiv stream function and velocities 
     810      !                             !   = 30 F(i,j,k)  =ldf_c2d * ldf_c1d 
     811      !                        !  time invariant coefficients:  aei0 = 1/2  Ue*Le  
     812      rn_Ue        = 0.02           !  lateral diffusive velocity [m/s] (nn_aht_ijk_t= 0, 10, 20, 30) 
     813      rn_Le        = 200.e+3        !  lateral diffusive length   [m]   (nn_aht_ijk_t= 0, 10) 
     814      ! 
     815      ln_ldfeiv_dia =.false.   ! diagnose eiv stream function and velocities 
    793816/ 
    794817!----------------------------------------------------------------------- 
    795818&namtra_dmp    !   tracer: T & S newtonian damping                      (default: NO) 
    796819!----------------------------------------------------------------------- 
    797    ln_tradmp   =  .true.   !  add a damping term 
     820   ln_tradmp   =  .false.  !  add a damping term (using resto.nc coef.) 
    798821      nn_zdmp  =    0         !  vertical shape =0    damping throughout the water column 
    799822      !                       !                 =1 no damping in the mixing layer (kz  criteria) 
     
    804827!!====================================================================== 
    805828!!                      ***  Dynamics namelists  ***                  !! 
    806 !!====================================================================== 
    807 !!   nam_vvl       vertical coordinate options 
    808 !!   namdyn_adv    formulation of the momentum advection 
    809 !!   namdyn_vor    advection scheme 
    810 !!   namdyn_hpg    hydrostatic pressure gradient 
    811 !!   namdyn_spg    surface pressure gradient 
    812 !!   namdyn_ldf    lateral diffusion scheme 
     829!!                                                                    !! 
     830!!   nam_vvl       vertical coordinate options                          (default: z-star) 
     831!!   namdyn_adv    formulation of the momentum advection                (default: NO selection) 
     832!!   namdyn_vor    advection scheme                                     (default: NO selection) 
     833!!   namdyn_hpg    hydrostatic pressure gradient                        (default: NO selection) 
     834!!   namdyn_spg    surface pressure gradient                            (default: NO selection) 
     835!!   namdyn_ldf    lateral diffusion scheme                             (default: NO selection) 
     836!!   namdta_dyn    offline TOP: dynamics read in files                  (OFF_SRC only) 
    813837!!====================================================================== 
    814838! 
     
    837861/ 
    838862!----------------------------------------------------------------------- 
    839 &namdyn_vor    !   Vorticity / Coriolis scheme                          (default: NO) 
    840 !----------------------------------------------------------------------- 
    841    ln_dynvor_ene = .false. !  enstrophy conserving scheme 
    842    ln_dynvor_ens = .false. !  energy conserving scheme 
     863&namdyn_vor    !   Vorticity / Coriolis scheme                          (default: NO selection) 
     864!----------------------------------------------------------------------- 
     865   ln_dynvor_ene = .false. !  energy    conserving scheme 
     866   ln_dynvor_ens = .false. !  enstrophy conserving scheme 
    843867   ln_dynvor_mix = .false. !  mixed scheme 
    844868   ln_dynvor_een = .false. !  energy & enstrophy scheme 
    845       nn_een_e3f = 1          ! e3f = masked averaging of e3t divided by 4 (=0) or by the sum of mask (=1) 
     869      nn_een_e3f = 1          ! =0   e3f = mean masked e3t divided by 4 
     870      !                       ! =1   e3f = mean masked e3t divided by the sum of mask 
    846871   ln_dynvor_msk = .false. !  vorticity multiplied by fmask (=T) or not (=F) (all vorticity schemes)  ! PLEASE DO NOT ACTIVATE 
    847872/ 
     
    857882/ 
    858883!----------------------------------------------------------------------- 
    859 &namdyn_spg    !   surface pressure gradient                            (default: NO) 
     884&namdyn_spg    !   surface pressure gradient                            (default: NO selection) 
    860885!----------------------------------------------------------------------- 
    861886   ln_dynspg_exp  = .false.   ! explicit free surface 
     
    875900!----------------------------------------------------------------------- 
    876901   !                       !  Type of the operator : 
    877    ln_dynldf_NONE=  .false.    !  No operator (i.e. no explicit diffusion) 
    878    ln_dynldf_lap =  .false.    !    laplacian operator 
    879    ln_dynldf_blp =  .false.    !  bilaplacian operator 
     902   ln_dynldf_NONE= .false.     !  No operator (i.e. no explicit diffusion) 
     903   ln_dynldf_lap = .false.     !    laplacian operator 
     904   ln_dynldf_blp = .false.     !  bilaplacian operator 
    880905   !                       !  Direction of action  : 
    881    ln_dynldf_lev =  .false.    !  iso-level 
    882    ln_dynldf_hor =  .false.    !  horizontal (geopotential) 
    883    ln_dynldf_iso =  .false.    !  iso-neutral 
     906   ln_dynldf_lev = .false.     !  iso-level 
     907   ln_dynldf_hor = .false.     !  horizontal (geopotential) 
     908   ln_dynldf_iso = .false.     !  iso-neutral (lap only) 
    884909   !                       !  Coefficient 
    885    nn_ahm_ijk_t  = 0           !  space/time variation of eddy coef 
    886    !                                !  =-30  read in eddy_viscosity_3D.nc file 
    887    !                                !  =-20  read in eddy_viscosity_2D.nc file 
    888    !                                !  =  0  constant  
    889    !                                !  = 10  F(k)=c1d 
    890    !                                !  = 20  F(i,j)=F(grid spacing)=c2d 
    891    !                                !  = 30  F(i,j,k)=c2d*c1d 
    892    !                                !  = 31  F(i,j,k)=F(grid spacing and local velocity) 
    893    !                                !  = 32  F(i,j,k)=F(local gridscale and deformation rate) 
    894    ! Caution in 20 and 30 cases the coefficient have to be given for a 1 degree grid (~111km) 
    895    rn_ahm_0      =  40000.     !  horizontal laplacian eddy viscosity   [m2/s] 
    896    rn_ahm_b      =      0.     !  background eddy viscosity for ldf_iso [m2/s] 
    897    rn_bhm_0      = 1.e+12      !  horizontal bilaplacian eddy viscosity [m4/s] 
    898    !                       !  Smagorinsky settings (nn_ahm_ijk_t  = 32) : 
    899    rn_csmc       = 3.5         !  Smagorinsky constant of proportionality 
    900    rn_minfac     = 1.0         !  multiplier of theorectical lower limit 
    901    rn_maxfac     = 1.0         !  multiplier of theorectical upper limit 
    902 / 
    903 ! 
     910   nn_ahm_ijk_t  = 0           !  space/time variation of eddy coefficient : 
     911      !                             !  =-30  read in eddy_viscosity_3D.nc file 
     912      !                             !  =-20  read in eddy_viscosity_2D.nc file 
     913      !                             !  =  0  constant  
     914      !                             !  = 10  F(k)=c1d 
     915      !                             !  = 20  F(i,j)=F(grid spacing)=c2d 
     916      !                             !  = 30  F(i,j,k)=c2d*c1d 
     917      !                             !  = 31  F(i,j,k)=F(grid spacing and local velocity) 
     918      !                             !  = 32  F(i,j,k)=F(local gridscale and deformation rate) 
     919      !                        !  time invariant coefficients :  ahm = 1/2  Uv*Lv   (lap case)  
     920      !                             !                            or  = 1/12 Uv*Lv^3 (blp case) 
     921      rn_Uv      = 0.1              !  lateral viscous velocity [m/s] (nn_ahm_ijk_t= 0, 10, 20, 30) 
     922      rn_Lv      = 10.e+3           !  lateral viscous length   [m]   (nn_ahm_ijk_t= 0, 10) 
     923      !                       !  Smagorinsky settings  (nn_ahm_ijk_t= 32) : 
     924      rn_csmc       = 3.5         !  Smagorinsky constant of proportionality 
     925      rn_minfac     = 1.0         !  multiplier of theorectical lower limit 
     926      rn_maxfac     = 1.0         !  multiplier of theorectical upper limit 
     927      !                       !  iso-neutral laplacian operator (ln_dynldf_iso=T) : 
     928      rn_ahm_b      = 0.0         !  background eddy viscosity  [m2/s] 
     929/ 
     930!----------------------------------------------------------------------- 
     931&namdta_dyn    !   offline ocean input files                            (OFF_SRC only) 
     932!----------------------------------------------------------------------- 
     933   ln_dynrnf       =  .false.    !  runoffs option enabled (T) or not (F) 
     934   ln_dynrnf_depth =  .false.    !  runoffs is spread in vertical (T) or not (F) 
     935!   fwbcorr        = 3.786e-06   !  annual global mean of empmr for ssh correction 
     936 
     937   cn_dir      = './'      !  root directory for the ocean data location 
     938   !___________!_________________________!___________________!___________!_____________!________!___________!__________________!__________!_______________! 
     939   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask ! 
     940   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   ! 
     941   sn_tem      = 'dyna_grid_T'           ,       120         , 'votemper'  ,  .true.   , .true. , 'yearly'  , ''               , ''       , '' 
     942   sn_sal      = 'dyna_grid_T'           ,       120         , 'vosaline'  ,  .true.   , .true. , 'yearly'  , ''               , ''       , '' 
     943   sn_mld      = 'dyna_grid_T'           ,       120         , 'somixhgt'  ,  .true.   , .true. , 'yearly'  , ''               , ''       , '' 
     944   sn_emp      = 'dyna_grid_T'           ,       120         , 'sowaflup'  ,  .true.   , .true. , 'yearly'  , ''               , ''       , '' 
     945   sn_fmf      = 'dyna_grid_T'           ,       120         , 'iowaflup'  ,  .true.   , .true. , 'yearly'  , ''               , ''       , '' 
     946   sn_ice      = 'dyna_grid_T'           ,       120         , 'soicecov'  ,  .true.   , .true. , 'yearly'  , ''               , ''       , '' 
     947   sn_qsr      = 'dyna_grid_T'           ,       120         , 'soshfldo'  ,  .true.   , .true. , 'yearly'  , ''               , ''       , '' 
     948   sn_wnd      = 'dyna_grid_T'           ,       120         , 'sowindsp'  ,  .true.   , .true. , 'yearly'  , ''               , ''       , '' 
     949   sn_uwd      = 'dyna_grid_U'           ,       120         , 'uocetr_eff',  .true.   , .true. , 'yearly'  , ''               , ''       , '' 
     950   sn_vwd      = 'dyna_grid_V'           ,       120         , 'vocetr_eff',  .true.   , .true. , 'yearly'  , ''               , ''       , '' 
     951   sn_wwd      = 'dyna_grid_W'           ,       120         , 'wocetr_eff',  .true.   , .true. , 'yearly'  , ''               , ''       , '' 
     952   sn_avt      = 'dyna_grid_W'           ,       120         , 'voddmavs'  ,  .true.   , .true. , 'yearly'  , ''               , ''       , '' 
     953   sn_ubl      = 'dyna_grid_U'           ,       120         , 'sobblcox'  ,  .true.   , .true. , 'yearly'  , ''               , ''       , '' 
     954   sn_vbl      = 'dyna_grid_V'           ,       120         , 'sobblcoy'  ,  .true.   , .true. , 'yearly'  , ''               , ''       , '' 
     955/ 
     956 
    904957!!====================================================================== 
    905958!!                     vertical physics namelists                     !! 
    906 !!====================================================================== 
    907 !!    namzdf        vertical physics 
     959!!                                                                    !! 
     960!!    namzdf        vertical physics manager                            (default: NO selection) 
    908961!!    namzdf_ric    richardson number vertical mixing                   (ln_zdfric=T) 
    909962!!    namzdf_tke    TKE vertical mixing                                 (ln_zdftke=T) 
    910963!!    namzdf_gls    GLS vertical mixing                                 (ln_zdfgls=T) 
     964!!    namzdf_osm    OSM vertical diffusion                              (ln_zdfosm=T) 
    911965!!    namzdf_iwm    tidal mixing parameterization                       (ln_zdfiwm=T) 
    912966!!====================================================================== 
    913967! 
    914968!----------------------------------------------------------------------- 
    915 &namzdf        !   vertical physics                                     (default: NO selection) 
     969&namzdf        !   vertical physics manager                             (default: NO selection) 
    916970!----------------------------------------------------------------------- 
    917971   !                       ! type of vertical closure (required) 
     
    10311085/ 
    10321086!!====================================================================== 
    1033 !!                  ***  Miscellaneous namelists  *** 
    1034 !!====================================================================== 
     1087!!                  ***  Diagnostics namelists  ***                   !! 
     1088!!                                                                    !! 
     1089!!   namtrd       dynamics and/or tracer trends                         (default NO) 
     1090!!   namptr       Poleward Transport Diagnostics                        (default NO) 
     1091!!   namhsb       Heat and salt budgets                                 (default NO) 
     1092!!   namdiu       Cool skin and warm layer models                       (default NO) 
     1093!!   namdiu       Cool skin and warm layer models                       (default NO) 
     1094!!   namflo       float parameters                                      ("key_float") 
     1095!!   nam_diaharm  Harmonic analysis of tidal constituents               ("key_diaharm") 
     1096!!   namdct       transports through some sections                      ("key_diadct") 
     1097!!   nam_diatmb   Top Middle Bottom Output                              (default NO) 
     1098!!   nam_dia25h   25h Mean Output                                       (default NO) 
     1099!!   namnc4       netcdf4 chunking and compression settings             ("key_netcdf4") 
     1100!!====================================================================== 
     1101! 
     1102!----------------------------------------------------------------------- 
     1103&namtrd        !   trend diagnostics                                    (default NO) 
     1104!----------------------------------------------------------------------- 
     1105   ln_glo_trd  = .false.   ! (T) global domain averaged diag for T, T^2, KE, and PE 
     1106   ln_dyn_trd  = .false.   ! (T) 3D momentum trend output 
     1107   ln_dyn_mxl  = .false.   ! (T) 2D momentum trends averaged over the mixed layer (not coded yet) 
     1108   ln_vor_trd  = .false.   ! (T) 2D barotropic vorticity trends (not coded yet) 
     1109   ln_KE_trd   = .false.   ! (T) 3D Kinetic   Energy     trends 
     1110   ln_PE_trd   = .false.   ! (T) 3D Potential Energy     trends 
     1111   ln_tra_trd  = .false.   ! (T) 3D tracer trend output 
     1112   ln_tra_mxl  = .false.   ! (T) 2D tracer trends averaged over the mixed layer (not coded yet) 
     1113   nn_trd      = 365       !  print frequency (ln_glo_trd=T) (unit=time step) 
     1114/ 
     1115!!gm   nn_ctls     =   0       !  control surface type in mixed-layer trends (0,1 or n<jpk) 
     1116!!gm   rn_ucf      =   1.      !  unit conversion factor (=1 -> /seconds ; =86400. -> /day) 
     1117!!gm   cn_trdrst_in      = "restart_mld"   ! suffix of ocean restart name (input) 
     1118!!gm   cn_trdrst_out     = "restart_mld"   ! suffix of ocean restart name (output) 
     1119!!gm   ln_trdmld_restart = .false.         !  restart for ML diagnostics 
     1120!!gm   ln_trdmld_instant = .false.         !  flag to diagnose trends of instantantaneous or mean ML T/S 
     1121!!gm 
     1122!----------------------------------------------------------------------- 
     1123&namptr        !   Poleward Transport Diagnostic                        (default NO) 
     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                                 (default NO) 
     1130!----------------------------------------------------------------------- 
     1131   ln_diahsb   = .false.   !  check the heat and salt budgets (T) or not (F) 
     1132/ 
     1133!----------------------------------------------------------------------- 
     1134&namdiu        !   Cool skin and warm layer models                      (default NO) 
     1135!----------------------------------------------------------------------- 
     1136   ln_diurnal      = .false.   ! 
     1137   ln_diurnal_only = .false.   ! 
     1138/ 
     1139!----------------------------------------------------------------------- 
     1140&namflo        !   float parameters                                     ("key_float") 
     1141!----------------------------------------------------------------------- 
     1142   jpnfl       = 1         !  total number of floats during the run 
     1143   jpnnewflo   = 0         !  number of floats for the restart 
     1144   ln_rstflo   = .false.   !  float restart (T) or not (F) 
     1145   nn_writefl  =      75   !  frequency of writing in float output file 
     1146   nn_stockfl  =    5475   !  frequency of creation of the float restart file 
     1147   ln_argo     = .false.   !  Argo type floats (stay at the surface each 10 days) 
     1148   ln_flork4   = .false.   !  trajectories computed with a 4th order Runge-Kutta (T) 
     1149   !                       !  or computed with Blanke' scheme (F) 
     1150   ln_ariane   = .true.    !  Input with Ariane tool convention(T) 
     1151   ln_flo_ascii= .true.    !  Output with Ariane tool netcdf convention(F) or ascii file (T) 
     1152/ 
     1153!----------------------------------------------------------------------- 
     1154&nam_diaharm   !   Harmonic analysis of tidal constituents              ("key_diaharm") 
     1155!----------------------------------------------------------------------- 
     1156    nit000_han = 1         ! First time step used for harmonic analysis 
     1157    nitend_han = 75        ! Last time step used for harmonic analysis 
     1158    nstep_han  = 15        ! Time step frequency for harmonic analysis 
     1159    tname(1)   = 'M2'      ! Name of tidal constituents 
     1160    tname(2)   = 'K1' 
     1161/ 
     1162!----------------------------------------------------------------------- 
     1163&namdct        ! transports through some sections                       ("key_diadct") 
     1164!----------------------------------------------------------------------- 
     1165    nn_dct     = 15        !  time step frequency for transports computing 
     1166    nn_dctwri  = 15        !  time step frequency for transports writing 
     1167    nn_secdebug= 112       !      0 : no section to debug 
     1168    !                      !     -1 : debug all section 
     1169    !                      !  0 < n : debug section number n 
     1170/ 
     1171!----------------------------------------------------------------------- 
     1172&nam_diatmb    !  Top Middle Bottom Output                              (default NO) 
     1173!----------------------------------------------------------------------- 
     1174   ln_diatmb   = .false.   !  Choose Top Middle and Bottom output or not 
     1175/ 
     1176!----------------------------------------------------------------------- 
     1177&nam_dia25h    !  25h Mean Output                                       (default NO) 
     1178!----------------------------------------------------------------------- 
     1179   ln_dia25h   = .false.   ! Choose 25h mean output or not 
     1180/ 
     1181!----------------------------------------------------------------------- 
     1182&namnc4        !   netcdf4 chunking and compression settings            ("key_netcdf4") 
     1183!----------------------------------------------------------------------- 
     1184   nn_nchunks_i=   4       !  number of chunks in i-dimension 
     1185   nn_nchunks_j=   4       !  number of chunks in j-dimension 
     1186   nn_nchunks_k=   31      !  number of chunks in k-dimension 
     1187   !                       !  setting nn_nchunks_k = jpk will give a chunk size of 1 in the vertical which 
     1188   !                       !  is optimal for postprocessing which works exclusively with horizontal slabs 
     1189   ln_nc4zip   = .true.    !  (T) use netcdf4 chunking and compression 
     1190   !                       !  (F) ignore chunking information and produce netcdf3-compatible files 
     1191/ 
     1192 
     1193!!====================================================================== 
     1194!!                  ***  Miscellaneous namelists  ***                 !! 
     1195!!                                                                    !! 
    10351196!!   nammpp            Massively Parallel Processing                    ("key_mpp_mpi") 
    1036 !!   namctl            Control prints  
    1037 !!   namsto            Stochastic parametrization of EOS 
     1197!!   namctl            Control prints                                   (default NO) 
     1198!!   namsto            Stochastic parametrization of EOS                (default NO) 
    10381199!!====================================================================== 
    10391200! 
     
    10501211/ 
    10511212!----------------------------------------------------------------------- 
    1052 &namctl        !   Control prints  
     1213&namctl        !   Control prints                                       (default: NO) 
    10531214!----------------------------------------------------------------------- 
    10541215   ln_ctl      = .false.   !  trends control print (expensive!) 
     
    10811242 
    10821243!!====================================================================== 
    1083 !!                  ***  Diagnostics namelists  *** 
    1084 !!====================================================================== 
    1085 !!   namtrd       dynamics and/or tracer trends                         (default F) 
    1086 !!   namptr       Poleward Transport Diagnostics                        (default F) 
    1087 !!   namhsb       Heat and salt budgets                                 (default F) 
    1088 !!   namdiu       Cool skin and warm layer models                       (default F) 
    1089 !!   namdiu       Cool skin and warm layer models                       (default F) 
    1090 !!   namflo       float parameters                                      ("key_float") 
    1091 !!   nam_diaharm  Harmonic analysis of tidal constituents               ("key_diaharm") 
    1092 !!   namdct       transports through some sections                      ("key_diadct") 
    1093 !!   nam_diatmb   Top Middle Bottom Output                              (default F) 
    1094 !!   nam_dia25h   25h Mean Output                                       (default F) 
    1095 !!   namnc4       netcdf4 chunking and compression settings             ("key_netcdf4") 
     1244!!               ***  Observation & Assimilation  ***                 !! 
     1245!!                                                                    !! 
     1246!!   namobs       observation and model comparison                      (default: NO) 
     1247!!   nam_asminc   assimilation increments                               ('key_asminc') 
    10961248!!====================================================================== 
    10971249! 
    10981250!----------------------------------------------------------------------- 
    1099 &namtrd        !   trend diagnostics                                    (default F) 
    1100 !----------------------------------------------------------------------- 
    1101    ln_glo_trd  = .false.   ! (T) global domain averaged diag for T, T^2, KE, and PE 
    1102    ln_dyn_trd  = .false.   ! (T) 3D momentum trend output 
    1103    ln_dyn_mxl  = .false.   ! (T) 2D momentum trends averaged over the mixed layer (not coded yet) 
    1104    ln_vor_trd  = .false.   ! (T) 2D barotropic vorticity trends (not coded yet) 
    1105    ln_KE_trd   = .false.   ! (T) 3D Kinetic   Energy     trends 
    1106    ln_PE_trd   = .false.   ! (T) 3D Potential Energy     trends 
    1107    ln_tra_trd  = .false.   ! (T) 3D tracer trend output 
    1108    ln_tra_mxl  = .false.   ! (T) 2D tracer trends averaged over the mixed layer (not coded yet) 
    1109    nn_trd      = 365       !  print frequency (ln_glo_trd=T) (unit=time step) 
    1110 / 
    1111 !!gm   nn_ctls     =   0       !  control surface type in mixed-layer trends (0,1 or n<jpk) 
    1112 !!gm   rn_ucf      =   1.      !  unit conversion factor (=1 -> /seconds ; =86400. -> /day) 
    1113 !!gm   cn_trdrst_in      = "restart_mld"   ! suffix of ocean restart name (input) 
    1114 !!gm   cn_trdrst_out     = "restart_mld"   ! suffix of ocean restart name (output) 
    1115 !!gm   ln_trdmld_restart = .false.         !  restart for ML diagnostics 
    1116 !!gm   ln_trdmld_instant = .false.         !  flag to diagnose trends of instantantaneous or mean ML T/S 
    1117 !!gm 
    1118 !----------------------------------------------------------------------- 
    1119 &namptr        !   Poleward Transport Diagnostic                        (default F) 
    1120 !----------------------------------------------------------------------- 
    1121    ln_diaptr   = .false.   !  Poleward heat and salt transport (T) or not (F) 
    1122    ln_subbas   = .false.   !  Atlantic/Pacific/Indian basins computation (T) or not 
    1123 / 
    1124 !----------------------------------------------------------------------- 
    1125 &namhsb        !  Heat and salt budgets                                 (default F) 
    1126 !----------------------------------------------------------------------- 
    1127    ln_diahsb   = .false.   !  check the heat and salt budgets (T) or not (F) 
    1128 / 
    1129 !----------------------------------------------------------------------- 
    1130 &namdiu        !   Cool skin and warm layer models                      (default F) 
    1131 !----------------------------------------------------------------------- 
    1132    ln_diurnal      = .false.   ! 
    1133    ln_diurnal_only = .false.   ! 
    1134 / 
    1135 !----------------------------------------------------------------------- 
    1136 &namflo        !   float parameters                                     ("key_float") 
    1137 !----------------------------------------------------------------------- 
    1138    jpnfl       = 1         !  total number of floats during the run 
    1139    jpnnewflo   = 0         !  number of floats for the restart 
    1140    ln_rstflo   = .false.   !  float restart (T) or not (F) 
    1141    nn_writefl  =      75   !  frequency of writing in float output file 
    1142    nn_stockfl  =    5475   !  frequency of creation of the float restart file 
    1143    ln_argo     = .false.   !  Argo type floats (stay at the surface each 10 days) 
    1144    ln_flork4   = .false.   !  trajectories computed with a 4th order Runge-Kutta (T) 
    1145    !                       !  or computed with Blanke' scheme (F) 
    1146    ln_ariane   = .true.    !  Input with Ariane tool convention(T) 
    1147    ln_flo_ascii= .true.    !  Output with Ariane tool netcdf convention(F) or ascii file (T) 
    1148 / 
    1149 !----------------------------------------------------------------------- 
    1150 &nam_diaharm   !   Harmonic analysis of tidal constituents              ("key_diaharm") 
    1151 !----------------------------------------------------------------------- 
    1152     nit000_han = 1         ! First time step used for harmonic analysis 
    1153     nitend_han = 75        ! Last time step used for harmonic analysis 
    1154     nstep_han  = 15        ! Time step frequency for harmonic analysis 
    1155     tname(1)   = 'M2'      ! Name of tidal constituents 
    1156     tname(2)   = 'K1' 
    1157 / 
    1158 !----------------------------------------------------------------------- 
    1159 &namdct        ! transports through some sections                       ("key_diadct") 
    1160 !----------------------------------------------------------------------- 
    1161     nn_dct     = 15        !  time step frequency for transports computing 
    1162     nn_dctwri  = 15        !  time step frequency for transports writing 
    1163     nn_secdebug= 112       !      0 : no section to debug 
    1164     !                      !     -1 : debug all section 
    1165     !                      !  0 < n : debug section number n 
    1166 / 
    1167 !----------------------------------------------------------------------- 
    1168 &nam_diatmb    !  Top Middle Bottom Output                              (default F) 
    1169 !----------------------------------------------------------------------- 
    1170    ln_diatmb   = .false.   !  Choose Top Middle and Bottom output or not 
    1171 / 
    1172 !----------------------------------------------------------------------- 
    1173 &nam_dia25h    !  25h Mean Output                                       (default F) 
    1174 !----------------------------------------------------------------------- 
    1175    ln_dia25h   = .false.   ! Choose 25h mean output or not 
    1176 / 
    1177 !----------------------------------------------------------------------- 
    1178 &namnc4        !   netcdf4 chunking and compression settings            ("key_netcdf4") 
    1179 !----------------------------------------------------------------------- 
    1180    nn_nchunks_i=   4       !  number of chunks in i-dimension 
    1181    nn_nchunks_j=   4       !  number of chunks in j-dimension 
    1182    nn_nchunks_k=   31      !  number of chunks in k-dimension 
    1183    !                       !  setting nn_nchunks_k = jpk will give a chunk size of 1 in the vertical which 
    1184    !                       !  is optimal for postprocessing which works exclusively with horizontal slabs 
    1185    ln_nc4zip   = .true.    !  (T) use netcdf4 chunking and compression 
    1186    !                       !  (F) ignore chunking information and produce netcdf3-compatible files 
    1187 / 
    1188  
    1189 !!====================================================================== 
    1190 !!               ***  Observation & Assimilation  *** 
    1191 !!====================================================================== 
    1192 !!   namobs       observation and model comparison 
    1193 !!   nam_asminc   assimilation increments                               ('key_asminc') 
    1194 !!====================================================================== 
    1195 ! 
    1196 !----------------------------------------------------------------------- 
    1197 &namobs        !  observation usage switch 
     1251&namobs        !  observation usage switch                              (default: NO) 
    11981252!----------------------------------------------------------------------- 
    11991253   ln_diaobs   = .false.             ! Logical switch for the observation operator 
     1254   ! 
    12001255   ln_t3d      = .false.             ! Logical switch for T profile observations 
    12011256   ln_s3d      = .false.             ! Logical switch for S profile observations 
     
    12461301   nn_2dint_sss = 0                  ! Horizontal interpolation method for SSS 
    12471302   nn_2dint_sic = 0                  ! Horizontal interpolation method for SIC 
    1248    nn_msshc    = 0                   ! MSSH correction scheme 
     1303   nn_msshc     = 0                  ! MSSH correction scheme 
    12491304   nn_profdavtypes = -1              ! Profile daily average types - array 
    12501305/ 
     
    12671322    nn_divdmp  = 0         !  Number of iterations of divergence damping operator 
    12681323/ 
    1269 !----------------------------------------------------------------------- 
    1270 &namdta_dyn    !   offline dynamics read in files                       ("key_offline") 
    1271 !----------------------------------------------------------------------- 
    1272 !          !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
    1273 !          !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      ! 
    1274    sn_tem  = 'dyna_grid_T' ,    120            , 'votemper' ,  .true.    , .true. ,   'yearly'  , ''       , ''    , '' 
    1275    sn_sal  = 'dyna_grid_T' ,    120            , 'vosaline' ,  .true.    , .true. ,   'yearly'  , ''       , ''    , '' 
    1276    sn_mld  = 'dyna_grid_T' ,    120            , 'somixhgt' ,  .true.    , .true. ,   'yearly'  , ''       , ''    , '' 
    1277    sn_emp  = 'dyna_grid_T' ,    120            , 'sowaflup' ,  .true.    , .true. ,   'yearly'  , ''       , ''    , '' 
    1278    sn_fmf  = 'dyna_grid_T' ,    120            , 'iowaflup' ,  .true.    , .true. ,   'yearly'  , ''       , ''    , '' 
    1279    sn_ice  = 'dyna_grid_T' ,    120            , 'soicecov' ,  .true.    , .true. ,   'yearly'  , ''       , ''    , '' 
    1280    sn_qsr  = 'dyna_grid_T' ,    120            , 'soshfldo' ,  .true.    , .true. ,   'yearly'  , ''       , ''    , '' 
    1281    sn_wnd  = 'dyna_grid_T' ,    120            , 'sowindsp' ,  .true.    , .true. ,   'yearly'  , ''       , ''    , '' 
    1282    sn_uwd  = 'dyna_grid_U' ,    120            , 'uocetr_eff' ,  .true.    , .true. ,   'yearly'  , ''       , ''    , '' 
    1283    sn_vwd  = 'dyna_grid_V' ,    120            , 'vocetr_eff' ,  .true.    , .true. ,   'yearly'  , ''       , ''    , '' 
    1284    sn_wwd  = 'dyna_grid_W' ,    120            , 'wocetr_eff' ,  .true.    , .true. ,   'yearly'  , ''       , ''    , '' 
    1285    sn_avt  = 'dyna_grid_W' ,    120            , 'voddmavs' ,  .true.    , .true. ,   'yearly'  , ''       , ''    , '' 
    1286    sn_ubl  = 'dyna_grid_U' ,    120            , 'sobblcox' ,  .true.    , .true. ,   'yearly'  , ''       , ''    , '' 
    1287    sn_vbl  = 'dyna_grid_V' ,    120            , 'sobblcoy' ,  .true.    , .true. ,   'yearly'  , ''       , ''    , '' 
    1288 ! 
    1289    cn_dir          = './'       !  root directory for the location of the dynamical files 
    1290    ln_dynrnf       =  .false.   !  runoffs option enabled (T) or not (F) 
    1291    ln_dynrnf_depth =  .false.   ! runoffs is spread in vertical (T) or not (F) 
    1292 !   fwbcorr      = 3.786e-06    ! annual global mean of empmr for ssh correction 
    1293 / 
  • branches/2017/dev_merge_2017/NEMOGCM/CONFIG/SHARED/namelist_top_ref

    r9356 r9490  
    11!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
    2 !! NEMO/TOP1 :   - tracer run information                (namtrc_run) 
     2!! NEMO/TOP :   Reference namelist  
     3!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
     4!!               - tracer run information                (namtrc_run) 
    35!!               - tracer definition                     (namtrc    ) 
    46!!               - tracer data initialisation            (namtrc_dta) 
     
    2729!----------------------------------------------------------------------- 
    2830   jp_bgc        =  0           !  Number of passive tracers of the BGC model 
    29 ! 
     31   ! 
    3032   ln_pisces     =  .false.     !  Run PISCES BGC model  
    3133   ln_my_trc     =  .false.     !  Run MY_TRC BGC model 
     
    3537   ln_sf6        =  .false.     !  Run the SF6 passive tracer 
    3638   ln_c14        =  .false.     !  Run the Radiocarbon passive tracer 
    37 ! 
     39   ! 
    3840   ln_trcdta     =  .false.  !  Initialisation from data input file (T) or not (F) 
    3941   ln_trcdmp     =  .false.  !  add a damping termn (T) or not (F) 
    4042   ln_trcdmp_clo =  .false.  !  damping term (T) or not (F) on closed seas 
    41 ! 
     43   ! 
    4244   jp_dia3d      = 0         ! Number of 3D diagnostic variables 
    4345   jp_dia2d      = 0         ! Number of 2D diagnostic variables 
    44 !                !           !                                         !            !                               ! 
    45 !                !    name   !           title of the field            !   units    ! initial data from file or not !  
    46 !  sn_tracer(1)  = 'tracer  ' , 'Tracer  Concentration                 ',   ' - '    ,           .false. 
     46   !_____________!___________!_________________________________________!____________!________________! 
     47   !             !    name   !           title of the field            !   units    ! init from file !  
     48!  sn_tracer(1)  = 'tracer  ', 'Tracer  Concentration                 ',   ' - '    ,   .false. 
    4749/ 
    4850!----------------------------------------------------------------------- 
     
    5557&namtrc_dta      !    Initialisation from data input file 
    5658!----------------------------------------------------------------------- 
     59!                !  file name        ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
     60!                !                   !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      ! 
     61   sn_trcdta(1)  = 'data_TRC_nomask' ,        -12        ,  'TRC'    ,    .false.   , .true. , 'yearly'  , ''       , ''       , '' 
     62   ! 
    5763   cn_dir        =  './'     !  root directory for the location of the data files 
    58 !          !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
    59 !          !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      ! 
    60    sn_trcdta(1)  = 'data_TRC_nomask'        ,        -12        ,  'TRC'     ,    .false.   , .true. , 'yearly'  , ''       , ''   , '' 
    6164/ 
    6265!----------------------------------------------------------------------- 
     
    7780/ 
    7881!----------------------------------------------------------------------- 
    79 &namtrc_ldf      !   lateral diffusion scheme for passive tracer  
     82&namtrc_ldf      !   lateral diffusion scheme for passive tracer        (default: NO selection) 
    8083!----------------------------------------------------------------------- 
    81 !                            !  Type of the operator:   
    82    ln_trcldf_lap   =  .true.     !    laplacian operator 
    83    ln_trcldf_blp   =  .false.    !  bilaplacian operator 
    84    !                         !  Direction of action: 
    85    ln_trcldf_lev   =  .false.    !  iso-level 
    86    ln_trcldf_hor   =  .false.    !  horizontal (geopotential) 
    87    ln_trcldf_iso   =  .true.     !  iso-neutral (standard operator) 
    88    ln_trcldf_triad =  .false.    !  iso-neutral (triad    operator) 
    89    !                         !  Coefficient  
    90    rn_ahtrc_0      = 2000.       !  lateral eddy diffusivity   (lap. operator) [m2/s] 
    91    rn_bhtrc_0      = 1.e+12      !  lateral eddy diffusivity (bilap. operator) [m4/s] 
    92    ! 
    93    rn_fact_lap      =     1.     !     enhanced zonal eddy diffusivity 
     84!                            !  Type of the operator: 
     85   ln_trcldf_NONE  =  .false.    !  No explicit diffusion 
     86   ln_trcldf_tra   =  .false.    !  use active tracer setting 
     87   !                         !  Coefficient (defined with namtra_ldf coefficient) 
     88   rn_ldf_multi    = 1.          !  multiplier of aht for TRC mixing coefficient 
     89   rn_fact_lap     = 1.          !  Equatorial enhanced zonal eddy diffusivity (lap only) 
    9490/ 
    9591!----------------------------------------------------------------------- 
     
    9995/ 
    10096!----------------------------------------------------------------------- 
    101 &namtrc_dmp      !   passive tracer newtonian damping    
     97&namtrc_dmp      !   passive tracer newtonian damping                   (ln_trcdmp=T) 
    10298!----------------------------------------------------------------------- 
    10399   nn_zdmp_tr    =    1      !  vertical   shape =0    damping throughout the water column 
  • branches/2017/dev_merge_2017/NEMOGCM/CONFIG/TEST_CASES/CANAL/EXP00/field_def_nemo-opa.xml

    r9403 r9490  
    469469         <field id="w_masstr"     long_name="vertical mass transport"             standard_name="upward_ocean_mass_transport"             unit="kg/s"   /> 
    470470         <field id="w_masstr2"    long_name="square of vertical mass transport"   standard_name="square_of_upward_ocean_mass_transport"   unit="kg2/s2" /> 
    471  
    472          <!-- aht2d and  aht2d_eiv --> 
    473          <field id="aht2d"        long_name="lateral eddy diffusivity"       standard_name="ocean_tracer_xy_laplacian_diffusivity"      unit="m2/s"   grid_ref="grid_W_2D" /> 
    474          <field id="aht2d_eiv"    long_name="EIV lateral eddy diffusivity"   standard_name="ocean_tracer_bolus_laplacian_diffusivity"   unit="m2/s"   grid_ref="grid_W_2D" /> 
    475471 
    476472      </field_group> 
  • branches/2017/dev_merge_2017/NEMOGCM/CONFIG/TEST_CASES/CANAL/EXP00/namelist_cfg

    r9412 r9490  
    11!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
    2 !! NEMO/OPA  Configuration namelist : used to overwrite defaults values defined in SHARED/namelist_ref 
     2!! NEMO/OPA  CANAL Configuration namelist : overwrite some defaults values defined in SHARED/namelist_ref 
    33!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
    44! 
    5 !----------------------------------------------------------------------- 
    6 &namusr_def    !   User defined :   VORTEX configuration: Flat bottom, beta-plane 
     5!!====================================================================== 
     6!!              ***  Domain & Run management namelists  ***           !! 
     7!!                                                                    !! 
     8!!   namrun       parameters of the run 
     9!!   namdom       space and time domain 
     10!!   namcfg       parameters of the configuration                       (default: user defined GYRE) 
     11!!   namwad       Wetting and drying                                    (default NO) 
     12!!   namtsd       data: temperature & salinity                          (default NO) 
     13!!====================================================================== 
     14! 
     15!----------------------------------------------------------------------- 
     16&namrun        !   parameters of the run 
     17!----------------------------------------------------------------------- 
     18   nn_no       =       0   !  job number (no more used...) 
     19   cn_exp      =   'CANAL' !  experience name 
     20   nn_it000    =       1   !  first time step 
     21   nn_itend    =     100   !  last time step  
     22   nn_istate   =       0   !  output the initial state (1) or not (0) 
     23   nn_stock    =   99999   !  frequency of creation of a restart file (modulo referenced to 1) 
     24   nn_write    =   99999   !  frequency of write in the output file   (modulo referenced to nn_it000) 
     25/ 
     26!----------------------------------------------------------------------- 
     27&namdom        !   time and space domain 
     28!----------------------------------------------------------------------- 
     29   ln_linssh   =  .false.  !  =T  linear free surface  ==>>  model level are fixed in time 
     30   rn_rdt      =   1440.   !  time step for the dynamics (and tracer if nn_acc=0) 
     31   rn_atfp     =   0.05    !  asselin time filter parameter 
     32/ 
     33!----------------------------------------------------------------------- 
     34&namusr_def    !   User defined :   CANAL configuration: Flat bottom, beta-plane 
    735!----------------------------------------------------------------------- 
    836   rn_domszx   =   3600.   !  x horizontal size         [km] 
     
    2654   nn_botcase  =      0    !  bottom definition (0:flat, 1:bump) 
    2755   nn_initcase =      1    !  initial condition case (0:rest, 1:zonal current, 2:current shear, 3: gaussian zonal current, 
    28                            !                          4: geostrophic zonal pulse, 5: vortex) 
     56      !                    !                          4: geostrophic zonal pulse, 5: vortex) 
    2957   ln_sshnoise =  .false.  !  add random noise on initial ssh 
    3058   rn_lambda   =     50.   ! gaussian lambda 
    3159/ 
    32 !----------------------------------------------------------------------- 
    33 &namrun        !   parameters of the run 
    34 !----------------------------------------------------------------------- 
    35    nn_no       =       0   !  job number (no more used...) 
    36    cn_exp      =   'CANAL' !  experience name 
    37    nn_it000    =       1   !  first time step 
    38    nn_itend    =     100   !  last time step  
    39    nn_istate   =       0   !  output the initial state (1) or not (0) 
    40    nn_stock    =   99999   !  frequency of creation of a restart file (modulo referenced to 1) 
    41    nn_write    =   99999   !  frequency of write in the output file   (modulo referenced to nn_it000) 
    42 / 
    43 !----------------------------------------------------------------------- 
    44 &namcfg        !   parameters of the configuration                      (default: user defined GYRE) 
    45 !----------------------------------------------------------------------- 
    46 / 
    47 !----------------------------------------------------------------------- 
    48 &namdom        !   time and space domain 
    49 !----------------------------------------------------------------------- 
    50    ln_linssh   =  .false.  !  =T  linear free surface  ==>>  model level are fixed in time 
    51    rn_rdt      =   1440.   !  time step for the dynamics (and tracer if nn_acc=0) 
    52    rn_atfp     =   0.05    !  asselin time filter parameter 
    53 / 
    54 !----------------------------------------------------------------------- 
    55 &namtsd        !   data : Temperature  & Salinity 
    56 !----------------------------------------------------------------------- 
    57    ln_tsd_init   = .false.   !  Initialisation of ocean T & S with T &S input data (T) or not (F) 
    58    ln_tsd_tradmp = .false.   !  damping of ocean T & S toward T &S input data (T) or not (F) 
    59 / 
    60 !----------------------------------------------------------------------- 
    61 &namwad        !   Wetting and drying  default is no WAD 
    62 !----------------------------------------------------------------------- 
    63 / 
    64 !----------------------------------------------------------------------- 
    65 &namcrs        !   coarsened grid (for outputs and/or TOP)              (ln_crs =T) 
    66 !----------------------------------------------------------------------- 
    67 / 
    68 !----------------------------------------------------------------------- 
    69 &namc1d        !   1D configuration options                             ("key_c1d") 
    70 !----------------------------------------------------------------------- 
    71 / 
    72 !----------------------------------------------------------------------- 
    73 &namc1d_dyndmp !   U & V newtonian damping                              ("key_c1d") 
    74 !----------------------------------------------------------------------- 
    75 / 
    76 !----------------------------------------------------------------------- 
    77 &namc1d_uvd    !   data: U & V currents                                 ("key_c1d") 
    78 !----------------------------------------------------------------------- 
    79 / 
     60 
     61!!====================================================================== 
     62!!            ***  Surface Boundary Condition namelists  ***          !! 
     63!!                                                                    !! 
     64!!   namsbc          surface boundary condition manager                 (default: NO selection) 
     65!!   namsbc_flx      flux               formulation                     (ln_flx     =T) 
     66!!   namsbc_blk      Bulk formulae formulation                          (ln_blk     =T) 
     67!!   namsbc_cpl      CouPLed            formulation                     ("key_oasis3" ) 
     68!!   namsbc_sas      Stand-Alone Surface module                         (SAS_SRC  only) 
     69!!   namsbc_iif      Ice-IF: use observed ice cover                     (nn_ice = 1   ) 
     70!!   namtra_qsr      penetrative solar radiation                        (ln_traqsr  =T) 
     71!!   namsbc_ssr      sea surface restoring term (for T and/or S)        (ln_ssr     =T) 
     72!!   namsbc_rnf      river runoffs                                      (ln_rnf     =T) 
     73!!   namsbc_apr      Atmospheric Pressure                               (ln_apr_dyn =T) 
     74!!   namsbc_isf      ice shelf melting/freezing                         (ln_isfcav  =T : read (ln_read_cfg=T) or set or usr_def_zgr ) 
     75!!   namsbc_iscpl    coupling option between land ice model and ocean   (ln_isfcav  =T) 
     76!!   namsbc_wave     external fields from wave model                    (ln_wave    =T) 
     77!!   namberg         iceberg floats                                     (ln_icebergs=T) 
     78!!====================================================================== 
     79! 
    8080!----------------------------------------------------------------------- 
    8181&namsbc        !   Surface Boundary Condition (surface module) 
    8282!----------------------------------------------------------------------- 
    8383  nn_fsbc     = 1         !  frequency of surface boundary condition computation 
    84                           !     (also = the frequency of sea-ice & iceberg model call) 
    8584  ln_usr      = .true.    !  user defined formulation                  (T => check usrdef_sbc) 
    86   ln_blk      = .false.   !  Bulk formulation                          (T => fill namsbc_blk ) 
    87   nn_ice      = 0         !  =0 no ice boundary condition    
    88   ln_traqsr   = .false.   !  Light penetration in the ocean            (T => fill namtra_qsr ) 
    89   ln_rnf      = .false.   !  runoffs                                   (T => fill namsbc_rnf) 
    90   ln_ssr      = .false.   !  Sea Surface Restoring on T and/or S       (T => fill namsbc_ssr) 
    91   nn_fwb      = 0         !  FreshWater Budget: =0 unchecked 
    92 / 
    93 !----------------------------------------------------------------------- 
    94 &namsbc_flx    !   surface boundary condition : flux formulation 
    95 !----------------------------------------------------------------------- 
    96 / 
    97 !----------------------------------------------------------------------- 
    98 &namsbc_blk   !   namsbc_blk  generic Bulk formula                      (ln_blk =T) 
    99 !----------------------------------------------------------------------- 
    100 / 
    101 !----------------------------------------------------------------------- 
    102 &namsbc_cpl    !   coupled ocean/atmosphere model                       ("key_oasis3") 
    103 !----------------------------------------------------------------------- 
    104 / 
    105 !----------------------------------------------------------------------- 
    106 &namsbc_sas    !   Stand-Alone Surface boundary condition 
    107 !----------------------------------------------------------------------- 
    108 / 
    109 !----------------------------------------------------------------------- 
    110 &namsbc_iif    !   Ice-IF : use observed ice cover                      (nn_ice = 1) 
    111 !----------------------------------------------------------------------- 
    112 / 
    113 !----------------------------------------------------------------------- 
    114 &namtra_qsr    !   penetrative solar radiation                          (ln_traqsr =T) 
    115 !----------------------------------------------------------------------- 
    116 / 
    117 !----------------------------------------------------------------------- 
    118 &namsbc_rnf    !   runoffs namelist surface boundary condition          (ln_rnf =T) 
    119 !----------------------------------------------------------------------- 
    120 / 
    121 !----------------------------------------------------------------------- 
    122 &namsbc_isf    !  Top boundary layer (ISF)                              (nn_isf >0) 
    123 !----------------------------------------------------------------------- 
    124 / 
    125 !----------------------------------------------------------------------- 
    126 &namsbc_iscpl  !   land ice / ocean coupling option                      
    127 !----------------------------------------------------------------------- 
    128 / 
    129 !----------------------------------------------------------------------- 
    130 &namsbc_apr    !   Atmospheric pressure used as ocean forcing           (ln_apr_dyn =T) 
    131 !----------------------------------------------------------------------- 
    132 / 
    133 !----------------------------------------------------------------------- 
    134 &namsbc_ssr    !   surface boundary condition : sea surface restoring   (ln_ssr =T) 
    135 !----------------------------------------------------------------------- 
    136 / 
    137 !----------------------------------------------------------------------- 
    138 &namsbc_wave   ! External fields from wave model                        (ln_wave=T) 
    139 !----------------------------------------------------------------------- 
    140 / 
    141 !----------------------------------------------------------------------- 
    142 &namberg       !   iceberg parameters                                   (default: No iceberg) 
    143 !----------------------------------------------------------------------- 
    144 / 
     85/ 
     86 
     87!!====================================================================== 
     88!!               ***  Lateral boundary condition  ***                 !! 
     89!!                                                                    !! 
     90!!   namlbc        lateral momentum boundary condition                  (default: no slip) 
     91!!   namagrif      agrif nested grid ( read by child model only )       ("key_agrif") 
     92!!   nam_tide      Tidal forcing                                        (default: NO) 
     93!!   nambdy        Unstructured open boundaries                         (default: NO) 
     94!!   nambdy_dta    Unstructured open boundaries - external data         (see  nambdy) 
     95!!   nambdy_tide   tidal forcing at open boundaries                     (default: NO) 
     96!!====================================================================== 
     97! 
    14598!----------------------------------------------------------------------- 
    14699&namlbc        !   lateral momentum boundary condition 
    147100!----------------------------------------------------------------------- 
    148    !                       !  free slip  !   partial slip  !   no slip   ! strong slip 
    149   rn_shlat     =    0.    !  shlat = 0  !  0 < shlat < 2  !  shlat = 2  !  2 < shlat 
    150 / 
    151 !----------------------------------------------------------------------- 
    152 &namagrif      !  AGRIF zoom                                            ("key_agrif") 
    153 !----------------------------------------------------------------------- 
    154    ln_spc_dyn    = .true.  !  use 0 as special value for dynamics 
    155    rn_sponge_tra =  800.   !  coefficient for tracer   sponge layer [m2/s] 
    156    rn_sponge_dyn =  800.   !  coefficient for dynamics sponge layer [m2/s] 
    157    ln_chk_bathy  = .FALSE. ! 
    158 / 
    159 !----------------------------------------------------------------------- 
    160 &nam_tide      !   tide parameters 
    161 !----------------------------------------------------------------------- 
    162 / 
    163 !----------------------------------------------------------------------- 
    164 &nambdy        !  unstructured open boundaries                           
    165 !----------------------------------------------------------------------- 
    166 / 
    167 !----------------------------------------------------------------------- 
    168 &nambdy_dta    !  open boundaries - external data                        
    169 !----------------------------------------------------------------------- 
    170 / 
    171 !----------------------------------------------------------------------- 
    172 &nambdy_tide   !  tidal forcing at open boundaries 
    173 !----------------------------------------------------------------------- 
    174 / 
     101  rn_shlat     =    0.    !  free slip 
     102/ 
     103!!====================================================================== 
     104!!                ***  Top/Bottom boundary condition  ***             !! 
     105!!                                                                    !! 
     106!!   namdrg        top/bottom drag coefficient                          (default: NO selection) 
     107!!   namdrg_top    top    friction                                      (ln_NONE=F & ln_isfcav=T) 
     108!!   namdrg_bot    bottom friction                                      (ln_NONE=F) 
     109!!   nambbc        bottom temperature boundary condition                (default: NO) 
     110!!   nambbl        bottom boundary layer scheme                         (default: NO) 
     111!!====================================================================== 
     112! 
    175113!----------------------------------------------------------------------- 
    176114&namdrg        !   top/bottom drag coefficient                          (default: NO selection) 
     
    178116   ln_NONE    = .true.    !  free-slip       : Cd = 0 
    179117/ 
    180 !----------------------------------------------------------------------- 
    181 &namdrg_top    !   TOP friction                                         (ln_isfcav=T) 
    182 !----------------------------------------------------------------------- 
    183 / 
    184 !----------------------------------------------------------------------- 
    185 &namdrg_bot    !   BOTTOM friction                                   
    186 !----------------------------------------------------------------------- 
    187 / 
    188 !----------------------------------------------------------------------- 
    189 &nambbc        !   bottom temperature boundary condition                (default: NO) 
    190 !----------------------------------------------------------------------- 
    191 / 
    192 !----------------------------------------------------------------------- 
    193 &nambbl        !   bottom boundary layer scheme                         (default: NO) 
    194 !----------------------------------------------------------------------- 
    195 / 
    196 !----------------------------------------------------------------------- 
    197 &nameos        !   ocean Equation Of Seawater                           (default: NO) 
     118 
     119!!====================================================================== 
     120!!                        Tracer (T & S) namelists                    !! 
     121!!                                                                    !! 
     122!!   nameos           equation of state                                 (default: NO selection) 
     123!!   namtra_adv       advection scheme                                  (default: NO selection) 
     124!!   namtra_ldf       lateral diffusion scheme                          (default: NO selection) 
     125!!   namtra_adv_mle   mixed layer eddy param. (Fox-Kemper param.)       (default: NO) 
     126!!   namtra_eiv       eddy induced velocity param.                      (default: NO) 
     127!!   namtra_dmp       T & S newtonian damping                           (default: NO) 
     128!!====================================================================== 
     129! 
     130!----------------------------------------------------------------------- 
     131&nameos        !   ocean Equation Of Seawater                           (default: NO selection) 
    198132!----------------------------------------------------------------------- 
    199133   ln_seos     = .true.         !  = Use simplified equation of state (S-EOS) 
     
    224158/ 
    225159!----------------------------------------------------------------------- 
    226 &namtra_adv_mle !   mixed layer eddy parametrisation (Fox-Kemper param) (default: NO) 
    227 !----------------------------------------------------------------------- 
    228 / 
    229 !----------------------------------------------------------------------- 
    230160&namtra_ldf    !   lateral diffusion scheme for tracers                 (default: NO selection) 
    231161!----------------------------------------------------------------------- 
    232   !                       !  Operator type: 
    233162   ln_traldf_NONE  =  .true.  !  No explicit diffusion 
    234    ln_traldf_lap   =  .false.  !    laplacian operator 
    235    ln_traldf_blp   =  .false.  !  bilaplacian operator 
    236    ! 
    237    !                       !  Direction of action: 
    238    ln_traldf_lev   =  .false.  !  iso-level 
    239    ln_traldf_hor   =  .false.  !  horizontal (geopotential) 
    240    ln_traldf_iso   =  .false.  !  iso-neutral (standard operator) 
    241    ln_traldf_triad =  .false.  !  iso-neutral (triad    operator) 
    242    ! 
    243    !                       !  iso-neutral options:         
    244    ln_traldf_msc   =  .false.  !  Method of Stabilizing Correction (both operators) 
    245    rn_slpmax       =   0.01    !  slope limit                      (both operators) 
    246    ln_triad_iso    =  .false.  !  pure horizontal mixing in ML              (triad only) 
    247    rn_sw_triad     =  1        !  =1 switching triad ; =0 all 4 triads used (triad only) 
    248    ln_botmix_triad =  .false.  !  lateral mixing on bottom                  (triad only) 
    249    ! 
    250    !                       !  Coefficients: 
    251    nn_aht_ijk_t    = 0         !  space/time variation of eddy coef 
    252    !                                !   =-20 (=-30)    read in eddy_diffusivity_2D.nc (..._3D.nc) file 
    253    !                                !   =  0           constant  
    254    !                                !   = 10 F(k)      =ldf_c1d  
    255    !                                !   = 20 F(i,j)    =ldf_c2d  
    256    !                                !   = 21 F(i,j,t)  =Treguier et al. JPO 1997 formulation 
    257    !                                !   = 30 F(i,j,k)  =ldf_c2d * ldf_c1d 
    258    !                                !   = 31 F(i,j,k,t)=F(local velocity and grid-spacing) 
    259    rn_aht_0        = 2000.     !  lateral eddy diffusivity   (lap. operator) [m2/s] 
    260    rn_bht_0        = 1.e+12    !  lateral eddy diffusivity (bilap. operator) [m4/s] 
    261 / 
    262 !----------------------------------------------------------------------- 
    263 &namtra_ldfeiv !   eddy induced velocity param.                         (default: NO) 
    264 !----------------------------------------------------------------------- 
    265 / 
    266 !----------------------------------------------------------------------- 
    267 &namtra_dmp    !   tracer: T & S newtonian damping                      (default: NO) 
    268 !----------------------------------------------------------------------- 
    269    ln_tradmp   =  .false.   !  add a damping termn (T) or not (F) 
    270 / 
    271 !----------------------------------------------------------------------- 
    272 &nam_vvl       !   vertical coordinate options                          (default: z-star) 
    273 !----------------------------------------------------------------------- 
    274    ln_vvl_zstar  = .true.           !  zstar vertical coordinate 
    275 / 
     163/ 
     164 
     165!!====================================================================== 
     166!!                      ***  Dynamics namelists  ***                  !! 
     167!!                                                                    !! 
     168!!   nam_vvl       vertical coordinate options                          (default: z-star) 
     169!!   namdyn_adv    formulation of the momentum advection                (default: NO selection) 
     170!!   namdyn_vor    advection scheme                                     (default: NO selection) 
     171!!   namdyn_hpg    hydrostatic pressure gradient                        (default: NO selection) 
     172!!   namdyn_spg    surface pressure gradient                            (default: NO selection) 
     173!!   namdyn_ldf    lateral diffusion scheme                             (default: NO selection) 
     174!!   namdta_dyn    offline TOP: dynamics read in files                  (OFF_SRC only) 
     175!!====================================================================== 
     176! 
    276177!----------------------------------------------------------------------- 
    277178&namdyn_adv    !   formulation of the momentum advection                (default: NO selection) 
     
    279180   ln_dynadv_NONE= .false. !  linear dynamics (no momentum advection) 
    280181   ln_dynadv_vec = .false. !  vector form (T) or flux form (F) 
    281    nn_dynkeg     = 0       ! scheme for grad(KE): =0   C2  ;  =1   Hollingsworth correction 
     182      nn_dynkeg     = 0       ! scheme for grad(KE): =0   C2  ;  =1   Hollingsworth correction 
    282183   ln_dynadv_cen2= .false. !  flux form - 2nd order centered scheme 
    283184   ln_dynadv_ubs = .true.  !  flux form - 3rd order UBS      scheme 
    284185/ 
    285186!----------------------------------------------------------------------- 
    286 &namdyn_vor    !   Vorticity / Coriolis scheme                          (default: NO) 
     187&namdyn_vor    !   Vorticity / Coriolis scheme                          (default: NO selection) 
    287188!----------------------------------------------------------------------- 
    288189   ln_dynvor_ene = .true.  !  energy conserving scheme 
     
    299200/ 
    300201!----------------------------------------------------------------------- 
    301 &namdyn_spg    !   surface pressure gradient                            (default: NO) 
     202&namdyn_spg    !   surface pressure gradient                            (default: NO selection) 
    302203!----------------------------------------------------------------------- 
    303204   ln_dynspg_exp  = .false.  
     
    324225   !                       !  Coefficient 
    325226   nn_ahm_ijk_t  = 20           !  space/time variation of eddy coef 
    326    !                                !  =-30  read in eddy_viscosity_3D.nc file 
    327    !                                !  =-20  read in eddy_viscosity_2D.nc file 
    328    !                                !  =  0  constant 
    329    !                                !  = 10  F(k)=c1d 
    330    !                                !  = 20  F(i,j)=F(grid spacing)=c2d 
    331    !                                !  = 30  F(i,j,k)=c2d*c1d 
    332    !                                !  = 31  F(i,j,k)=F(grid spacing and local velocity) 
    333    !                                !  = 32  F(i,j,k)=F(local gridscale and deformation rate) 
    334    ! Caution in 20 and 30 cases the coefficient have to be given for a 1 degree grid (~111km) 
    335    rn_ahm_0      =     0.01    !  horizontal laplacian eddy viscosity   [m2/s] 
    336    rn_ahm_b      =     0.      !  background eddy viscosity for ldf_iso [m2/s] 
    337    rn_bhm_0      =     1.e+12  !  horizontal bilaplacian eddy viscosity [m4/s] 
    338    !                       !  Smagorinsky settings (nn_ahm_ijk_t  = 32) : 
    339    rn_csmc       = 3.5         !  Smagorinsky constant of proportionality 
    340    rn_minfac     = 1.0         !  multiplier of theorectical lower limit 
    341    rn_maxfac     = 1.0         !  multiplier of theorectical upper limit 
    342 / 
     227      !                             !  =-30  read in eddy_viscosity_3D.nc file 
     228      !                             !  =-20  read in eddy_viscosity_2D.nc file 
     229      !                             !  =  0  constant  
     230      !                             !  = 10  F(k)=c1d 
     231      !                             !  = 20  F(i,j)=F(grid spacing)=c2d 
     232      !                             !  = 30  F(i,j,k)=c2d*c1d 
     233      !                             !  = 31  F(i,j,k)=F(grid spacing and local velocity) 
     234      !                             !  = 32  F(i,j,k)=F(local gridscale and deformation rate) 
     235      !                        !  time invariant coefficients :  ahm = 1/2  Uv*Lv   (lap case)  
     236      !                             !                            bhm = 1/12 Uv*Lv^3 (blp case) 
     237      rn_Uv      = 0.1              !  lateral viscous velocity [m/s] (nn_ahm_ijk_t= 0, 10, 20, 30) 
     238      rn_Lv      = 30.e+3           !  lateral viscous length   [m]   (nn_ahm_ijk_t= 0, 10) 
     239      !                       !  Smagorinsky settings  (nn_ahm_ijk_t= 32) : 
     240      rn_csmc       = 3.5         !  Smagorinsky constant of proportionality 
     241      rn_minfac     = 1.0         !  multiplier of theorectical lower limit 
     242      rn_maxfac     = 1.0         !  multiplier of theorectical upper limit 
     243      !                       !  iso-neutral laplacian operator (ln_dynldf_iso=T) : 
     244      rn_ahm_b      = 0.0         !  background eddy viscosity  [m2/s] 
     245/ 
     246!!====================================================================== 
     247!!                     vertical physics namelists                     !! 
     248!!                                                                    !! 
     249!!    namzdf        vertical physics manager                            (default: NO selection) 
     250!!    namzdf_ric    richardson number vertical mixing                   (ln_zdfric=T) 
     251!!    namzdf_tke    TKE vertical mixing                                 (ln_zdftke=T) 
     252!!    namzdf_gls    GLS vertical mixing                                 (ln_zdfgls=T) 
     253!!    namzdf_osm    OSM vertical diffusion                              (ln_zdfosm=T) 
     254!!    namzdf_iwm    tidal mixing parameterization                       (ln_zdfiwm=T) 
     255!!====================================================================== 
     256! 
    343257!----------------------------------------------------------------------- 
    344258&namzdf        !   vertical physics                                     (default: NO selection) 
    345259!----------------------------------------------------------------------- 
    346    !                       ! type of vertical closure 
    347260   ln_zdfcst   = .true.       !  constant mixing 
    348    ! 
    349    !                       ! convection 
    350    ln_zdfevd   = .false.      !  enhanced vertical diffusion 
    351    ln_zdfnpc   = .false.      !  Non-Penetrative Convective algorithm 
    352    ! 
    353261   !                       ! coefficients 
    354262   rn_avm0     =   1.e-4      !  vertical eddy viscosity   [m2/s]       (background Kz if ln_zdfcst=F) 
     
    357265   nn_havtb    =    0         !  horizontal shape for avtb (=1) or not (=0) 
    358266/ 
    359 !----------------------------------------------------------------------- 
    360 &namzdf_ric    !   richardson number dependent vertical diffusion       (ln_zdfric =T) 
    361 !----------------------------------------------------------------------- 
    362 / 
    363 !----------------------------------------------------------------------- 
    364 &namzdf_tke    !   turbulent eddy kinetic dependent vertical diffusion  (ln_zdftke =T) 
    365 !----------------------------------------------------------------------- 
    366 / 
    367 !----------------------------------------------------------------------- 
    368 &namzdf_gls    !   GLS vertical diffusion                               (ln_zdfgls =T) 
    369 !----------------------------------------------------------------------- 
    370 / 
    371 !----------------------------------------------------------------------- 
    372 &namzdf_osm    !   OSM vertical diffusion                               (ln_zdfosm =T) 
    373 !----------------------------------------------------------------------- 
    374 / 
    375 !----------------------------------------------------------------------- 
    376 &namzdf_iwm    !    internal wave-driven mixing parameterization        (ln_zdfiwm =T) 
    377 !----------------------------------------------------------------------- 
    378 / 
    379 !----------------------------------------------------------------------- 
    380 &nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi") 
    381 !----------------------------------------------------------------------- 
    382 / 
    383 !----------------------------------------------------------------------- 
    384 &namctl        !   Control prints  
    385 !----------------------------------------------------------------------- 
    386 / 
    387 !----------------------------------------------------------------------- 
    388 &namsto        ! Stochastic parametrization of EOS                      (default: NO) 
    389 !----------------------------------------------------------------------- 
    390 / 
     267 
     268!!====================================================================== 
     269!!                  ***  Diagnostics namelists  ***                   !! 
     270!!                                                                    !! 
     271!!   namtrd       dynamics and/or tracer trends                         (default NO) 
     272!!   namptr       Poleward Transport Diagnostics                        (default NO) 
     273!!   namhsb       Heat and salt budgets                                 (default NO) 
     274!!   namdiu       Cool skin and warm layer models                       (default NO) 
     275!!   namdiu       Cool skin and warm layer models                       (default NO) 
     276!!   namflo       float parameters                                      ("key_float") 
     277!!   nam_diaharm  Harmonic analysis of tidal constituents               ("key_diaharm") 
     278!!   namdct       transports through some sections                      ("key_diadct") 
     279!!   nam_diatmb   Top Middle Bottom Output                              (default NO) 
     280!!   nam_dia25h   25h Mean Output                                       (default NO) 
     281!!   namnc4       netcdf4 chunking and compression settings             ("key_netcdf4") 
     282!!====================================================================== 
     283! 
    391284!----------------------------------------------------------------------- 
    392285&namtrd        !   trend diagnostics                                    (default F) 
     
    402295   nn_trd      = 365       !  print frequency (ln_glo_trd=T) (unit=time step) 
    403296/ 
    404 !----------------------------------------------------------------------- 
    405 &namptr        !   Poleward Transport Diagnostic                        (default F) 
    406 !----------------------------------------------------------------------- 
    407 / 
    408 !----------------------------------------------------------------------- 
    409 &namhsb        !  Heat and salt budgets                                 (default F) 
    410 !----------------------------------------------------------------------- 
    411 / 
    412 !----------------------------------------------------------------------- 
    413 &namdiu        !   Cool skin and warm layer models                      (default F) 
    414 !----------------------------------------------------------------------- 
    415 / 
    416 !----------------------------------------------------------------------- 
    417 &namflo        !   float parameters                                     ("key_float") 
    418 !----------------------------------------------------------------------- 
    419 / 
    420 !----------------------------------------------------------------------- 
    421 &nam_diaharm   !   Harmonic analysis of tidal constituents              ("key_diaharm") 
    422 !----------------------------------------------------------------------- 
    423 / 
    424 !----------------------------------------------------------------------- 
    425 &namdct        ! transports through some sections                       ("key_diadct") 
    426 !----------------------------------------------------------------------- 
    427 / 
    428 !----------------------------------------------------------------------- 
    429 &nam_diatmb    !  Top Middle Bottom Output                              (default F) 
    430 !----------------------------------------------------------------------- 
    431 / 
    432 !----------------------------------------------------------------------- 
    433 &nam_dia25h    !  25h Mean Output                                       (default F) 
    434 !----------------------------------------------------------------------- 
    435 / 
    436 !----------------------------------------------------------------------- 
    437 &namnc4        !   netcdf4 chunking and compression settings            ("key_netcdf4") 
    438 !----------------------------------------------------------------------- 
    439 / 
    440 !----------------------------------------------------------------------- 
    441 &namobs        !  observation usage switch 
    442 !----------------------------------------------------------------------- 
    443 / 
    444 !----------------------------------------------------------------------- 
    445 &nam_asminc    !   assimilation increments                              ('key_asminc') 
    446 !----------------------------------------------------------------------- 
    447 / 
    448 !----------------------------------------------------------------------- 
    449 &namdta_dyn    !   offline dynamics read in files                       ("key_offline") 
    450 !----------------------------------------------------------------------- 
    451 / 
  • branches/2017/dev_merge_2017/NEMOGCM/CONFIG/TEST_CASES/ISOMIP/EXP00/namelist_cfg

    r9356 r9490  
    11!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
    2 !! NEMO/OPA  : ISOMIP Configuration namelist to overwrite reference dynamical namelist 
     2!! NEMO/OPA  : ISOMIP Configuration namelist : overwrite reference dynamical namelist 
    33!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
    4 !----------------------------------------------------------------------- 
    5 &namusr_def    !   ISOMIP user defined namelist   
    6 !----------------------------------------------------------------------- 
    7    ln_zps      = .true.    ! z-partial-step coordinate 
    8    ln_zco      = .false.   ! z-full-step coordinate 
    9    ln_sco      = .false.   ! s-coordinate 
    10    rn_e1deg    =   0.3     !  zonal      grid-spacing (degrees) 
    11    rn_e2deg    =   0.1     !  meridional grid-spacing (degrees) 
    12    rn_e3       =   30.     !  vertical resolution 
    13 / 
     4 
     5!!====================================================================== 
     6!!              ***  Domain & Run management namelists  ***           !! 
     7!!                                                                    !! 
     8!!   namrun       parameters of the run 
     9!!   namdom       space and time domain 
     10!!   namcfg       parameters of the configuration                       (default: use namusr_def in namelist_cfg) 
     11!!   namusr_def   user defined configuration 
     12!!====================================================================== 
     13! 
    1414!----------------------------------------------------------------------- 
    1515&namrun        !   parameters of the run 
     
    2626/ 
    2727!----------------------------------------------------------------------- 
    28 &namcfg        !   parameters of the configuration                      (default: user defined GYRE) 
    29 !----------------------------------------------------------------------- 
    30    ln_read_cfg = .false.   !  (=T) read the domain configuration file 
    31       !                    !  (=F) user defined configuration  ==>>>  see usrdef(_...) modules 
    32       cn_domcfg = "ISOMIP_zps_domcfg"         ! domain configuration filename 
    33       ! 
    34    ln_write_cfg= .false.   !  (=T) create the domain configuration file 
    35       cn_domcfg_out = "ISOMIP_cfg_out"    ! filename of the created file 
     28&namusr_def    !   ISOMIP user defined namelist   
     29!----------------------------------------------------------------------- 
     30   ln_zps      = .true.    ! z-partial-step coordinate 
     31   ln_zco      = .false.   ! z-full-step coordinate 
     32   ln_sco      = .false.   ! s-coordinate 
     33   rn_e1deg    =   0.3     !  zonal      grid-spacing (degrees) 
     34   rn_e2deg    =   0.1     !  meridional grid-spacing (degrees) 
     35   rn_e3       =   30.     !  vertical resolution 
    3636/ 
    3737!----------------------------------------------------------------------- 
    3838&namdom        !   time and space domain 
    3939!----------------------------------------------------------------------- 
    40    ln_linssh   = .false.    !  =T  linear free surface  ==>>  model level are fixed in time 
    41    ! 
     40   ln_linssh   = .false.   !  =T  linear free surface  ==>>  model level are fixed in time 
    4241   rn_rdt      = 1800.     !  time step for the dynamics (and tracer if nn_acc=0) 
    43    ! 
    44    ln_meshmask = .false.   !  =T create a mesh file 
    45 / 
    46 !----------------------------------------------------------------------- 
    47 &namtsd        !   data : Temperature  & Salinity 
    48 !----------------------------------------------------------------------- 
    49    cn_dir        = './'      !  root directory for the location of the runoff files 
    50    ln_tsd_init   = .false.   !  Initialisation of ocean T & S with T &S input data (T) or not (F) 
    51    ln_tsd_tradmp = .false.   !  damping of ocean T & S toward T &S input data (T) or not (F) 
    52 / 
    53 !----------------------------------------------------------------------- 
    54 &namwad        !   Wetting and drying  default is no WAD 
    55 !----------------------------------------------------------------------- 
    56 / 
    57 !----------------------------------------------------------------------- 
    58 &namcrs        !   coarsened grid (for outputs and/or TOP)              (ln_crs =T) 
    59 !----------------------------------------------------------------------- 
    60 / 
    61 !----------------------------------------------------------------------- 
    62 &namc1d        !   1D configuration options                             ("key_c1d") 
    63 !----------------------------------------------------------------------- 
    64 / 
    65 !----------------------------------------------------------------------- 
    66 &namc1d_dyndmp !   U & V newtonian damping                              ("key_c1d") 
    67 !----------------------------------------------------------------------- 
    68 / 
    69 !----------------------------------------------------------------------- 
    70 &namc1d_uvd    !   data: U & V currents                                 ("key_c1d") 
    71 !----------------------------------------------------------------------- 
    72 / 
     42/ 
     43 
     44!!====================================================================== 
     45!!            ***  Surface Boundary Condition namelists  ***          !! 
     46!!                                                                    !! 
     47!!   namsbc          surface boundary condition manager                 (default: NO selection) 
     48!!   namsbc_flx      flux               formulation                     (ln_flx     =T) 
     49!!   namsbc_blk      Bulk formulae formulation                          (ln_blk     =T) 
     50!!   namsbc_cpl      CouPLed            formulation                     ("key_oasis3" ) 
     51!!   namsbc_sas      Stand-Alone Surface module                         (SAS_SRC  only) 
     52!!   namsbc_iif      Ice-IF: use observed ice cover                     (nn_ice = 1   ) 
     53!!   namtra_qsr      penetrative solar radiation                        (ln_traqsr  =T) 
     54!!   namsbc_ssr      sea surface restoring term (for T and/or S)        (ln_ssr     =T) 
     55!!   namsbc_rnf      river runoffs                                      (ln_rnf     =T) 
     56!!   namsbc_apr      Atmospheric Pressure                               (ln_apr_dyn =T) 
     57!!   namsbc_isf      ice shelf melting/freezing                         (ln_isfcav  =T : read (ln_read_cfg=T) or set or usr_def_zgr ) 
     58!!   namsbc_iscpl    coupling option between land ice model and ocean   (ln_isfcav  =T) 
     59!!====================================================================== 
     60! 
    7361!----------------------------------------------------------------------- 
    7462&namsbc        !   Surface Boundary Condition (surface module) 
    7563!----------------------------------------------------------------------- 
    7664   nn_fsbc     = 1         !  frequency of surface boundary condition computation 
    77    !                       !     (also = the frequency of sea-ice model call) 
    78    ln_blk      = .false.    !  Bulk formulation                          (T => fill namsbc_blk ) 
    7965   ln_usr      = .true.    !  user defined formulation                  (T => check usrdef_sbc) 
    80    nn_ice      = 0         !  =0 no ice boundary condition   , 
    81                            !  =1 use observed ice-cover      ,  
    82                            !  =2 ice-model used                 
    83    ln_ice_embd = .false.   !  =F levitating ice with mass and salt exchange but no presure effect 
    84                            !  =T embedded sea-ice (full salt and mass exchanges and pressure) 
    85                      ! Misc. options of sbc : 
    86    ln_traqsr   = .false.   !  Light penetration (T) or not (F) 
    87    ln_rnf      = .false.   !  runoffs                                   (T => fill namsbc_rnf) 
    8866   ln_isf      = .true.    !  ice shelf melting/freezing                (T => fill namsbc_isf) 
    89    ln_ssr      = .false.   !  Sea Surface Restoring on T and/or S       (T => fill namsbc_ssr) 
    90    nn_fwb      = 0         !  FreshWater Budget: =0 unchecked 
    91                            !     =1 global mean of e-p-r set to zero at each time step 
    92                            !     =2 annual global mean of e-p-r set to zero 
    93 / 
    94 !----------------------------------------------------------------------- 
    95 &namsbc_flx    !   surface boundary condition : flux formulation 
    96 !----------------------------------------------------------------------- 
    97 / 
    98 !----------------------------------------------------------------------- 
    99 &namsbc_blk   !   namsbc_blk  generic Bulk formula                      (ln_blk =T) 
    100 !----------------------------------------------------------------------- 
    101 / 
    102 !----------------------------------------------------------------------- 
    103 &namsbc_cpl    !   coupled ocean/atmosphere model                       ("key_oasis3") 
    104 !----------------------------------------------------------------------- 
    105 / 
    106 !----------------------------------------------------------------------- 
    107 &namsbc_sas    !   Stand-Alone Surface boundary condition 
    108 !----------------------------------------------------------------------- 
    109 / 
    110 !----------------------------------------------------------------------- 
    111 &namsbc_iif    !   Ice-IF : use observed ice cover                      (nn_ice = 1) 
    112 !----------------------------------------------------------------------- 
    113 / 
    114 !----------------------------------------------------------------------- 
    115 &namtra_qsr    !   penetrative solar radiation                          (ln_traqsr =T) 
    116 !----------------------------------------------------------------------- 
    117 / 
    118 !----------------------------------------------------------------------- 
    119 &namsbc_rnf    !   runoffs namelist surface boundary condition          (ln_rnf =T) 
    120 !----------------------------------------------------------------------- 
    12167/ 
    12268!----------------------------------------------------------------------- 
     
    156102!----------------------------------------------------------------------- 
    157103/ 
    158 !----------------------------------------------------------------------- 
    159 &namsbc_apr    !   Atmospheric pressure used as ocean forcing           (ln_apr_dyn =T) 
    160 !----------------------------------------------------------------------- 
    161 / 
    162 !----------------------------------------------------------------------- 
    163 &namsbc_ssr    !   surface boundary condition : sea surface restoring   (ln_ssr =T) 
    164 !----------------------------------------------------------------------- 
    165 / 
    166 !----------------------------------------------------------------------- 
    167 &namsbc_wave   ! External fields from wave model                        (ln_wave=T) 
    168 !----------------------------------------------------------------------- 
    169 / 
    170 !----------------------------------------------------------------------- 
    171 &namberg       !   iceberg parameters                                   (default: No iceberg) 
    172 !----------------------------------------------------------------------- 
    173 / 
     104 
     105!!====================================================================== 
     106!!               ***  Lateral boundary condition  ***                 !! 
     107!!                                                                    !! 
     108!!   namlbc        lateral momentum boundary condition                  (default: no slip) 
     109!!   namagrif      agrif nested grid ( read by child model only )       ("key_agrif") 
     110!!   nam_tide      Tidal forcing                                        (default: NO) 
     111!!   nambdy        Unstructured open boundaries                         (default: NO) 
     112!!   nambdy_dta    Unstructured open boundaries - external data         (see  nambdy) 
     113!!   nambdy_tide   tidal forcing at open boundaries                     (default: NO) 
     114!!====================================================================== 
     115! 
    174116!----------------------------------------------------------------------- 
    175117&namlbc        !   lateral momentum boundary condition 
    176118!----------------------------------------------------------------------- 
    177                            !  free slip  !   partial slip  !   no slip   ! strong slip 
    178    rn_shlat    =    0.     !  shlat = 0  !  0 < shlat < 2  !  shlat = 2  !  2 < shlat 
    179    ln_vorlat   = .false.   !  consistency of vorticity boundary condition with analytical eqs. 
    180 / 
    181 !----------------------------------------------------------------------- 
    182 &namagrif      !  AGRIF zoom                                            ("key_agrif") 
    183 !----------------------------------------------------------------------- 
    184 / 
    185 !----------------------------------------------------------------------- 
    186 &nam_tide      !   tide parameters 
    187 !----------------------------------------------------------------------- 
    188 / 
    189 !----------------------------------------------------------------------- 
    190 &nambdy        !  unstructured open boundaries                           
    191 !----------------------------------------------------------------------- 
    192 / 
    193 !----------------------------------------------------------------------- 
    194 &nambdy_dta    !  open boundaries - external data                        
    195 !----------------------------------------------------------------------- 
    196 / 
    197 !----------------------------------------------------------------------- 
    198 &nambdy_tide   !  tidal forcing at open boundaries 
    199 !----------------------------------------------------------------------- 
    200 / 
     119   rn_shlat    =    0.     !  free slip 
     120/ 
     121!!====================================================================== 
     122!!                ***  Top/Bottom boundary condition  ***             !! 
     123!!                                                                    !! 
     124!!   namdrg        top/bottom drag coefficient                          (default: NO selection) 
     125!!   namdrg_top    top    friction                                      (ln_NONE=F & ln_isfcav=T) 
     126!!   namdrg_bot    bottom friction                                      (ln_NONE=F) 
     127!!   nambbc        bottom temperature boundary condition                (default: NO) 
     128!!   nambbl        bottom boundary layer scheme                         (default: NO) 
     129!!====================================================================== 
     130! 
    201131!----------------------------------------------------------------------- 
    202132&namdrg        !   top/bottom drag coefficient                          (default: NO selection) 
     
    231161      rn_boost=  50.         !  local boost factor  [-] 
    232162/ 
    233 !----------------------------------------------------------------------- 
    234 &nambbc        !   bottom temperature boundary condition                (default: NO) 
    235 !----------------------------------------------------------------------- 
    236    ln_trabbc   = .false.   !  Apply a geothermal heating at the ocean bottom 
    237 / 
    238 !----------------------------------------------------------------------- 
    239 &nambbl        !   bottom boundary layer scheme                         (default: NO) 
    240 !----------------------------------------------------------------------- 
    241    nn_bbl_ldf  =  0      !  diffusive bbl (=1)   or not (=0) 
    242    nn_bbl_adv  =  0      !  advective bbl (=1/2) or not (=0) 
    243 / 
     163 
     164!!====================================================================== 
     165!!                        Tracer (T & S) namelists                    !! 
     166!!                                                                    !! 
     167!!   nameos           equation of state                                 (default: NO selection) 
     168!!   namtra_adv       advection scheme                                  (default: NO selection) 
     169!!   namtra_ldf       lateral diffusion scheme                          (default: NO selection) 
     170!!   namtra_adv_mle   mixed layer eddy param. (Fox-Kemper param.)       (default: NO) 
     171!!   namtra_eiv       eddy induced velocity param.                      (default: NO) 
     172!!   namtra_dmp       T & S newtonian damping                           (default: NO) 
     173!!====================================================================== 
     174! 
    244175!----------------------------------------------------------------------- 
    245176&nameos        !   ocean Equation Of Seawater                           (default: NO) 
    246177!----------------------------------------------------------------------- 
    247    ln_teos10   = .false.         !  = Use TEOS-10 equation of state 
    248178   ln_eos80    = .true.          !  = Use EOS80 equation of state 
    249179/ 
     
    256186/ 
    257187!----------------------------------------------------------------------- 
    258 &namtra_adv_mle !   mixed layer eddy parametrisation (Fox-Kemper param) (default: NO) 
    259 !----------------------------------------------------------------------- 
    260 / 
    261 !----------------------------------------------------------------------- 
    262188&namtra_ldf    !   lateral diffusion scheme for tracers                 (default: NO selection) 
    263189!----------------------------------------------------------------------- 
    264    !                       !  Operator type: 
    265190   ln_traldf_lap   =  .true.   !    laplacian operator 
    266    ln_traldf_blp   =  .false.  !  bilaplacian operator 
    267    !                       !  Direction of action: 
    268    ln_traldf_lev   =  .false.  !  iso-level 
    269191   ln_traldf_hor   =  .true.   !  horizontal (geopotential) 
    270    ln_traldf_iso   =  .false.  !  iso-neutral (standard operator) 
    271    ln_traldf_triad =  .false.  !  iso-neutral (triad    operator) 
    272    ! 
    273    !                       !  iso-neutral options:         
    274    ln_traldf_msc   =  .false.  !  Method of Stabilizing Correction (both operators) 
    275    rn_slpmax       =   0.01    !  slope limit                      (both operators) 
    276    ln_triad_iso    =  .false.  !  pure horizontal mixing in ML     (triad only) 
    277    rn_sw_triad     =  1        !  =1 switching triad ; =0 all 4 triads used (triad only) 
    278    ln_botmix_triad =  .false.  !  lateral mixing on bottom         (triad only) 
    279    ! 
    280192   !                       !  Coefficients: 
    281    nn_aht_ijk_t    = 0         !  space/time variation of eddy coef 
    282    !                                !   =-20 (=-30)    read in eddy_induced_velocity_2D.nc (..._3D.nc) file 
    283    !                                !   =  0           constant  
    284    !                                !   = 10 F(k)      =ldf_c1d  
    285    !                                !   = 20 F(i,j)    =ldf_c2d  
    286    !                                !   = 21 F(i,j,t)  =Treguier et al. JPO 1997 formulation 
    287    !                                !   = 30 F(i,j,k)  =ldf_c2d * ldf_c1d 
    288    !                                !   = 31 F(i,j,k,t)=F(local velocity and grid-spacing) 
    289    rn_aht_0        =  100.     !  lateral eddy diffusivity   (lap. operator) [m2/s] 
    290    rn_bht_0        = 1.e+12    !  lateral eddy diffusivity (bilap. operator) [m4/s] 
    291 / 
    292 !----------------------------------------------------------------------- 
    293 &namtra_ldfeiv !   eddy induced velocity param.                         (default: NO) 
    294 !----------------------------------------------------------------------- 
    295    ln_ldfeiv     =.false.   ! use eddy induced velocity parameterization 
    296 / 
    297 !----------------------------------------------------------------------- 
    298 &namtra_dmp    !   tracer: T & S newtonian damping                      (default: NO) 
    299 !----------------------------------------------------------------------- 
    300    ln_tradmp   =  .false.  !  add a damping termn (T) or not (F) 
    301 / 
    302 !----------------------------------------------------------------------- 
    303 &nam_vvl       !   vertical coordinate options                          (default: z-star) 
    304 !----------------------------------------------------------------------- 
    305 / 
     193   nn_aht_ijk_t    = 0         !  =  0   constant = 1/2  Ud*Ld   (lap case)  
     194      rn_Ud        = 0.02           !  lateral diffusive velocity [m/s] 
     195      rn_Ld        = 10.e+3         !  lateral diffusive length   [m] 
     196/ 
     197 
     198!!====================================================================== 
     199!!                      ***  Dynamics namelists  ***                  !! 
     200!!                                                                    !! 
     201!!   nam_vvl       vertical coordinate options                          (default: z-star) 
     202!!   namdyn_adv    formulation of the momentum advection                (default: NO selection) 
     203!!   namdyn_vor    advection scheme                                     (default: NO selection) 
     204!!   namdyn_hpg    hydrostatic pressure gradient                        (default: NO selection) 
     205!!   namdyn_spg    surface pressure gradient                            (default: NO selection) 
     206!!   namdyn_ldf    lateral diffusion scheme                             (default: NO selection) 
     207!!   namdta_dyn    offline TOP: dynamics read in files                  (OFF_SRC only) 
     208!!====================================================================== 
     209! 
    306210!----------------------------------------------------------------------- 
    307211&namdyn_adv    !   formulation of the momentum advection                (default: NO selection) 
    308212!----------------------------------------------------------------------- 
    309213   ln_dynadv_vec = .true.  !  vector form (T) or flux form (F) 
    310    nn_dynkeg     = 0       ! scheme for grad(KE): =0   C2  ;  =1   Hollingsworth correction 
    311    ln_dynadv_cen2= .false. !  flux form - 2nd order centered scheme 
    312    ln_dynadv_ubs = .false. !  flux form - 3rd order UBS      scheme 
     214      nn_dynkeg  = 0          ! scheme for grad(KE): =0   C2  ;  =1   Hollingsworth correction 
    313215/ 
    314216!----------------------------------------------------------------------- 
    315217&namdyn_vor    !   Vorticity / Coriolis scheme                          (default: NO) 
    316218!----------------------------------------------------------------------- 
    317    ln_dynvor_ene = .true.  !  enstrophy conserving scheme 
    318    ln_dynvor_ens = .false. !  energy conserving scheme 
    319    ln_dynvor_mix = .false. !  mixed scheme 
    320    ln_dynvor_een = .false. !  energy & enstrophy scheme 
    321       nn_een_e3f = 1             !  e3f = masked averaging of e3t divided by 4 (=0) or by the sum of mask (=1) 
     219   ln_dynvor_ene = .true.  !  energy conserving scheme 
    322220/ 
    323221!----------------------------------------------------------------------- 
    324222&namdyn_hpg    !   Hydrostatic pressure gradient option                 (default: NO selection) 
    325223!----------------------------------------------------------------------- 
    326    ln_hpg_zps  = .false.   !  z-coordinate - partial steps (interpolation) 
    327224   ln_hpg_isf  = .true.    !  s-coordinate adapted for isf (standard jacobian formulation) 
    328225/ 
    329226!----------------------------------------------------------------------- 
    330 &namdyn_spg    !   surface pressure gradient                            (default: NO) 
     227&namdyn_spg    !   surface pressure gradient                            (default: NO selection) 
    331228!----------------------------------------------------------------------- 
    332229   ln_dynspg_ts  = .true.  !  split-explicit free surface 
     
    335232&namdyn_ldf    !   lateral diffusion on momentum                        (default: NO selection) 
    336233!----------------------------------------------------------------------- 
    337    !                       !  Type of the operator : 
    338    !                           !  no diffusion: set ln_dynldf_lap=..._blp=F  
    339234   ln_dynldf_lap =  .true.     !    laplacian operator 
    340    ln_dynldf_blp =  .false.    !  bilaplacian operator 
    341    !                       !  Direction of action  : 
    342    ln_dynldf_lev =  .false.    !  iso-level 
    343    ln_dynldf_hor =  .true.     !  horizontal (geopotential) 
    344    ln_dynldf_iso =  .false.    !  iso-neutral 
    345    !                       !  Coefficient 
    346    nn_ahm_ijk_t  = 0           !  space/time variation of eddy coef 
    347    !                                !  =-30  read in eddy_viscosity_3D.nc file 
    348    !                                !  =-20  read in eddy_viscosity_2D.nc file 
    349    !                                !  =  0  constant  
    350    !                                !  = 10  F(k)=c1d 
    351    !                                !  = 20  F(i,j)=F(grid spacing)=c2d 
    352    !                                !  = 30  F(i,j,k)=c2d*c1d 
    353    !                                !  = 31  F(i,j,k)=F(grid spacing and local velocity) 
    354    rn_ahm_0      =    600.     !  horizontal laplacian eddy viscosity   [m2/s] 
    355    rn_ahm_b      =      0.     !  background eddy viscosity for ldf_iso [m2/s] 
    356    rn_bhm_0      = 1.e+12      !  horizontal bilaplacian eddy viscosity [m4/s] 
    357    ! 
    358    ! Caution in 20 and 30 cases the coefficient have to be given for a 1 degree grid (~111km) 
    359 / 
     235   ln_dynldf_lev =  .true.     !  iso-level 
     236   nn_ahm_ijk_t  = 0           !  = 0  constant = 1/2  Uv*Lv   (lap case)  
     237      rn_Uv      = 0.12             !  lateral viscous velocity [m/s] 
     238      rn_Lv      = 10.e+3           !  lateral viscous length   [m] 
     239/ 
     240 
     241!!====================================================================== 
     242!!                     vertical physics namelists                     !! 
     243!!                                                                    !! 
     244!!    namzdf        vertical physics manager                            (default: NO selection) 
     245!!    namzdf_ric    richardson number vertical mixing                   (ln_zdfric=T) 
     246!!    namzdf_tke    TKE vertical mixing                                 (ln_zdftke=T) 
     247!!    namzdf_gls    GLS vertical mixing                                 (ln_zdfgls=T) 
     248!!    namzdf_osm    OSM vertical diffusion                              (ln_zdfosm=T) 
     249!!    namzdf_iwm    tidal mixing parameterization                       (ln_zdfiwm=T) 
     250!!====================================================================== 
     251! 
    360252!----------------------------------------------------------------------- 
    361253&namzdf        !   vertical physics                                     (default: NO selection) 
     
    363255   !                       ! type of vertical closure 
    364256   ln_zdfcst   = .true.       !  constant mixing 
    365    ln_zdfric   = .false.      !  local Richardson dependent formulation (T =>   fill namzdf_ric) 
    366    ln_zdftke   = .false.      !  Turbulent Kinetic Energy closure       (T =>   fill namzdf_tke) 
    367    ln_zdfgls   = .false.      !  Generic Length Scale closure           (T =>   fill namzdf_gls) 
    368    ln_zdfosm   = .false.      !  OSMOSIS BL closure                     (T =>   fill namzdf_osm) 
    369    ! 
    370    !                       ! convection 
    371257   ln_zdfevd   = .true.       !  enhanced vertical diffusion 
    372258      nn_evdm     =    1         ! apply on tracer (=0) or on tracer and momentum (=1) 
    373259      rn_evd      =   0.1        ! mixing coefficient [m2/s] 
    374    ln_zdfnpc   = .false.      !  Non-Penetrative Convective algorithm 
    375       nn_npc      =    1         ! frequency of application of npc 
    376       nn_npcp     =  365         ! npc control print frequency 
    377    ! 
    378    ln_zdfddm   = .false.   ! double diffusive mixing 
    379    ! 
    380    !                       ! gravity wave-driven vertical mixing 
    381    ln_zdfiwm   = .false.      ! internal wave-induced mixing            (T =>   fill namzdf_iwm) 
    382    ln_zdfswm   = .false.      ! surface  wave-induced mixing            (T => ln_wave=ln_sdw=T ) 
    383    ! 
    384260   !                       ! coefficients 
    385    rn_avm0     =   1.e-3     !  vertical eddy viscosity   [m2/s]       (background Kz if ln_zdfcst=F) 
    386    rn_avt0     =   5.e-5     !  vertical eddy diffusivity [m2/s]       (background Kz if ln_zdfcst=F) 
    387    nn_avb      =    0         !  profile for background avt & avm (=1) or not (=0) 
    388    nn_havtb    =    0         !  horizontal shape for avtb (=1) or not (=0) 
    389 / 
    390 !----------------------------------------------------------------------- 
    391 &namzdf_ric    !   richardson number dependent vertical diffusion       (ln_zdfric =T) 
    392 !----------------------------------------------------------------------- 
    393 / 
    394 !----------------------------------------------------------------------- 
    395 &namzdf_tke    !   turbulent eddy kinetic dependent vertical diffusion  (ln_zdftke =T) 
    396 !----------------------------------------------------------------------- 
    397 / 
    398 !----------------------------------------------------------------------- 
    399 &namzdf_gls    !   GLS vertical diffusion                               (ln_zdfgls =T) 
    400 !----------------------------------------------------------------------- 
    401 / 
    402 !----------------------------------------------------------------------- 
    403 &namzdf_osm    !   OSM vertical diffusion                               (ln_zdfosm =T) 
    404 !----------------------------------------------------------------------- 
    405 / 
    406 !----------------------------------------------------------------------- 
    407 &namzdf_iwm    !    internal wave-driven mixing parameterization        (ln_zdfiwm =T) 
    408 !----------------------------------------------------------------------- 
    409 / 
    410 !----------------------------------------------------------------------- 
    411 &nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi") 
    412 !----------------------------------------------------------------------- 
    413 / 
    414 !----------------------------------------------------------------------- 
    415 &namctl        !   Control prints  
    416 !----------------------------------------------------------------------- 
    417 / 
    418 !----------------------------------------------------------------------- 
    419 &namsto        ! Stochastic parametrization of EOS                      (default: NO) 
    420 !----------------------------------------------------------------------- 
    421 / 
    422 !----------------------------------------------------------------------- 
    423 &namtrd        !   trend diagnostics                                    (default F) 
    424 !----------------------------------------------------------------------- 
    425 / 
    426 !----------------------------------------------------------------------- 
    427 &namptr        !   Poleward Transport Diagnostic                        (default F) 
    428 !----------------------------------------------------------------------- 
    429 / 
    430 !----------------------------------------------------------------------- 
    431 &namhsb        !  Heat and salt budgets                                 (default F) 
    432 !----------------------------------------------------------------------- 
    433 / 
    434 !----------------------------------------------------------------------- 
    435 &namdiu        !   Cool skin and warm layer models                      (default F) 
    436 !----------------------------------------------------------------------- 
    437 / 
    438 !----------------------------------------------------------------------- 
    439 &namflo        !   float parameters                                     ("key_float") 
    440 !----------------------------------------------------------------------- 
    441 / 
    442 !----------------------------------------------------------------------- 
    443 &nam_diaharm   !   Harmonic analysis of tidal constituents              ("key_diaharm") 
    444 !----------------------------------------------------------------------- 
    445 / 
    446 !----------------------------------------------------------------------- 
    447 &namdct        ! transports through some sections                       ("key_diadct") 
    448 !----------------------------------------------------------------------- 
    449 / 
    450 !----------------------------------------------------------------------- 
    451 &nam_diatmb    !  Top Middle Bottom Output                              (default F) 
    452 !----------------------------------------------------------------------- 
    453 / 
    454 !----------------------------------------------------------------------- 
    455 &nam_dia25h    !  25h Mean Output                                       (default F) 
    456 !----------------------------------------------------------------------- 
    457 / 
    458 !----------------------------------------------------------------------- 
    459 &namnc4        !   netcdf4 chunking and compression settings            ("key_netcdf4") 
    460 !----------------------------------------------------------------------- 
    461 / 
    462 !----------------------------------------------------------------------- 
    463 &namobs        !  observation usage switch 
    464 !----------------------------------------------------------------------- 
    465 / 
    466 !----------------------------------------------------------------------- 
    467 &nam_asminc    !   assimilation increments                              ('key_asminc') 
    468 !----------------------------------------------------------------------- 
    469 / 
    470 !----------------------------------------------------------------------- 
    471 &namdta_dyn    !   offline dynamics read in files                       ("key_offline") 
    472 !----------------------------------------------------------------------- 
    473 / 
     261   rn_avm0     =   1.e-3     !  vertical eddy viscosity   [m2/s] 
     262   rn_avt0     =   5.e-5     !  vertical eddy diffusivity [m2/s] 
     263/ 
  • branches/2017/dev_merge_2017/NEMOGCM/CONFIG/TEST_CASES/LOCK_EXCHANGE/EXP00/namelist_FCT2_flux_cen2_cfg

    r9169 r9490  
    102102/ 
    103103!----------------------------------------------------------------------- 
    104 &namtra_adv_mle !   mixed layer eddy parametrisation (Fox-Kemper param) (default: NO) 
    105 !----------------------------------------------------------------------- 
    106 / 
    107 !----------------------------------------------------------------------- 
    108104&namtra_ldf    !   lateral diffusion scheme for tracers 
    109105!----------------------------------------------------------------------- 
     
    113109   ln_traldf_blp   =  .false.  !  bilaplacian operator 
    114110/ 
    115 !----------------------------------------------------------------------- 
    116 &namtra_ldfeiv !   eddy induced velocity param.                         (default: NO) 
    117 !----------------------------------------------------------------------- 
    118 / 
    119 !----------------------------------------------------------------------- 
    120 &namtra_dmp    !   tracer: T & S newtonian damping                       (default: YES) 
    121 !----------------------------------------------------------------------- 
    122    ln_tradmp   =  .false.   !  add a damping termn (T) or not (F) 
    123 / 
     111 
     112!!====================================================================== 
     113!!                      ***  Dynamics namelists  ***                  !! 
     114!!====================================================================== 
     115! 
    124116!----------------------------------------------------------------------- 
    125117&namdyn_adv    !   formulation of the momentum advection 
     
    175167   !                       !  Coefficient 
    176168   nn_ahm_ijk_t  = 0         !  space/time variation of eddy coef 
    177    !                                !  =-30  read in eddy_viscosity_3D.nc file 
    178    !                                !  =-20  read in eddy_viscosity_2D.nc file 
    179    !                                !  =  0  constant  
    180    !                                !  = 10  F(k)=c1d 
    181    !                                !  = 20  F(i,j)=F(grid spacing)=c2d 
    182    !                                !  = 30  F(i,j,k)=c2d*c1d 
    183    !                                !  = 31  F(i,j,k)=F(grid spacing and local velocity) 
    184    rn_ahm_0      =     0.01    !  horizontal laplacian eddy viscosity   [m2/s] 
    185    rn_ahm_b      =     0.      !  background eddy viscosity for ldf_iso [m2/s] 
    186    rn_bhm_0      =     1.e+12  !  horizontal bilaplacian eddy viscosity [m4/s] 
    187 / 
     169      !                             !  =  0  constant  
     170      !                        !  time invariant coefficients :  ahm = 1/2  Uv*Lv   (lap case)  
     171      !                             !                            bhm = 1/12 Uv*Lv^3 (blp case) 
     172      rn_Uv      = 4.e-5            !  lateral viscous velocity [m/s] (nn_ahm_ijk_t= 0, 10, 20, 30) 
     173      rn_Lv      = 500.             !  lateral viscous length   [m]   (nn_ahm_ijk_t= 0, 10) 
     174/ 
     175 
    188176!!====================================================================== 
    189177!!                     vertical physics namelists                     !! 
    190178!!====================================================================== 
     179! 
    191180!----------------------------------------------------------------------- 
    192181&namzdf        !   vertical physics                                     (default: NO selection) 
  • branches/2017/dev_merge_2017/NEMOGCM/CONFIG/TEST_CASES/LOCK_EXCHANGE/EXP00/namelist_FCT2_flux_ubs_cfg

    r9169 r9490  
    102102/ 
    103103!----------------------------------------------------------------------- 
    104 &namtra_adv_mle !   mixed layer eddy parametrisation (Fox-Kemper param) (default: NO) 
    105 !----------------------------------------------------------------------- 
    106 / 
    107 !----------------------------------------------------------------------- 
    108104&namtra_ldf    !   lateral diffusion scheme for tracers 
    109105!----------------------------------------------------------------------- 
     
    113109   ln_traldf_blp   =  .false.  !  bilaplacian operator 
    114110/ 
    115 !----------------------------------------------------------------------- 
    116 &namtra_ldfeiv !   eddy induced velocity param.                         (default: NO) 
    117 !----------------------------------------------------------------------- 
    118 / 
    119 !----------------------------------------------------------------------- 
    120 &namtra_dmp    !   tracer: T & S newtonian damping                       (default: YES) 
    121 !----------------------------------------------------------------------- 
    122    ln_tradmp   =  .false.   !  add a damping termn (T) or not (F) 
    123 / 
     111 
     112!!====================================================================== 
     113!!                      ***  Dynamics namelists  ***                  !! 
     114!!====================================================================== 
     115! 
    124116!----------------------------------------------------------------------- 
    125117&namdyn_adv    !   formulation of the momentum advection 
     
    175167   !                       !  Coefficient 
    176168   nn_ahm_ijk_t  = 0           !  space/time variation of eddy coef  
    177    !                                !  =-30  read in eddy_viscosity_3D.nc file  
    178    !                                !  =-20  read in eddy_viscosity_2D.nc file  
    179    !                                !  =  0  constant  
    180    !                                !  = 10  F(k)=c1d 
    181    !                                !  = 20  F(i,j)=F(grid spacing)=c2d 
    182    !                                !  = 30  F(i,j,k)=c2d*c1d 
    183    !                                !  = 31  F(i,j,k)=F(grid spacing and local velocity) 
    184    !                                !  = 32  F(i,j,k)=F(local gridscale and deformation rate) 
    185    ! Caution in 20 and 30 cases the coefficient have to be given for a 1 degree grid (~111km) 
    186    rn_ahm_0      =     0.01    !  horizontal laplacian eddy viscosity   [m2/s] 
    187    rn_ahm_b      =     0.      !  background eddy viscosity for ldf_iso [m2/s] 
    188    rn_bhm_0      =     1.e+12  !  horizontal bilaplacian eddy viscosity [m4/s] 
    189    !                       !  Smagorinsky settings (nn_ahm_ijk_t  = 32) : 
    190    rn_csmc       = 3.5         !  Smagorinsky constant of proportionality 
    191    rn_minfac     = 1.0         !  multiplier of theorectical lower limit 
    192    rn_maxfac     = 1.0         !  multiplier of theorectical upper limit 
     169      !                             !  =  0  constant  
     170      !                        !  time invariant coefficients :  ahm = 1/2  Uv*Lv   (lap case)  
     171      !                             !                            bhm = 1/12 Uv*Lv^3 (blp case) 
     172      rn_Uv      = 4.e-5            !  lateral viscous velocity [m/s] (nn_ahm_ijk_t= 0, 10, 20, 30) 
     173      rn_Lv      = 500.             !  lateral viscous length   [m]   (nn_ahm_ijk_t= 0, 10) 
    193174/ 
    194175!!====================================================================== 
  • branches/2017/dev_merge_2017/NEMOGCM/CONFIG/TEST_CASES/LOCK_EXCHANGE/EXP00/namelist_FCT2_vect_eenH_cfg

    r9169 r9490  
    102102/ 
    103103!----------------------------------------------------------------------- 
    104 &namtra_adv_mle !   mixed layer eddy parametrisation (Fox-Kemper param) (default: NO) 
    105 !----------------------------------------------------------------------- 
    106 / 
    107 !----------------------------------------------------------------------- 
    108104&namtra_ldf    !   lateral diffusion scheme for tracers 
    109105!----------------------------------------------------------------------- 
     
    113109   ln_traldf_blp   =  .false.  !  bilaplacian operator 
    114110/ 
    115 !----------------------------------------------------------------------- 
    116 &namtra_ldfeiv !   eddy induced velocity param.                         (default: NO) 
    117 !----------------------------------------------------------------------- 
    118 / 
    119 !----------------------------------------------------------------------- 
    120 &namtra_dmp    !   tracer: T & S newtonian damping                       (default: YES) 
    121 !----------------------------------------------------------------------- 
    122    ln_tradmp   =  .false.   !  add a damping termn (T) or not (F) 
    123 / 
     111 
     112!!====================================================================== 
     113!!                      ***  Dynamics namelists  ***                  !! 
     114!!====================================================================== 
     115! 
    124116!----------------------------------------------------------------------- 
    125117&namdyn_adv    !   formulation of the momentum advection 
     
    175167   !                       !  Coefficient 
    176168   nn_ahm_ijk_t  = 0         !  space/time variation of eddy coef 
    177    !                                !  =-30  read in eddy_viscosity_3D.nc file 
    178    !                                !  =-20  read in eddy_viscosity_2D.nc file 
    179    !                                !  =  0  constant  
    180    !                                !  = 10  F(k)=c1d 
    181    !                                !  = 20  F(i,j)=F(grid spacing)=c2d 
    182    !                                !  = 30  F(i,j,k)=c2d*c1d 
    183    !                                !  = 31  F(i,j,k)=F(grid spacing and local velocity) 
    184    rn_ahm_0      =     0.01    !  horizontal laplacian eddy viscosity   [m2/s] 
    185    rn_ahm_b      =     0.      !  background eddy viscosity for ldf_iso [m2/s] 
    186    rn_bhm_0      =     1.e+12  !  horizontal bilaplacian eddy viscosity [m4/s] 
    187 / 
     169      !                             !  =  0  constant  
     170      !                        !  time invariant coefficients :  ahm = 1/2  Uv*Lv   (lap case)  
     171      !                             !                            bhm = 1/12 Uv*Lv^3 (blp case) 
     172      rn_Uv      = 4.e-5            !  lateral viscous velocity [m/s] (nn_ahm_ijk_t= 0, 10, 20, 30) 
     173      rn_Lv      = 500.             !  lateral viscous length   [m]   (nn_ahm_ijk_t= 0, 10) 
     174/ 
     175 
    188176!!====================================================================== 
    189177!!                     vertical physics namelists                     !! 
  • branches/2017/dev_merge_2017/NEMOGCM/CONFIG/TEST_CASES/LOCK_EXCHANGE/EXP00/namelist_FCT2_vect_een_cfg

    r9169 r9490  
    102102/ 
    103103!----------------------------------------------------------------------- 
    104 &namtra_adv_mle !   mixed layer eddy parametrisation (Fox-Kemper param) (default: NO) 
    105 !----------------------------------------------------------------------- 
    106 / 
    107 !----------------------------------------------------------------------- 
    108104&namtra_ldf    !   lateral diffusion scheme for tracers 
    109105!----------------------------------------------------------------------- 
     
    113109   ln_traldf_blp   =  .false.  !  bilaplacian operator 
    114110/ 
    115 !----------------------------------------------------------------------- 
    116 &namtra_ldfeiv !   eddy induced velocity param.                         (default: NO) 
    117 !----------------------------------------------------------------------- 
    118 / 
    119 !----------------------------------------------------------------------- 
    120 &namtra_dmp    !   tracer: T & S newtonian damping                       (default: YES) 
    121 !----------------------------------------------------------------------- 
    122    ln_tradmp   =  .false.   !  add a damping termn (T) or not (F) 
    123 / 
     111 
     112!!====================================================================== 
     113!!                      ***  Dynamics namelists  ***                  !! 
     114!!====================================================================== 
     115! 
    124116!----------------------------------------------------------------------- 
    125117&namdyn_adv    !   formulation of the momentum advection 
     
    175167   !                       !  Coefficient 
    176168   nn_ahm_ijk_t  = 0         !  space/time variation of eddy coef 
    177    !                                !  =-30  read in eddy_viscosity_3D.nc file 
    178    !                                !  =-20  read in eddy_viscosity_2D.nc file 
    179    !                                !  =  0  constant  
    180    !                                !  = 10  F(k)=c1d 
    181    !                                !  = 20  F(i,j)=F(grid spacing)=c2d 
    182    !                                !  = 30  F(i,j,k)=c2d*c1d 
    183    !                                !  = 31  F(i,j,k)=F(grid spacing and local velocity) 
    184    rn_ahm_0      =     0.01    !  horizontal laplacian eddy viscosity   [m2/s] 
    185    rn_ahm_b      =     0.      !  background eddy viscosity for ldf_iso [m2/s] 
    186    rn_bhm_0      =     1.e+12  !  horizontal bilaplacian eddy viscosity [m4/s] 
     169      !                             !  =  0  constant  
     170      !                        !  time invariant coefficients :  ahm = 1/2  Uv*Lv   (lap case)  
     171      !                             !                            bhm = 1/12 Uv*Lv^3 (blp case) 
     172      rn_Uv      = 4.e-5            !  lateral viscous velocity [m/s] (nn_ahm_ijk_t= 0, 10, 20, 30) 
     173      rn_Lv      = 500.             !  lateral viscous length   [m]   (nn_ahm_ijk_t= 0, 10) 
    187174/ 
    188175!!====================================================================== 
  • branches/2017/dev_merge_2017/NEMOGCM/CONFIG/TEST_CASES/LOCK_EXCHANGE/EXP00/namelist_FCT2_vect_ene_cfg

    r9169 r9490  
    102102/ 
    103103!----------------------------------------------------------------------- 
    104 &namtra_adv_mle !   mixed layer eddy parametrisation (Fox-Kemper param) (default: NO) 
    105 !----------------------------------------------------------------------- 
    106 / 
    107 !----------------------------------------------------------------------- 
    108104&namtra_ldf    !   lateral diffusion scheme for tracers 
    109105!----------------------------------------------------------------------- 
     
    113109   ln_traldf_blp   =  .false.  !  bilaplacian operator 
    114110/ 
    115 !----------------------------------------------------------------------- 
    116 &namtra_ldfeiv !   eddy induced velocity param.                         (default: NO) 
    117 !----------------------------------------------------------------------- 
    118 / 
    119 !----------------------------------------------------------------------- 
    120 &namtra_dmp    !   tracer: T & S newtonian damping                       (default: YES) 
    121 !----------------------------------------------------------------------- 
    122    ln_tradmp   =  .false.   !  add a damping termn (T) or not (F) 
    123 / 
     111 
     112!!====================================================================== 
     113!!                      ***  Dynamics namelists  ***                  !! 
     114!!====================================================================== 
     115! 
    124116!----------------------------------------------------------------------- 
    125117&namdyn_adv    !   formulation of the momentum advection 
     
    175167   !                       !  Coefficient 
    176168   nn_ahm_ijk_t  = 0         !  space/time variation of eddy coef 
    177    !                                !  =-30  read in eddy_viscosity_3D.nc file 
    178    !                                !  =-20  read in eddy_viscosity_2D.nc file 
    179    !                                !  =  0  constant  
    180    !                                !  = 10  F(k)=c1d 
    181    !                                !  = 20  F(i,j)=F(grid spacing)=c2d 
    182    !                                !  = 30  F(i,j,k)=c2d*c1d 
    183    !                                !  = 31  F(i,j,k)=F(grid spacing and local velocity) 
    184    rn_ahm_0      =     0.01    !  horizontal laplacian eddy viscosity   [m2/s] 
    185    rn_ahm_b      =     0.      !  background eddy viscosity for ldf_iso [m2/s] 
    186    rn_bhm_0      =     1.e+12  !  horizontal bilaplacian eddy viscosity [m4/s] 
     169      !                             !  =  0  constant  
     170      !                        !  time invariant coefficients :  ahm = 1/2  Uv*Lv   (lap case)  
     171      !                             !                            bhm = 1/12 Uv*Lv^3 (blp case) 
     172      rn_Uv      = 4.e-5            !  lateral viscous velocity [m/s] (nn_ahm_ijk_t= 0, 10, 20, 30) 
     173      rn_Lv      = 500.             !  lateral viscous length   [m]   (nn_ahm_ijk_t= 0, 10) 
    187174/ 
    188175!!====================================================================== 
  • branches/2017/dev_merge_2017/NEMOGCM/CONFIG/TEST_CASES/LOCK_EXCHANGE/EXP00/namelist_FCT2_vect_ens_cfg

    r9169 r9490  
    102102/ 
    103103!----------------------------------------------------------------------- 
    104 &namtra_adv_mle !   mixed layer eddy parametrisation (Fox-Kemper param) (default: NO) 
    105 !----------------------------------------------------------------------- 
    106 / 
    107 !----------------------------------------------------------------------- 
    108104&namtra_ldf    !   lateral diffusion scheme for tracers 
    109105!----------------------------------------------------------------------- 
     
    113109   ln_traldf_blp   =  .false.  !  bilaplacian operator 
    114110/ 
    115 !----------------------------------------------------------------------- 
    116 &namtra_ldfeiv !   eddy induced velocity param.                         (default: NO) 
    117 !----------------------------------------------------------------------- 
    118 / 
    119 !----------------------------------------------------------------------- 
    120 &namtra_dmp    !   tracer: T & S newtonian damping                       (default: YES) 
    121 !----------------------------------------------------------------------- 
    122    ln_tradmp   =  .false.   !  add a damping termn (T) or not (F) 
    123 / 
     111 
     112!!====================================================================== 
     113!!                      ***  Dynamics namelists  ***                  !! 
     114!!====================================================================== 
     115! 
    124116!----------------------------------------------------------------------- 
    125117&namdyn_adv    !   formulation of the momentum advection 
     
    175167   !                       !  Coefficient 
    176168   nn_ahm_ijk_t  = 0         !  space/time variation of eddy coef 
    177    !                                !  =-30  read in eddy_viscosity_3D.nc file 
    178    !                                !  =-20  read in eddy_viscosity_2D.nc file 
    179    !                                !  =  0  constant  
    180    !                                !  = 10  F(k)=c1d 
    181    !                                !  = 20  F(i,j)=F(grid spacing)=c2d 
    182    !                                !  = 30  F(i,j,k)=c2d*c1d 
    183    !                                !  = 31  F(i,j,k)=F(grid spacing and local velocity) 
    184    rn_ahm_0      =     0.01    !  horizontal laplacian eddy viscosity   [m2/s] 
    185    rn_ahm_b      =     0.      !  background eddy viscosity for ldf_iso [m2/s] 
    186    rn_bhm_0      =     1.e+12  !  horizontal bilaplacian eddy viscosity [m4/s] 
    187 / 
     169      !                             !  =  0  constant  
     170      !                        !  time invariant coefficients :  ahm = 1/2  Uv*Lv   (lap case)  
     171      !                             !                            bhm = 1/12 Uv*Lv^3 (blp case) 
     172      rn_Uv      = 4.e-5            !  lateral viscous velocity [m/s] (nn_ahm_ijk_t= 0, 10, 20, 30) 
     173      rn_Lv      = 500.             !  lateral viscous length   [m]   (nn_ahm_ijk_t= 0, 10) 
     174/ 
     175 
    188176!!====================================================================== 
    189177!!                     vertical physics namelists                     !! 
  • branches/2017/dev_merge_2017/NEMOGCM/CONFIG/TEST_CASES/LOCK_EXCHANGE/EXP00/namelist_FCT4_flux_cen2_cfg

    r9169 r9490  
    102102/ 
    103103!----------------------------------------------------------------------- 
    104 &namtra_adv_mle !   mixed layer eddy parametrisation (Fox-Kemper param) (default: NO) 
    105 !----------------------------------------------------------------------- 
    106 / 
    107 !----------------------------------------------------------------------- 
    108104&namtra_ldf    !   lateral diffusion scheme for tracers 
    109105!----------------------------------------------------------------------- 
     
    113109   ln_traldf_blp   =  .false.  !  bilaplacian operator 
    114110/ 
    115 !----------------------------------------------------------------------- 
    116 &namtra_ldfeiv !   eddy induced velocity param.                         (default: NO) 
    117 !----------------------------------------------------------------------- 
    118 / 
    119 !----------------------------------------------------------------------- 
    120 &namtra_dmp    !   tracer: T & S newtonian damping                       (default: YES) 
    121 !----------------------------------------------------------------------- 
    122    ln_tradmp   =  .false.   !  add a damping termn (T) or not (F) 
    123 / 
     111 
     112!!====================================================================== 
     113!!                      ***  Dynamics namelists  ***                  !! 
     114!!====================================================================== 
     115! 
    124116!----------------------------------------------------------------------- 
    125117&namdyn_adv    !   formulation of the momentum advection 
     
    175167   !                       !  Coefficient 
    176168   nn_ahm_ijk_t  = 0         !  space/time variation of eddy coef 
    177    !                                !  =-30  read in eddy_viscosity_3D.nc file 
    178    !                                !  =-20  read in eddy_viscosity_2D.nc file 
    179    !                                !  =  0  constant  
    180    !                                !  = 10  F(k)=c1d 
    181    !                                !  = 20  F(i,j)=F(grid spacing)=c2d 
    182    !                                !  = 30  F(i,j,k)=c2d*c1d 
    183    !                                !  = 31  F(i,j,k)=F(grid spacing and local velocity) 
    184    rn_ahm_0      =     0.01    !  horizontal laplacian eddy viscosity   [m2/s] 
    185    rn_ahm_b      =     0.      !  background eddy viscosity for ldf_iso [m2/s] 
    186    rn_bhm_0      =     1.e+12  !  horizontal bilaplacian eddy viscosity [m4/s] 
    187 / 
     169      !                             !  =  0  constant  
     170      !                        !  time invariant coefficients :  ahm = 1/2  Uv*Lv   (lap case)  
     171      !                             !                            bhm = 1/12 Uv*Lv^3 (blp case) 
     172      rn_Uv      = 4.e-5            !  lateral viscous velocity [m/s] (nn_ahm_ijk_t= 0, 10, 20, 30) 
     173      rn_Lv      = 500.             !  lateral viscous length   [m]   (nn_ahm_ijk_t= 0, 10) 
     174/ 
     175 
    188176!!====================================================================== 
    189177!!                     vertical physics namelists                     !! 
  • branches/2017/dev_merge_2017/NEMOGCM/CONFIG/TEST_CASES/LOCK_EXCHANGE/EXP00/namelist_FCT4_flux_ubs_cfg

    r9169 r9490  
    102102/ 
    103103!----------------------------------------------------------------------- 
    104 &namtra_adv_mle !   mixed layer eddy parametrisation (Fox-Kemper param) (default: NO) 
    105 !----------------------------------------------------------------------- 
    106 / 
    107 !----------------------------------------------------------------------- 
    108104&namtra_ldf    !   lateral diffusion scheme for tracers 
    109105!----------------------------------------------------------------------- 
     
    113109   ln_traldf_blp   =  .false.  !  bilaplacian operator 
    114110/ 
    115 !----------------------------------------------------------------------- 
    116 &namtra_ldfeiv !   eddy induced velocity param.                         (default: NO) 
    117 !----------------------------------------------------------------------- 
    118 / 
    119 !----------------------------------------------------------------------- 
    120 &namtra_dmp    !   tracer: T & S newtonian damping                       (default: YES) 
    121 !----------------------------------------------------------------------- 
    122    ln_tradmp   =  .false.   !  add a damping termn (T) or not (F) 
    123 / 
     111 
     112!!====================================================================== 
     113!!                      ***  Dynamics namelists  ***                  !! 
     114!!====================================================================== 
     115! 
    124116!----------------------------------------------------------------------- 
    125117&namdyn_adv    !   formulation of the momentum advection 
     
    175167   !                       !  Coefficient 
    176168   nn_ahm_ijk_t  = 0           !  space/time variation of eddy coef  
    177    !                                !  =-30  read in eddy_viscosity_3D.nc file  
    178    !                                !  =-20  read in eddy_viscosity_2D.nc file  
    179    !                                !  =  0  constant  
    180    !                                !  = 10  F(k)=c1d 
    181    !                                !  = 20  F(i,j)=F(grid spacing)=c2d 
    182    !                                !  = 30  F(i,j,k)=c2d*c1d 
    183    !                                !  = 31  F(i,j,k)=F(grid spacing and local velocity) 
    184    !                                !  = 32  F(i,j,k)=F(local gridscale and deformation rate) 
    185    ! Caution in 20 and 30 cases the coefficient have to be given for a 1 degree grid (~111km) 
    186    rn_ahm_0      =     0.01    !  horizontal laplacian eddy viscosity   [m2/s] 
    187    rn_ahm_b      =     0.      !  background eddy viscosity for ldf_iso [m2/s] 
    188    rn_bhm_0      =     1.e+12  !  horizontal bilaplacian eddy viscosity [m4/s] 
    189    !                       !  Smagorinsky settings (nn_ahm_ijk_t  = 32) : 
    190    rn_csmc       = 3.5         !  Smagorinsky constant of proportionality 
    191    rn_minfac     = 1.0         !  multiplier of theorectical lower limit 
    192    rn_maxfac     = 1.0         !  multiplier of theorectical upper limit 
    193 / 
     169      !                             !  =  0  constant  
     170      !                        !  time invariant coefficients :  ahm = 1/2  Uv*Lv   (lap case)  
     171      !                             !                            bhm = 1/12 Uv*Lv^3 (blp case) 
     172      rn_Uv      = 4.e-5            !  lateral viscous velocity [m/s] (nn_ahm_ijk_t= 0, 10, 20, 30) 
     173      rn_Lv      = 500.             !  lateral viscous length   [m]   (nn_ahm_ijk_t= 0, 10) 
     174/ 
     175 
    194176!!====================================================================== 
    195177!!                     vertical physics namelists                     !! 
  • branches/2017/dev_merge_2017/NEMOGCM/CONFIG/TEST_CASES/LOCK_EXCHANGE/EXP00/namelist_FCT4_vect_eenH_cfg

    r9169 r9490  
    102102/ 
    103103!----------------------------------------------------------------------- 
    104 &namtra_adv_mle !   mixed layer eddy parametrisation (Fox-Kemper param) (default: NO) 
    105 !----------------------------------------------------------------------- 
    106 / 
    107 !----------------------------------------------------------------------- 
    108104&namtra_ldf    !   lateral diffusion scheme for tracers 
    109105!----------------------------------------------------------------------- 
     
    113109   ln_traldf_blp   =  .false.  !  bilaplacian operator 
    114110/ 
    115 !----------------------------------------------------------------------- 
    116 &namtra_ldfeiv !   eddy induced velocity param.                         (default: NO) 
    117 !----------------------------------------------------------------------- 
    118 / 
    119 !----------------------------------------------------------------------- 
    120 &namtra_dmp    !   tracer: T & S newtonian damping                       (default: YES) 
    121 !----------------------------------------------------------------------- 
    122    ln_tradmp   =  .false.   !  add a damping termn (T) or not (F) 
    123 / 
     111 
     112!!====================================================================== 
     113!!                      ***  Dynamics namelists  ***                  !! 
     114!!====================================================================== 
     115! 
    124116!----------------------------------------------------------------------- 
    125117&namdyn_adv    !   formulation of the momentum advection 
     
    175167   !                       !  Coefficient 
    176168   nn_ahm_ijk_t  = 0         !  space/time variation of eddy coef 
    177    !                                !  =-30  read in eddy_viscosity_3D.nc file 
    178    !                                !  =-20  read in eddy_viscosity_2D.nc file 
    179    !                                !  =  0  constant  
    180    !                                !  = 10  F(k)=c1d 
    181    !                                !  = 20  F(i,j)=F(grid spacing)=c2d 
    182    !                                !  = 30  F(i,j,k)=c2d*c1d 
    183    !                                !  = 31  F(i,j,k)=F(grid spacing and local velocity) 
    184    rn_ahm_0      =     0.01    !  horizontal laplacian eddy viscosity   [m2/s] 
    185    rn_ahm_b      =     0.      !  background eddy viscosity for ldf_iso [m2/s] 
    186    rn_bhm_0      =     1.e+12  !  horizontal bilaplacian eddy viscosity [m4/s] 
     169      !                             !  =  0  constant  
     170      !                        !  time invariant coefficients :  ahm = 1/2  Uv*Lv   (lap case)  
     171      !                             !                            bhm = 1/12 Uv*Lv^3 (blp case) 
     172      rn_Uv      = 4.e-5            !  lateral viscous velocity [m/s] (nn_ahm_ijk_t= 0, 10, 20, 30) 
     173      rn_Lv      = 500.             !  lateral viscous length   [m]   (nn_ahm_ijk_t= 0, 10) 
    187174/ 
    188175!!====================================================================== 
  • branches/2017/dev_merge_2017/NEMOGCM/CONFIG/TEST_CASES/LOCK_EXCHANGE/EXP00/namelist_FCT4_vect_een_cfg

    r9169 r9490  
    102102/ 
    103103!----------------------------------------------------------------------- 
    104 &namtra_adv_mle !   mixed layer eddy parametrisation (Fox-Kemper param) (default: NO) 
    105 !----------------------------------------------------------------------- 
    106 / 
    107 !----------------------------------------------------------------------- 
    108104&namtra_ldf    !   lateral diffusion scheme for tracers 
    109105!----------------------------------------------------------------------- 
     
    113109   ln_traldf_blp   =  .false.  !  bilaplacian operator 
    114110/ 
    115 !----------------------------------------------------------------------- 
    116 &namtra_ldfeiv !   eddy induced velocity param.                         (default: NO) 
    117 !----------------------------------------------------------------------- 
    118 / 
    119 !----------------------------------------------------------------------- 
    120 &namtra_dmp    !   tracer: T & S newtonian damping                       (default: YES) 
    121 !----------------------------------------------------------------------- 
    122    ln_tradmp   =  .false.   !  add a damping termn (T) or not (F) 
    123 / 
     111 
     112!!====================================================================== 
     113!!                      ***  Dynamics namelists  ***                  !! 
     114!!====================================================================== 
     115! 
    124116!----------------------------------------------------------------------- 
    125117&namdyn_adv    !   formulation of the momentum advection 
     
    175167   !                       !  Coefficient 
    176168   nn_ahm_ijk_t  = 0         !  space/time variation of eddy coef 
    177    !                                !  =-30  read in eddy_viscosity_3D.nc file 
    178    !                                !  =-20  read in eddy_viscosity_2D.nc file 
    179    !                                !  =  0  constant  
    180    !                                !  = 10  F(k)=c1d 
    181    !                                !  = 20  F(i,j)=F(grid spacing)=c2d 
    182    !                                !  = 30  F(i,j,k)=c2d*c1d 
    183    !                                !  = 31  F(i,j,k)=F(grid spacing and local velocity) 
    184    rn_ahm_0      =     0.01    !  horizontal laplacian eddy viscosity   [m2/s] 
    185    rn_ahm_b      =     0.      !  background eddy viscosity for ldf_iso [m2/s] 
    186    rn_bhm_0      =     1.e+12  !  horizontal bilaplacian eddy viscosity [m4/s] 
    187 / 
     169      !                             !  =  0  constant  
     170      !                        !  time invariant coefficients :  ahm = 1/2  Uv*Lv   (lap case)  
     171      !                             !                            bhm = 1/12 Uv*Lv^3 (blp case) 
     172      rn_Uv      = 4.e-5            !  lateral viscous velocity [m/s] (nn_ahm_ijk_t= 0, 10, 20, 30) 
     173      rn_Lv      = 500.             !  lateral viscous length   [m]   (nn_ahm_ijk_t= 0, 10) 
     174/ 
     175 
    188176!!====================================================================== 
    189177!!                     vertical physics namelists                     !! 
  • branches/2017/dev_merge_2017/NEMOGCM/CONFIG/TEST_CASES/LOCK_EXCHANGE/EXP00/namelist_FCT4_vect_ene_cfg

    r9169 r9490  
    102102/ 
    103103!----------------------------------------------------------------------- 
    104 &namtra_adv_mle !   mixed layer eddy parametrisation (Fox-Kemper param) (default: NO) 
    105 !----------------------------------------------------------------------- 
    106 / 
    107 !----------------------------------------------------------------------- 
    108104&namtra_ldf    !   lateral diffusion scheme for tracers 
    109105!----------------------------------------------------------------------- 
     
    113109   ln_traldf_blp   =  .false.  !  bilaplacian operator 
    114110/ 
    115 !----------------------------------------------------------------------- 
    116 &namtra_ldfeiv !   eddy induced velocity param.                         (default: NO) 
    117 !----------------------------------------------------------------------- 
    118 / 
    119 !----------------------------------------------------------------------- 
    120 &namtra_dmp    !   tracer: T & S newtonian damping                       (default: YES) 
    121 !----------------------------------------------------------------------- 
    122    ln_tradmp   =  .false.   !  add a damping termn (T) or not (F) 
    123 / 
     111 
     112!!====================================================================== 
     113!!                      ***  Dynamics namelists  ***                  !! 
     114!!====================================================================== 
     115! 
    124116!----------------------------------------------------------------------- 
    125117&namdyn_adv    !   formulation of the momentum advection 
     
    175167   !                       !  Coefficient 
    176168   nn_ahm_ijk_t  = 0         !  space/time variation of eddy coef 
    177    !                                !  =-30  read in eddy_viscosity_3D.nc file 
    178    !                                !  =-20  read in eddy_viscosity_2D.nc file 
    179    !                                !  =  0  constant  
    180    !                                !  = 10  F(k)=c1d 
    181    !                                !  = 20  F(i,j)=F(grid spacing)=c2d 
    182    !                                !  = 30  F(i,j,k)=c2d*c1d 
    183    !                                !  = 31  F(i,j,k)=F(grid spacing and local velocity) 
    184    rn_ahm_0      =     0.01    !  horizontal laplacian eddy viscosity   [m2/s] 
    185    rn_ahm_b      =     0.      !  background eddy viscosity for ldf_iso [m2/s] 
    186    rn_bhm_0      =     1.e+12  !  horizontal bilaplacian eddy viscosity [m4/s] 
    187 / 
     169      !                             !  =  0  constant  
     170      !                        !  time invariant coefficients :  ahm = 1/2  Uv*Lv   (lap case)  
     171      !                             !                            bhm = 1/12 Uv*Lv^3 (blp case) 
     172      rn_Uv      = 4.e-5            !  lateral viscous velocity [m/s] (nn_ahm_ijk_t= 0, 10, 20, 30) 
     173      rn_Lv      = 500.             !  lateral viscous length   [m]   (nn_ahm_ijk_t= 0, 10) 
     174/ 
     175 
    188176!!====================================================================== 
    189177!!                     vertical physics namelists                     !! 
    190178!!====================================================================== 
     179! 
    191180!----------------------------------------------------------------------- 
    192181&namzdf        !   vertical physics                                     (default: NO selection) 
  • branches/2017/dev_merge_2017/NEMOGCM/CONFIG/TEST_CASES/LOCK_EXCHANGE/EXP00/namelist_FCT4_vect_ens_cfg

    r9169 r9490  
    102102/ 
    103103!----------------------------------------------------------------------- 
    104 &namtra_adv_mle !   mixed layer eddy parametrisation (Fox-Kemper param) (default: NO) 
    105 !----------------------------------------------------------------------- 
    106 / 
    107 !----------------------------------------------------------------------- 
    108104&namtra_ldf    !   lateral diffusion scheme for tracers 
    109105!----------------------------------------------------------------------- 
     
    113109   ln_traldf_blp   =  .false.  !  bilaplacian operator 
    114110/ 
    115 !----------------------------------------------------------------------- 
    116 &namtra_ldfeiv !   eddy induced velocity param.                         (default: NO) 
    117 !----------------------------------------------------------------------- 
    118 / 
    119 !----------------------------------------------------------------------- 
    120 &namtra_dmp    !   tracer: T & S newtonian damping                       (default: YES) 
    121 !----------------------------------------------------------------------- 
    122    ln_tradmp   =  .false.   !  add a damping termn (T) or not (F) 
    123 / 
     111 
     112!!====================================================================== 
     113!!                      ***  Dynamics namelists  ***                  !! 
     114!!====================================================================== 
     115! 
    124116!----------------------------------------------------------------------- 
    125117&namdyn_adv    !   formulation of the momentum advection 
     
    175167   !                       !  Coefficient 
    176168   nn_ahm_ijk_t  = 0         !  space/time variation of eddy coef 
    177    !                                !  =-30  read in eddy_viscosity_3D.nc file 
    178    !                                !  =-20  read in eddy_viscosity_2D.nc file 
    179    !                                !  =  0  constant  
    180    !                                !  = 10  F(k)=c1d 
    181    !                                !  = 20  F(i,j)=F(grid spacing)=c2d 
    182    !                                !  = 30  F(i,j,k)=c2d*c1d 
    183    !                                !  = 31  F(i,j,k)=F(grid spacing and local velocity) 
    184    rn_ahm_0      =     0.01    !  horizontal laplacian eddy viscosity   [m2/s] 
    185    rn_ahm_b      =     0.      !  background eddy viscosity for ldf_iso [m2/s] 
    186    rn_bhm_0      =     1.e+12  !  horizontal bilaplacian eddy viscosity [m4/s] 
    187 / 
     169      !                             !  =  0  constant  
     170      !                        !  time invariant coefficients :  ahm = 1/2  Uv*Lv   (lap case)  
     171      !                             !                            bhm = 1/12 Uv*Lv^3 (blp case) 
     172      rn_Uv      = 4.e-5            !  lateral viscous velocity [m/s] (nn_ahm_ijk_t= 0, 10, 20, 30) 
     173      rn_Lv      = 500.             !  lateral viscous length   [m]   (nn_ahm_ijk_t= 0, 10) 
     174/ 
     175 
    188176!!====================================================================== 
    189177!!                     vertical physics namelists                     !! 
  • branches/2017/dev_merge_2017/NEMOGCM/CONFIG/TEST_CASES/OVERFLOW/EXP00/namelist_sco_FCT2_flux_cen-ahm1000_cfg

    r9269 r9490  
    110110/ 
    111111!----------------------------------------------------------------------- 
    112 &namtra_adv_mle !   mixed layer eddy parametrisation (Fox-Kemper param) (default: NO) 
    113 !----------------------------------------------------------------------- 
    114 / 
    115 !----------------------------------------------------------------------- 
    116112&namtra_ldf    !   lateral diffusion scheme for tracers 
    117113!----------------------------------------------------------------------- 
     
    121117   ln_traldf_blp   =  .false.  !  bilaplacian operator 
    122118/ 
    123 !----------------------------------------------------------------------- 
    124 &namtra_ldfeiv !   eddy induced velocity param.                         (default: NO) 
    125 !----------------------------------------------------------------------- 
    126 / 
    127 !----------------------------------------------------------------------- 
    128 &namtra_dmp    !   tracer: T & S newtonian damping                       (default: YES) 
    129 !----------------------------------------------------------------------- 
    130    ln_tradmp   =  .false.   !  add a damping termn (T) or not (F) 
    131 / 
     119 
     120!!====================================================================== 
     121!!                      ***  Dynamics namelists  ***                  !! 
     122!!====================================================================== 
     123! 
    132124!----------------------------------------------------------------------- 
    133125&namdyn_adv    !   formulation of the momentum advection                (default: NO selection) 
     
    184176   !                       !  Coefficient 
    185177   nn_ahm_ijk_t  = 0           !  space/time variation of eddy coef 
    186    !                                !  =-30  read in eddy_viscosity_3D.nc file 
    187    !                                !  =-20  read in eddy_viscosity_2D.nc file 
    188    !                                !  =  0  constant 
    189    !                                !  = 10  F(k)=c1d 
    190    !                                !  = 20  F(i,j)=F(grid spacing)=c2d 
    191    !                                !  = 30  F(i,j,k)=c2d*c1d 
    192    !                                !  = 31  F(i,j,k)=F(grid spacing and local velocity) 
    193    !                                !  = 32  F(i,j,k)=F(local gridscale and deformation rate) 
    194    ! Caution in 20 and 30 cases the coefficient have to be given for a 1 degree grid (~111km) 
    195    rn_ahm_0      =   1000.     !  horizontal laplacian eddy viscosity   [m2/s] 
    196    rn_ahm_b      =      0.     !  background eddy viscosity for ldf_iso [m2/s] 
    197    rn_bhm_0      = 1.e+12      !  horizontal bilaplacian eddy viscosity [m4/s] 
    198    !                       !  Smagorinsky settings (nn_ahm_ijk_t  = 32) : 
    199    rn_csmc       = 3.5         !  Smagorinsky constant of proportionality 
    200    rn_minfac     = 1.0         !  multiplier of theorectical lower limit 
    201    rn_maxfac     = 1.0         !  multiplier of theorectical upper limit 
    202 / 
     178      !                             !  =  0  constant  
     179      !                        !  time invariant coefficients :  ahm = 1/2  Uv*Lv   (lap case)  
     180      !                             !                            bhm = 1/12 Uv*Lv^3 (blp case) 
     181      rn_Uv      = 2.0              !  lateral viscous velocity [m/s] (nn_ahm_ijk_t= 0, 10, 20, 30) 
     182      rn_Lv      = 1000.            !  lateral viscous length   [m]   (nn_ahm_ijk_t= 0, 10) 
     183/ 
     184 
    203185!!====================================================================== 
    204186!!                     vertical physics namelists                     !! 
  • branches/2017/dev_merge_2017/NEMOGCM/CONFIG/TEST_CASES/OVERFLOW/EXP00/namelist_sco_FCT2_flux_ubs_cfg

    r9019 r9490  
    110110/ 
    111111!----------------------------------------------------------------------- 
    112 &namtra_adv_mle !   mixed layer eddy parametrisation (Fox-Kemper param) (default: NO) 
    113 !----------------------------------------------------------------------- 
    114 / 
    115 !----------------------------------------------------------------------- 
    116112&namtra_ldf    !   lateral diffusion scheme for tracers 
    117113!----------------------------------------------------------------------- 
     
    121117   ln_traldf_blp   =  .false.  !  bilaplacian operator 
    122118/ 
    123 !----------------------------------------------------------------------- 
    124 &namtra_ldfeiv !   eddy induced velocity param.                         (default: NO) 
    125 !----------------------------------------------------------------------- 
    126 / 
    127 !----------------------------------------------------------------------- 
    128 &namtra_dmp    !   tracer: T & S newtonian damping                       (default: YES) 
    129 !----------------------------------------------------------------------- 
    130    ln_tradmp   =  .false.   !  add a damping termn (T) or not (F) 
    131 / 
     119 
     120!!====================================================================== 
     121!!                      ***  Dynamics namelists  ***                  !! 
     122!!====================================================================== 
     123! 
    132124!----------------------------------------------------------------------- 
    133125&namdyn_adv    !   formulation of the momentum advection                (default: NO selection) 
     
    184176   !                       !  Coefficient 
    185177   nn_ahm_ijk_t  = 0           !  space/time variation of eddy coef 
    186    !                                !  =-30  read in eddy_viscosity_3D.nc file 
    187    !                                !  =-20  read in eddy_viscosity_2D.nc file 
    188    !                                !  =  0  constant 
    189    !                                !  = 10  F(k)=c1d 
    190    !                                !  = 20  F(i,j)=F(grid spacing)=c2d 
    191    !                                !  = 30  F(i,j,k)=c2d*c1d 
    192    !                                !  = 31  F(i,j,k)=F(grid spacing and local velocity) 
    193    !                                !  = 32  F(i,j,k)=F(local gridscale and deformation rate) 
    194    ! Caution in 20 and 30 cases the coefficient have to be given for a 1 degree grid (~111km) 
    195    rn_ahm_0      =   1000.     !  horizontal laplacian eddy viscosity   [m2/s] 
    196    rn_ahm_b      =      0.     !  background eddy viscosity for ldf_iso [m2/s] 
    197    rn_bhm_0      = 1.e+12      !  horizontal bilaplacian eddy viscosity [m4/s] 
    198    !                       !  Smagorinsky settings (nn_ahm_ijk_t  = 32) : 
    199    rn_csmc       = 3.5         !  Smagorinsky constant of proportionality 
    200    rn_minfac     = 1.0         !  multiplier of theorectical lower limit 
    201    rn_maxfac     = 1.0         !  multiplier of theorectical upper limit 
    202 / 
     178      !                             !  =  0  constant  
     179      !                        !  time invariant coefficients :  ahm = 1/2  Uv*Lv   (lap case)  
     180      !                             !                            bhm = 1/12 Uv*Lv^3 (blp case) 
     181      rn_Uv      = 2.0              !  lateral viscous velocity [m/s] (nn_ahm_ijk_t= 0, 10, 20, 30) 
     182      rn_Lv      = 1000.            !  lateral viscous length   [m]   (nn_ahm_ijk_t= 0, 10) 
     183/ 
     184 
    203185!!====================================================================== 
    204186!!                     vertical physics namelists                     !! 
  • branches/2017/dev_merge_2017/NEMOGCM/CONFIG/TEST_CASES/OVERFLOW/EXP00/namelist_sco_FCT4_flux_cen-ahm1000_cfg

    r9269 r9490  
    110110/ 
    111111!----------------------------------------------------------------------- 
    112 &namtra_adv_mle !   mixed layer eddy parametrisation (Fox-Kemper param) (default: NO) 
    113 !----------------------------------------------------------------------- 
    114 / 
    115 !----------------------------------------------------------------------- 
    116112&namtra_ldf    !   lateral diffusion scheme for tracers 
    117113!----------------------------------------------------------------------- 
     
    121117   ln_traldf_blp   =  .false.  !  bilaplacian operator 
    122118/ 
    123 !----------------------------------------------------------------------- 
    124 &namtra_ldfeiv !   eddy induced velocity param.                         (default: NO) 
    125 !----------------------------------------------------------------------- 
    126 / 
    127 !----------------------------------------------------------------------- 
    128 &namtra_dmp    !   tracer: T & S newtonian damping                       (default: YES) 
    129 !----------------------------------------------------------------------- 
    130    ln_tradmp   =  .false.   !  add a damping termn (T) or not (F) 
    131 / 
     119 
     120!!====================================================================== 
     121!!                      ***  Dynamics namelists  ***                  !! 
     122!!====================================================================== 
     123! 
    132124!----------------------------------------------------------------------- 
    133125&namdyn_adv    !   formulation of the momentum advection                (default: NO selection) 
     
    184176   !                       !  Coefficient 
    185177   nn_ahm_ijk_t  = 0           !  space/time variation of eddy coef 
    186    !                                !  =-30  read in eddy_viscosity_3D.nc file 
    187    !                                !  =-20  read in eddy_viscosity_2D.nc file 
    188    !                                !  =  0  constant 
    189    !                                !  = 10  F(k)=c1d 
    190    !                                !  = 20  F(i,j)=F(grid spacing)=c2d 
    191    !                                !  = 30  F(i,j,k)=c2d*c1d 
    192    !                                !  = 31  F(i,j,k)=F(grid spacing and local velocity) 
    193    !                                !  = 32  F(i,j,k)=F(local gridscale and deformation rate) 
    194    ! Caution in 20 and 30 cases the coefficient have to be given for a 1 degree grid (~111km) 
    195    rn_ahm_0      =   1000.     !  horizontal laplacian eddy viscosity   [m2/s] 
    196    rn_ahm_b      =      0.     !  background eddy viscosity for ldf_iso [m2/s] 
    197    rn_bhm_0      = 1.e+12      !  horizontal bilaplacian eddy viscosity [m4/s] 
    198    !                       !  Smagorinsky settings (nn_ahm_ijk_t  = 32) : 
    199    rn_csmc       = 3.5         !  Smagorinsky constant of proportionality 
    200    rn_minfac     = 1.0         !  multiplier of theorectical lower limit 
    201    rn_maxfac     = 1.0         !  multiplier of theorectical upper limit 
    202 / 
     178      !                             !  =  0  constant  
     179      !                        !  time invariant coefficients :  ahm = 1/2  Uv*Lv   (lap case)  
     180      !                             !                            bhm = 1/12 Uv*Lv^3 (blp case) 
     181      rn_Uv      = 2.0              !  lateral viscous velocity [m/s] (nn_ahm_ijk_t= 0, 10, 20, 30) 
     182      rn_Lv      = 1000.            !  lateral viscous length   [m]   (nn_ahm_ijk_t= 0, 10) 
     183/ 
     184 
    203185!!====================================================================== 
    204186!!                     vertical physics namelists                     !! 
  • branches/2017/dev_merge_2017/NEMOGCM/CONFIG/TEST_CASES/OVERFLOW/EXP00/namelist_sco_FCT4_flux_ubs_cfg

    r9269 r9490  
    110110/ 
    111111!----------------------------------------------------------------------- 
    112 &namtra_adv_mle !   mixed layer eddy parametrisation (Fox-Kemper param) (default: NO) 
    113 !----------------------------------------------------------------------- 
    114 / 
    115 !----------------------------------------------------------------------- 
    116112&namtra_ldf    !   lateral diffusion scheme for tracers 
    117113!----------------------------------------------------------------------- 
     
    121117   ln_traldf_blp   =  .false.  !  bilaplacian operator 
    122118/ 
    123 !----------------------------------------------------------------------- 
    124 &namtra_ldfeiv !   eddy induced velocity param.                         (default: NO) 
    125 !----------------------------------------------------------------------- 
    126 / 
    127 !----------------------------------------------------------------------- 
    128 &namtra_dmp    !   tracer: T & S newtonian damping                       (default: YES) 
    129 !----------------------------------------------------------------------- 
    130    ln_tradmp   =  .false.   !  add a damping termn (T) or not (F) 
    131 / 
     119 
     120!!====================================================================== 
     121!!                      ***  Dynamics namelists  ***                  !! 
     122!!====================================================================== 
     123! 
    132124!----------------------------------------------------------------------- 
    133125&namdyn_adv    !   formulation of the momentum advection                (default: NO selection) 
     
    184176   !                       !  Coefficient 
    185177   nn_ahm_ijk_t  = 0           !  space/time variation of eddy coef 
    186    !                                !  =-30  read in eddy_viscosity_3D.nc file 
    187    !                                !  =-20  read in eddy_viscosity_2D.nc file 
    188    !                                !  =  0  constant 
    189    !                                !  = 10  F(k)=c1d 
    190    !                                !  = 20  F(i,j)=F(grid spacing)=c2d 
    191    !                                !  = 30  F(i,j,k)=c2d*c1d 
    192    !                                !  = 31  F(i,j,k)=F(grid spacing and local velocity) 
    193    !                                !  = 32  F(i,j,k)=F(local gridscale and deformation rate) 
    194    ! Caution in 20 and 30 cases the coefficient have to be given for a 1 degree grid (~111km) 
    195    rn_ahm_0      =   1000.     !  horizontal laplacian eddy viscosity   [m2/s] 
    196    rn_ahm_b      =      0.     !  background eddy viscosity for ldf_iso [m2/s] 
    197    rn_bhm_0      = 1.e+12      !  horizontal bilaplacian eddy viscosity [m4/s] 
    198    !                       !  Smagorinsky settings (nn_ahm_ijk_t  = 32) : 
    199    rn_csmc       = 3.5         !  Smagorinsky constant of proportionality 
    200    rn_minfac     = 1.0         !  multiplier of theorectical lower limit 
    201    rn_maxfac     = 1.0         !  multiplier of theorectical upper limit 
    202 / 
     178      !                             !  =  0  constant  
     179      !                        !  time invariant coefficients :  ahm = 1/2  Uv*Lv   (lap case)  
     180      !                             !                            bhm = 1/12 Uv*Lv^3 (blp case) 
     181      rn_Uv      = 2.0              !  lateral viscous velocity [m/s] (nn_ahm_ijk_t= 0, 10, 20, 30) 
     182      rn_Lv      = 1000.            !  lateral viscous length   [m]   (nn_ahm_ijk_t= 0, 10) 
     183/ 
     184 
    203185!!====================================================================== 
    204186!!                     vertical physics namelists                     !! 
  • branches/2017/dev_merge_2017/NEMOGCM/CONFIG/TEST_CASES/OVERFLOW/EXP00/namelist_zps_FCT2_flux_ubs_cfg

    r9019 r9490  
    110110/ 
    111111!----------------------------------------------------------------------- 
    112 &namtra_adv_mle !   mixed layer eddy parametrisation (Fox-Kemper param) (default: NO) 
    113 !----------------------------------------------------------------------- 
    114 / 
    115 !----------------------------------------------------------------------- 
    116112&namtra_ldf    !   lateral diffusion scheme for tracers 
    117113!----------------------------------------------------------------------- 
     
    121117   ln_traldf_blp   =  .false.  !  bilaplacian operator 
    122118/ 
    123 !----------------------------------------------------------------------- 
    124 &namtra_ldfeiv !   eddy induced velocity param.                         (default: NO) 
    125 !----------------------------------------------------------------------- 
    126 / 
    127 !----------------------------------------------------------------------- 
    128 &namtra_dmp    !   tracer: T & S newtonian damping                       (default: YES) 
    129 !----------------------------------------------------------------------- 
    130    ln_tradmp   =  .false.   !  add a damping termn (T) or not (F) 
    131 / 
     119 
     120!!====================================================================== 
     121!!                      ***  Dynamics namelists  ***                  !! 
     122!!====================================================================== 
     123! 
    132124!----------------------------------------------------------------------- 
    133125&namdyn_adv    !   formulation of the momentum advection                (default: NO selection) 
     
    184176   !                       !  Coefficient 
    185177   nn_ahm_ijk_t  = 0           !  space/time variation of eddy coef 
    186    !                                !  =-30  read in eddy_viscosity_3D.nc file 
    187    !                                !  =-20  read in eddy_viscosity_2D.nc file 
    188    !                                !  =  0  constant 
    189    !                                !  = 10  F(k)=c1d 
    190    !                                !  = 20  F(i,j)=F(grid spacing)=c2d 
    191    !                                !  = 30  F(i,j,k)=c2d*c1d 
    192    !                                !  = 31  F(i,j,k)=F(grid spacing and local velocity) 
    193    !                                !  = 32  F(i,j,k)=F(local gridscale and deformation rate) 
    194    ! Caution in 20 and 30 cases the coefficient have to be given for a 1 degree grid (~111km) 
    195    rn_ahm_0      =   1000.     !  horizontal laplacian eddy viscosity   [m2/s] 
    196    rn_ahm_b      =      0.     !  background eddy viscosity for ldf_iso [m2/s] 
    197    rn_bhm_0      = 1.e+12      !  horizontal bilaplacian eddy viscosity [m4/s] 
    198    !                       !  Smagorinsky settings (nn_ahm_ijk_t  = 32) : 
    199    rn_csmc       = 3.5         !  Smagorinsky constant of proportionality 
    200    rn_minfac     = 1.0         !  multiplier of theorectical lower limit 
    201    rn_maxfac     = 1.0         !  multiplier of theorectical upper limit 
    202 / 
     178      !                             !  =  0  constant  
     179      !                        !  time invariant coefficients :  ahm = 1/2  Uv*Lv   (lap case)  
     180      !                             !                            bhm = 1/12 Uv*Lv^3 (blp case) 
     181      rn_Uv      = 2.0              !  lateral viscous velocity [m/s] (nn_ahm_ijk_t= 0, 10, 20, 30) 
     182      rn_Lv      = 1000.            !  lateral viscous length   [m]   (nn_ahm_ijk_t= 0, 10) 
     183/ 
     184 
    203185!!====================================================================== 
    204186!!                     vertical physics namelists                     !! 
  • branches/2017/dev_merge_2017/NEMOGCM/CONFIG/TEST_CASES/OVERFLOW/EXP00/namelist_zps_FCT4_flux_ubs_cfg

    r9019 r9490  
    110110/ 
    111111!----------------------------------------------------------------------- 
    112 &namtra_adv_mle !   mixed layer eddy parametrisation (Fox-Kemper param) (default: NO) 
    113 !----------------------------------------------------------------------- 
    114 / 
    115 !----------------------------------------------------------------------- 
    116112&namtra_ldf    !   lateral diffusion scheme for tracers 
    117113!----------------------------------------------------------------------- 
     
    121117   ln_traldf_blp   =  .false.  !  bilaplacian operator 
    122118/ 
    123 !----------------------------------------------------------------------- 
    124 &namtra_ldfeiv !   eddy induced velocity param.                         (default: NO) 
    125 !----------------------------------------------------------------------- 
    126 / 
    127 !----------------------------------------------------------------------- 
    128 &namtra_dmp    !   tracer: T & S newtonian damping                       (default: YES) 
    129 !----------------------------------------------------------------------- 
    130    ln_tradmp   =  .false.   !  add a damping termn (T) or not (F) 
    131 / 
     119 
     120!!====================================================================== 
     121!!                      ***  Dynamics namelists  ***                  !! 
     122!!====================================================================== 
     123! 
    132124!----------------------------------------------------------------------- 
    133125&namdyn_adv    !   formulation of the momentum advection                (default: NO selection) 
     
    184176   !                       !  Coefficient 
    185177   nn_ahm_ijk_t  = 0           !  space/time variation of eddy coef 
    186    !                                !  =-30  read in eddy_viscosity_3D.nc file 
    187    !                                !  =-20  read in eddy_viscosity_2D.nc file 
    188    !                                !  =  0  constant 
    189    !                                !  = 10  F(k)=c1d 
    190    !                                !  = 20  F(i,j)=F(grid spacing)=c2d 
    191    !                                !  = 30  F(i,j,k)=c2d*c1d 
    192    !                                !  = 31  F(i,j,k)=F(grid spacing and local velocity) 
    193    !                                !  = 32  F(i,j,k)=F(local gridscale and deformation rate) 
    194    ! Caution in 20 and 30 cases the coefficient have to be given for a 1 degree grid (~111km) 
    195    rn_ahm_0      =   1000.     !  horizontal laplacian eddy viscosity   [m2/s] 
    196    rn_ahm_b      =      0.     !  background eddy viscosity for ldf_iso [m2/s] 
    197    rn_bhm_0      = 1.e+12      !  horizontal bilaplacian eddy viscosity [m4/s] 
    198    !                       !  Smagorinsky settings (nn_ahm_ijk_t  = 32) : 
    199    rn_csmc       = 3.5         !  Smagorinsky constant of proportionality 
    200    rn_minfac     = 1.0         !  multiplier of theorectical lower limit 
    201    rn_maxfac     = 1.0         !  multiplier of theorectical upper limit 
    202 / 
     178      !                             !  =  0  constant  
     179      !                        !  time invariant coefficients :  ahm = 1/2  Uv*Lv   (lap case)  
     180      !                             !                            bhm = 1/12 Uv*Lv^3 (blp case) 
     181      rn_Uv      = 2.0              !  lateral viscous velocity [m/s] (nn_ahm_ijk_t= 0, 10, 20, 30) 
     182      rn_Lv      = 1000.            !  lateral viscous length   [m]   (nn_ahm_ijk_t= 0, 10) 
     183/ 
     184 
    203185!!====================================================================== 
    204186!!                     vertical physics namelists                     !! 
  • branches/2017/dev_merge_2017/NEMOGCM/CONFIG/TEST_CASES/OVERFLOW/EXP00/namelist_zps_FCT4_vect_een_cfg

    r9019 r9490  
    110110/ 
    111111!----------------------------------------------------------------------- 
    112 &namtra_adv_mle !   mixed layer eddy parametrisation (Fox-Kemper param) (default: NO) 
    113 !----------------------------------------------------------------------- 
    114 / 
    115 !----------------------------------------------------------------------- 
    116112&namtra_ldf    !   lateral diffusion scheme for tracers 
    117113!----------------------------------------------------------------------- 
     
    121117   ln_traldf_blp   =  .false.  !  bilaplacian operator 
    122118/ 
    123 !----------------------------------------------------------------------- 
    124 &namtra_ldfeiv !   eddy induced velocity param.                         (default: NO) 
    125 !----------------------------------------------------------------------- 
    126 / 
    127 !----------------------------------------------------------------------- 
    128 &namtra_dmp    !   tracer: T & S newtonian damping                       (default: YES) 
    129 !----------------------------------------------------------------------- 
    130    ln_tradmp   =  .false.   !  add a damping termn (T) or not (F) 
    131 / 
     119 
     120!!====================================================================== 
     121!!                      ***  Dynamics namelists  ***                  !! 
     122!!====================================================================== 
     123! 
    132124!----------------------------------------------------------------------- 
    133125&namdyn_adv    !   formulation of the momentum advection                (default: NO selection) 
     
    184176   !                       !  Coefficient 
    185177   nn_ahm_ijk_t  = 0           !  space/time variation of eddy coef 
    186    !                                !  =-30  read in eddy_viscosity_3D.nc file 
    187    !                                !  =-20  read in eddy_viscosity_2D.nc file 
    188    !                                !  =  0  constant 
    189    !                                !  = 10  F(k)=c1d 
    190    !                                !  = 20  F(i,j)=F(grid spacing)=c2d 
    191    !                                !  = 30  F(i,j,k)=c2d*c1d 
    192    !                                !  = 31  F(i,j,k)=F(grid spacing and local velocity) 
    193    !                                !  = 32  F(i,j,k)=F(local gridscale and deformation rate) 
    194    ! Caution in 20 and 30 cases the coefficient have to be given for a 1 degree grid (~111km) 
    195    rn_ahm_0      =    100.     !  horizontal laplacian eddy viscosity   [m2/s] 
    196    rn_ahm_b      =      0.     !  background eddy viscosity for ldf_iso [m2/s] 
    197    rn_bhm_0      = 1.e+12      !  horizontal bilaplacian eddy viscosity [m4/s] 
    198    !                       !  Smagorinsky settings (nn_ahm_ijk_t  = 32) : 
    199    rn_csmc       = 3.5         !  Smagorinsky constant of proportionality 
    200    rn_minfac     = 1.0         !  multiplier of theorectical lower limit 
    201    rn_maxfac     = 1.0         !  multiplier of theorectical upper limit 
    202 / 
     178      !                             !  =  0  constant  
     179      !                        !  time invariant coefficients :  ahm = 1/2  Uv*Lv   (lap case)  
     180      !                             !                            bhm = 1/12 Uv*Lv^3 (blp case) 
     181      rn_Uv      = 2.0              !  lateral viscous velocity [m/s] (nn_ahm_ijk_t= 0, 10, 20, 30) 
     182      rn_Lv      = 1000.            !  lateral viscous length   [m]   (nn_ahm_ijk_t= 0, 10) 
     183/ 
     184 
    203185!!====================================================================== 
    204186!!                     vertical physics namelists                     !! 
  • branches/2017/dev_merge_2017/NEMOGCM/CONFIG/TEST_CASES/SAS_BIPER/EXP00/1_namelist_cfg

    r9356 r9490  
    1717   nn_istate   =       1      !  output the initial state (1) or not (0) 
    1818/ 
     19 
     20!!====================================================================== 
     21!!                      ***  Domain namelists  *** 
     22!!====================================================================== 
    1923!----------------------------------------------------------------------- 
    2024&namcfg        !   parameters of the configuration                      (default: user defined GYRE) 
     
    3337   ln_meshmask = .true.   !  =T  create a mesh file 
    3438/ 
    35 !----------------------------------------------------------------------- 
    36 &namtsd        !   data : Temperature  & Salinity 
    37 !----------------------------------------------------------------------- 
    38 / 
    39 !----------------------------------------------------------------------- 
    40 &namwad        !   Wetting and drying  default is no WAD 
    41 !----------------------------------------------------------------------- 
    42 / 
    43 !----------------------------------------------------------------------- 
    44 &namcrs        !   coarsened grid (for outputs and/or TOP)              (ln_crs =T) 
    45 !----------------------------------------------------------------------- 
    46 / 
    47 !----------------------------------------------------------------------- 
    48 &namc1d        !   1D configuration options                             ("key_c1d") 
    49 !----------------------------------------------------------------------- 
    50 / 
    51 !----------------------------------------------------------------------- 
    52 &namc1d_dyndmp !   U & V newtonian damping                              ("key_c1d") 
    53 !----------------------------------------------------------------------- 
    54 / 
    55 !----------------------------------------------------------------------- 
    56 &namc1d_uvd    !   data: U & V currents                                 ("key_c1d") 
    57 !----------------------------------------------------------------------- 
    58 / 
    59 !----------------------------------------------------------------------- 
    60 &namsbc        !   Surface Boundary Condition (surface module) 
    61 !----------------------------------------------------------------------- 
    62    ln_usr      = .true.   !  user defined formulation                  (T => check usrdef_sbc) 
    63    ln_blk      = .false.  !  Bulk formulation                          (T => fill namsbc_blk ) 
     39 
     40!!====================================================================== 
     41!!            ***  Surface Boundary Condition namelists  *** 
     42!!====================================================================== 
     43! 
     44!----------------------------------------------------------------------- 
     45&namsbc        !   Surface Boundary Condition (surface module)          (default: NO selection) 
     46!----------------------------------------------------------------------- 
     47   ln_usr      = .true.   !  user defined formulation                   (T => check usrdef_sbc) 
     48   ln_blk      = .false.  !  Bulk formulation                           (T => fill namsbc_blk ) 
    6449   nn_fsbc     =  1       !  frequency of surface boundary condition computation 
    6550   nn_ice      =  2       !  sea-ice model 
    6651/ 
    6752!----------------------------------------------------------------------- 
    68 &namsbc_flx    !   surface boundary condition : flux formulation 
     53&namsbc_flx    !   surface boundary condition : flux formulation        (ln_flx=T) 
    6954!----------------------------------------------------------------------- 
    7055/ 
     
    8065&namsbc_sas    !   Stand-Alone Surface boundary condition 
    8166!----------------------------------------------------------------------- 
    82    l_sasread   = .false.   ! Read fields in a file if .TRUE. , or initialize to 0. in sbcssm.F90 if .FALSE. 
     67   l_sasread   = .false.   !  =T Read in file ;  =F set all to 0. (see sbcssm.F90) 
    8368/ 
    8469!----------------------------------------------------------------------- 
     
    119104   ln_bergdia               = .false.               ! Calculate budgets 
    120105/ 
     106 
     107!!====================================================================== 
     108!!               ***  Lateral boundary condition  ***                 !! 
     109!!====================================================================== 
     110! 
    121111!----------------------------------------------------------------------- 
    122112&namlbc        !   lateral momentum boundary condition 
     
    130120/ 
    131121!----------------------------------------------------------------------- 
    132 &nam_tide      !   tide parameters 
    133 !----------------------------------------------------------------------- 
    134 / 
    135 !----------------------------------------------------------------------- 
    136122&nambdy        !  unstructured open boundaries                           
    137123!----------------------------------------------------------------------- 
     
    141127!----------------------------------------------------------------------- 
    142128/ 
    143 !----------------------------------------------------------------------- 
    144 &nambdy_tide   !  tidal forcing at open boundaries 
    145 !----------------------------------------------------------------------- 
    146 / 
    147 !----------------------------------------------------------------------- 
    148 &namdrg        !   top/bottom drag coefficient                          (default: NO selection) 
    149 !----------------------------------------------------------------------- 
    150    ln_NONE    = .true.     !  free-slip       : Cd = 0                   
    151 / 
    152 !----------------------------------------------------------------------- 
    153 &namdrg_top    !   TOP friction                                         (ln_isfcav=T) 
    154 !----------------------------------------------------------------------- 
    155 / 
    156 !----------------------------------------------------------------------- 
    157 &namdrg_bot    !   BOTTOM friction                                   
    158 !----------------------------------------------------------------------- 
    159 / 
    160 !----------------------------------------------------------------------- 
    161 &nambbc        !   bottom temperature boundary condition                (default: NO) 
    162 !----------------------------------------------------------------------- 
    163 / 
    164 !----------------------------------------------------------------------- 
    165 &nambbl        !   bottom boundary layer scheme                         (default: NO) 
    166 !----------------------------------------------------------------------- 
    167 / 
    168 !----------------------------------------------------------------------- 
    169 &nameos        !   ocean Equation Of Seawater                           (default: NO) 
     129!!====================================================================== 
     130!!                        Tracer (T & S) namelists 
     131!!====================================================================== 
     132!----------------------------------------------------------------------- 
     133&nameos        !   ocean Equation Of Seawater                           (default: NO selection) 
    170134!----------------------------------------------------------------------- 
    171135   ln_teos10    = .true.         !  = Use TEOS-10 equation of state 
    172136/ 
    173 !----------------------------------------------------------------------- 
    174 &namtra_adv    !   advection scheme for tracer                          (default: NO selection) 
    175 !----------------------------------------------------------------------- 
    176    ln_traadv_fct =  .true.    !  FCT scheme 
    177       nn_fct_h   =  4               !  =2/4, horizontal 2nd / 4th order  
    178       nn_fct_v   =  2               !  =2/4, vertical   2nd / COMPACT 4th order  
    179 / 
    180 !----------------------------------------------------------------------- 
    181 &namtra_adv_mle !   mixed layer eddy parametrisation (Fox-Kemper param) (default: NO) 
    182 !----------------------------------------------------------------------- 
    183 / 
    184 !---------------------------------------------------------------------------------- 
    185 &namtra_ldf    !   lateral diffusion scheme for tracers 
    186 !---------------------------------------------------------------------------------- 
    187    !                       !  Operator type: 
    188    ln_traldf_lap   =  .true.   !    laplacian operator 
    189    ln_traldf_blp   =  .false.  !  bilaplacian operator 
    190    !                       !  Direction of action: 
    191    ln_traldf_lev   =  .false.  !  iso-level 
    192    ln_traldf_hor   =  .false.  !  horizontal (geopotential) 
    193    ln_traldf_iso   =  .true.   !  iso-neutral (Standard operator) 
    194    ln_traldf_triad =  .false.  !  iso-neutral (Triads   operator) 
    195    ! 
    196    !                       !  iso-neutral options:         
    197    ln_traldf_msc   =  .true.   !  Method of Stabilizing Correction (both operators) 
    198    rn_slpmax       =   0.01    !  slope limit                      (both operators) 
    199    ln_triad_iso    =  .false.  !  pure horizontal mixing in ML              (triad only) 
    200    rn_sw_triad     =  1        !  =1 switching triad ; =0 all 4 triads used (triad only) 
    201    ln_botmix_triad =  .false.  !  lateral mixing on bottom                  (triad only) 
    202    ! 
    203    !                       !  Coefficients: 
    204    nn_aht_ijk_t    = 20        !  space/time variation of eddy coef 
    205    !                                !   =-20 (=-30)    read in eddy_diffusivity_2D.nc (..._3D.nc) file 
    206    !                                !   =  0           constant  
    207    !                                !   = 10 F(k)      =ldf_c1d  
    208    !                                !   = 20 F(i,j)    =ldf_c2d  
    209    !                                !   = 21 F(i,j,t)  =Treguier et al. JPO 1997 formulation 
    210    !                                !   = 30 F(i,j,k)  =ldf_c2d + ldf_c1d 
    211    !                                !   = 31 F(i,j,k,t)=F(local velocity) 
    212    rn_aht_0        = 2000.     !  lateral eddy diffusivity   (lap. operator) [m2/s] 
    213    rn_bht_0        = 1.e+12    !  lateral eddy diffusivity (bilap. operator) [m4/s] 
    214 / 
    215 !---------------------------------------------------------------------------------- 
    216 &namtra_ldfeiv !   eddy induced velocity param. 
    217 !---------------------------------------------------------------------------------- 
    218    ln_ldfeiv     =.true.   ! use eddy induced velocity parameterization 
    219    ln_ldfeiv_dia =.true.   ! diagnose eiv stream function and velocities 
    220    rn_aeiv_0     = 2000.   ! eddy induced velocity coefficient   [m2/s] 
    221    nn_aei_ijk_t  = 21      ! space/time variation of the eiv coeficient 
    222    !                                !   =-20 (=-30)    read in eddy_induced_velocity_2D.nc (..._3D.nc) file 
    223    !                                !   =  0           constant  
    224    !                                !   = 10 F(k)      =ldf_c1d  
    225    !                                !   = 20 F(i,j)    =ldf_c2d  
    226    !                                !   = 21 F(i,j,t)  =Treguier et al. JPO 1997 formulation 
    227    !                                !   = 30 F(i,j,k)  =ldf_c2d + ldf_c1d 
    228 / 
    229 !----------------------------------------------------------------------- 
    230 &namtra_dmp    !   tracer: T & S newtonian damping                      (default: NO) 
    231 !----------------------------------------------------------------------- 
    232 / 
     137 
     138!!====================================================================== 
     139!!                      ***  Dynamics namelists  ***                  !! 
     140!!====================================================================== 
     141! 
    233142!----------------------------------------------------------------------- 
    234143&nam_vvl       !   vertical coordinate options                          (default: z-star) 
     
    238147&namdyn_adv    !   formulation of the momentum advection                (default: NO selection) 
    239148!----------------------------------------------------------------------- 
    240    ln_dynadv_NONE= .false. !  linear dynamics (no momentum advection) 
    241    ln_dynadv_vec = .true. !  vector form - 2nd centered scheme 
    242      nn_dynkeg     = 0        ! grad(KE) scheme: =0   C2  ;  =1   Hollingsworth correction 
    243    ln_dynadv_cen2= .false. !  flux form - 2nd order centered scheme 
    244    ln_dynadv_ubs = .false. !  flux form - 3rd order UBS      scheme 
    245 / 
    246 !----------------------------------------------------------------------- 
    247 &namdyn_vor    !   option of physics/algorithm (not control by CPP keys) 
    248 !----------------------------------------------------------------------- 
    249    ln_dynvor_ene = .false. !  enstrophy conserving scheme 
    250    ln_dynvor_ens = .false. !  energy conserving scheme 
    251    ln_dynvor_mix = .false. !  mixed scheme 
    252    ln_dynvor_een = .true.  !  energy & enstrophy scheme 
    253       nn_een_e3f = 0             !  e3f = masked averaging of e3t divided by 4 (=0) or by the sum of mask (=1) 
     149   ln_dynadv_NONE= .true. !  linear dynamics (no momentum advection) 
     150/ 
     151!----------------------------------------------------------------------- 
     152&namdyn_vor    !   Vorticity / Coriolis scheme                          (default: NO selection) 
     153!----------------------------------------------------------------------- 
    254154/ 
    255155!----------------------------------------------------------------------- 
     
    264164/ 
    265165!----------------------------------------------------------------------- 
    266 &namdyn_ldf    !   lateral diffusion on momentum 
    267 !----------------------------------------------------------------------- 
    268    !                       !  Type of the operator : 
    269    !                           !  no diffusion: set ln_dynldf_lap=..._blp=F  
    270    ln_dynldf_lap =  .true.     !    laplacian operator 
    271    ln_dynldf_blp =  .false.    !  bilaplacian operator 
    272    !                       !  Direction of action  : 
    273    ln_dynldf_lev =  .true.     !  iso-level 
    274    ln_dynldf_hor =  .false.    !  horizontal (geopotential) 
    275    ln_dynldf_iso =  .false.    !  iso-neutral 
    276    !                       !  Coefficient 
    277    nn_ahm_ijk_t  = -30         !  space/time variation of eddy coef 
    278    !                                !  =-30  read in eddy_viscosity_3D.nc file 
    279    !                                !  =-20  read in eddy_viscosity_2D.nc file 
    280    !                                !  =  0  constant  
    281    !                                !  = 10  F(k)=c1d 
    282    !                                !  = 20  F(i,j)=F(grid spacing)=c2d 
    283    !                                !  = 30  F(i,j,k)=c2d*c1d 
    284    !                                !  = 31  F(i,j,k)=F(grid spacing and local velocity) 
    285    rn_ahm_0      =  40000.     !  horizontal laplacian eddy viscosity   [m2/s] 
    286    rn_ahm_b      =      0.     !  background eddy viscosity for ldf_iso [m2/s] 
    287    rn_bhm_0      = 1.e+12      !  horizontal bilaplacian eddy viscosity [m4/s] 
    288    ! 
    289    ! Caution in 20 and 30 cases the coefficient have to be given for a 1 degree grid (~111km) 
     166&namdyn_ldf    !   lateral diffusion on momentum                        (default: NO selection) 
     167!----------------------------------------------------------------------- 
     168   ln_dynldf_NONE= .true.     !  No operator (i.e. no explicit diffusion) 
    290169/ 
    291170!----------------------------------------------------------------------- 
  • branches/2017/dev_merge_2017/NEMOGCM/CONFIG/TEST_CASES/SAS_BIPER/EXP00/namelist_cfg

    r9458 r9490  
    8080&namsbc_sas    !   Stand-Alone Surface boundary condition 
    8181!----------------------------------------------------------------------- 
    82    l_sasread   = .false.   ! Read fields in a file if .TRUE. , or initialize to 0. in sbcssm.F90 if .FALSE. 
     82   l_sasread   = .false.   =T Read in file ;  =F set all to 0. (see sbcssm.F90) 
    8383/ 
    8484!----------------------------------------------------------------------- 
     
    178178      nn_fct_v   =  2               !  =2/4, vertical   2nd / COMPACT 4th order  
    179179/ 
    180 !----------------------------------------------------------------------- 
    181 &namtra_adv_mle !   mixed layer eddy parametrisation (Fox-Kemper param) (default: NO) 
    182 !----------------------------------------------------------------------- 
    183 / 
    184180!---------------------------------------------------------------------------------- 
    185181&namtra_ldf    !   lateral diffusion scheme for tracers 
    186182!---------------------------------------------------------------------------------- 
    187    !                       !  Operator type: 
    188    ln_traldf_lap   =  .true.   !    laplacian operator 
    189    ln_traldf_blp   =  .false.  !  bilaplacian operator 
    190    !                       !  Direction of action: 
    191    ln_traldf_lev   =  .false.  !  iso-level 
    192    ln_traldf_hor   =  .false.  !  horizontal (geopotential) 
    193    ln_traldf_iso   =  .true.   !  iso-neutral (Standard operator) 
    194    ln_traldf_triad =  .false.  !  iso-neutral (Triads   operator) 
    195    ! 
    196    !                       !  iso-neutral options:         
    197    ln_traldf_msc   =  .true.   !  Method of Stabilizing Correction (both operators) 
    198    rn_slpmax       =   0.01    !  slope limit                      (both operators) 
    199    ln_triad_iso    =  .false.  !  pure horizontal mixing in ML              (triad only) 
    200    rn_sw_triad     =  1        !  =1 switching triad ; =0 all 4 triads used (triad only) 
    201    ln_botmix_triad =  .false.  !  lateral mixing on bottom                  (triad only) 
    202    ! 
    203    !                       !  Coefficients: 
    204    nn_aht_ijk_t    = 20        !  space/time variation of eddy coef 
    205    !                                !   =-20 (=-30)    read in eddy_diffusivity_2D.nc (..._3D.nc) file 
    206    !                                !   =  0           constant  
    207    !                                !   = 10 F(k)      =ldf_c1d  
    208    !                                !   = 20 F(i,j)    =ldf_c2d  
    209    !                                !   = 21 F(i,j,t)  =Treguier et al. JPO 1997 formulation 
    210    !                                !   = 30 F(i,j,k)  =ldf_c2d + ldf_c1d 
    211    !                                !   = 31 F(i,j,k,t)=F(local velocity) 
    212    rn_aht_0        = 2000.     !  lateral eddy diffusivity   (lap. operator) [m2/s] 
    213    rn_bht_0        = 1.e+12    !  lateral eddy diffusivity (bilap. operator) [m4/s] 
    214 / 
    215 !---------------------------------------------------------------------------------- 
    216 &namtra_ldfeiv !   eddy induced velocity param. 
    217 !---------------------------------------------------------------------------------- 
    218    ln_ldfeiv     =.true.   ! use eddy induced velocity parameterization 
    219    ln_ldfeiv_dia =.true.   ! diagnose eiv stream function and velocities 
    220    rn_aeiv_0     = 2000.   ! eddy induced velocity coefficient   [m2/s] 
    221    nn_aei_ijk_t  = 21      ! space/time variation of the eiv coeficient 
    222    !                                !   =-20 (=-30)    read in eddy_induced_velocity_2D.nc (..._3D.nc) file 
    223    !                                !   =  0           constant  
    224    !                                !   = 10 F(k)      =ldf_c1d  
    225    !                                !   = 20 F(i,j)    =ldf_c2d  
    226    !                                !   = 21 F(i,j,t)  =Treguier et al. JPO 1997 formulation 
    227    !                                !   = 30 F(i,j,k)  =ldf_c2d + ldf_c1d 
    228 / 
    229 !----------------------------------------------------------------------- 
    230 &namtra_dmp    !   tracer: T & S newtonian damping                      (default: NO) 
    231 !----------------------------------------------------------------------- 
    232 / 
    233 !----------------------------------------------------------------------- 
    234 &nam_vvl       !   vertical coordinate options                          (default: z-star) 
    235 !----------------------------------------------------------------------- 
    236 / 
     183   ln_traldf_NONE   =  .true.   !    laplacian operator 
     184/ 
     185 
    237186!----------------------------------------------------------------------- 
    238187&namdyn_adv    !   formulation of the momentum advection                (default: NO selection) 
    239188!----------------------------------------------------------------------- 
    240    ln_dynadv_NONE= .false. !  linear dynamics (no momentum advection) 
    241    ln_dynadv_vec = .true. !  vector form - 2nd centered scheme 
    242      nn_dynkeg     = 0        ! grad(KE) scheme: =0   C2  ;  =1   Hollingsworth correction 
    243    ln_dynadv_cen2= .false. !  flux form - 2nd order centered scheme 
    244    ln_dynadv_ubs = .false. !  flux form - 3rd order UBS      scheme 
    245 / 
    246 !----------------------------------------------------------------------- 
    247 &namdyn_vor    !   option of physics/algorithm (not control by CPP keys) 
    248 !----------------------------------------------------------------------- 
    249    ln_dynvor_ene = .false. !  enstrophy conserving scheme 
    250    ln_dynvor_ens = .false. !  energy conserving scheme 
    251    ln_dynvor_mix = .false. !  mixed scheme 
    252    ln_dynvor_een = .true.  !  energy & enstrophy scheme 
    253       nn_een_e3f = 0             !  e3f = masked averaging of e3t divided by 4 (=0) or by the sum of mask (=1) 
    254 / 
    255 !----------------------------------------------------------------------- 
    256 &namdyn_hpg    !   Hydrostatic pressure gradient option 
     189   ln_dynadv_NONE= .true. !  linear dynamics (no momentum advection) 
     190/ 
     191!----------------------------------------------------------------------- 
     192&namdyn_vor    !   Vorticity / Coriolis scheme                          (default: NO selection) 
     193!----------------------------------------------------------------------- 
     194/ 
     195!----------------------------------------------------------------------- 
     196&namdyn_hpg    !   Hydrostatic pressure gradient option                 (default: NO selection) 
    257197!----------------------------------------------------------------------- 
    258198   ln_hpg_zco  = .true.   !  z-coordinate - full steps 
     
    264204/ 
    265205!----------------------------------------------------------------------- 
    266 &namdyn_ldf    !   lateral diffusion on momentum 
    267 !----------------------------------------------------------------------- 
    268    !                       !  Type of the operator : 
    269    !                           !  no diffusion: set ln_dynldf_lap=..._blp=F  
    270    ln_dynldf_lap =  .true.     !    laplacian operator 
    271    ln_dynldf_blp =  .false.    !  bilaplacian operator 
    272    !                       !  Direction of action  : 
    273    ln_dynldf_lev =  .true.     !  iso-level 
    274    ln_dynldf_hor =  .false.    !  horizontal (geopotential) 
    275    ln_dynldf_iso =  .false.    !  iso-neutral 
    276    !                       !  Coefficient 
    277    nn_ahm_ijk_t  = -30         !  space/time variation of eddy coef 
    278    !                                !  =-30  read in eddy_viscosity_3D.nc file 
    279    !                                !  =-20  read in eddy_viscosity_2D.nc file 
    280    !                                !  =  0  constant  
    281    !                                !  = 10  F(k)=c1d 
    282    !                                !  = 20  F(i,j)=F(grid spacing)=c2d 
    283    !                                !  = 30  F(i,j,k)=c2d*c1d 
    284    !                                !  = 31  F(i,j,k)=F(grid spacing and local velocity) 
    285    rn_ahm_0      =  40000.     !  horizontal laplacian eddy viscosity   [m2/s] 
    286    rn_ahm_b      =      0.     !  background eddy viscosity for ldf_iso [m2/s] 
    287    rn_bhm_0      = 1.e+12      !  horizontal bilaplacian eddy viscosity [m4/s] 
    288    ! 
    289    ! Caution in 20 and 30 cases the coefficient have to be given for a 1 degree grid (~111km) 
     206&namdyn_ldf    !   lateral diffusion on momentum                        (default: NO selection) 
     207!----------------------------------------------------------------------- 
     208   ln_dynldf_NONE= .true.     !  No operator (i.e. no explicit diffusion) 
    290209/ 
    291210!----------------------------------------------------------------------- 
    292211&namzdf        !   vertical physics                                     (default: NO selection) 
    293212!----------------------------------------------------------------------- 
    294    !                       ! type of vertical closure 
    295213   ln_zdfcst   = .true.       !  constant mixing 
    296214/ 
  • branches/2017/dev_merge_2017/NEMOGCM/CONFIG/TEST_CASES/VORTEX/EXP00/1_namelist_cfg

    r9356 r9490  
    180180!----------------------------------------------------------------------- 
    181181   ln_seos     = .true.         !  = Use simplified equation of state (S-EOS) 
    182    !                            !  rd(T,S,Z)*rau0 = -a0*(1+.5*lambda*dT+mu*Z+nu*dS)*dT+b0*dS 
    183    rn_a0       =  0.28        !  thermal expension coefficient (for simplified equation of state) 
    184    rn_b0       =  0.          !  saline  expension coefficient (for simplified equation of state) 
    185    rn_lambda1  =  0.          !  cabbeling coeff in T^2  (=0 for linear eos) 
    186    rn_lambda2  =  0.          !  cabbeling coeff in S^2  (=0 for linear eos) 
    187    rn_mu1      =  0.          !  thermobaric coeff. in T (=0 for linear eos) 
    188    rn_mu2      =  0.          !  thermobaric coeff. in S (=0 for linear eos) 
    189    rn_nu       =  0.          !  cabbeling coeff in T*S  (=0 for linear eos) 
     182      !                            !  rd(T,S,Z)*rau0 = -a0*(1+.5*lambda*dT+mu*Z+nu*dS)*dT+b0*dS 
     183      rn_a0       =  0.28        !  thermal expension coefficient (for simplified equation of state) 
     184      rn_b0       =  0.          !  saline  expension coefficient (for simplified equation of state) 
     185      rn_lambda1  =  0.          !  cabbeling coeff in T^2  (=0 for linear eos) 
     186      rn_lambda2  =  0.          !  cabbeling coeff in S^2  (=0 for linear eos) 
     187      rn_mu1      =  0.          !  thermobaric coeff. in T (=0 for linear eos) 
     188      rn_mu2      =  0.          !  thermobaric coeff. in S (=0 for linear eos) 
     189      rn_nu       =  0.          !  cabbeling coeff in T*S  (=0 for linear eos) 
    190190/ 
    191191!----------------------------------------------------------------------- 
     
    195195      nn_cen_h   =  4            !  =2/4, horizontal 2nd order CEN / 4th order CEN 
    196196      nn_cen_v   =  4            !  =2/4, vertical   2nd order CEN / 4th order COMPACT 
    197    ln_traadv_fct = .true. !  FCT scheme 
     197   ln_traadv_fct = .true.  !  FCT scheme 
    198198      nn_fct_h   =  2            !  =2/4, horizontal 2nd / 4th order 
    199199      nn_fct_v   =  2            !  =2/4, vertical   2nd / COMPACT 4th order 
     
    205205/ 
    206206!----------------------------------------------------------------------- 
    207 &namtra_adv_mle !   mixed layer eddy parametrisation (Fox-Kemper param) (default: NO) 
    208 !----------------------------------------------------------------------- 
    209 / 
    210 !----------------------------------------------------------------------- 
    211207&namtra_ldf    !   lateral diffusion scheme for tracers                 (default: NO selection) 
    212208!----------------------------------------------------------------------- 
    213   !                       !  Operator type: 
     209   !                       !  Operator type: 
    214210   ln_traldf_NONE  =  .true.  !  No explicit diffusion 
    215211   ln_traldf_lap   =  .false.  !    laplacian operator 
    216212   ln_traldf_blp   =  .false.  !  bilaplacian operator 
    217213/ 
    218 !----------------------------------------------------------------------- 
    219 &namtra_ldfeiv !   eddy induced velocity param.                         (default: NO) 
    220 !----------------------------------------------------------------------- 
    221 / 
    222 !----------------------------------------------------------------------- 
    223 &namtra_dmp    !   tracer: T & S newtonian damping                      (default: NO) 
    224 !----------------------------------------------------------------------- 
    225    ln_tradmp   =  .false.   !  add a damping termn (T) or not (F) 
    226 / 
     214 
     215!!====================================================================== 
     216!!                      ***  Dynamics namelists  ***                  !! 
     217!!====================================================================== 
     218! 
    227219!----------------------------------------------------------------------- 
    228220&nam_vvl       !   vertical coordinate options                          (default: z-star) 
     
    279271   !                       !  Coefficient 
    280272   nn_ahm_ijk_t  = 0           !  space/time variation of eddy coef 
    281    !                                !  =-30  read in eddy_viscosity_3D.nc file 
    282    !                                !  =-20  read in eddy_viscosity_2D.nc file 
    283    !                                !  =  0  constant 
    284    !                                !  = 10  F(k)=c1d 
    285    !                                !  = 20  F(i,j)=F(grid spacing)=c2d 
    286    !                                !  = 30  F(i,j,k)=c2d*c1d 
    287    !                                !  = 31  F(i,j,k)=F(grid spacing and local velocity) 
    288    !                                !  = 32  F(i,j,k)=F(local gridscale and deformation rate) 
    289    ! Caution in 20 and 30 cases the coefficient have to be given for a 1 degree grid (~111km) 
    290    rn_ahm_0      =     0.01    !  horizontal laplacian eddy viscosity   [m2/s] 
    291    rn_ahm_b      =     0.      !  background eddy viscosity for ldf_iso [m2/s] 
    292    rn_bhm_0      =     1.e+12  !  horizontal bilaplacian eddy viscosity [m4/s] 
    293    !                       !  Smagorinsky settings (nn_ahm_ijk_t  = 32) : 
    294    rn_csmc       = 3.5         !  Smagorinsky constant of proportionality 
    295    rn_minfac     = 1.0         !  multiplier of theorectical lower limit 
    296    rn_maxfac     = 1.0         !  multiplier of theorectical upper limit 
    297 / 
     273      !                             !  =  0  constant  
     274      !                        !  time invariant coefficients :  ahm = 1/2  Uv*Lv   (lap case)  
     275      !                             !                            bhm = 1/12 Uv*Lv^3 (blp case) 
     276      rn_Uv      = 0.1              !  lateral viscous velocity [m/s] (nn_ahm_ijk_t= 0, 10, 20, 30) 
     277      rn_Lv      = 30.e+3           !  lateral viscous length   [m]   (nn_ahm_ijk_t= 0, 10) 
     278/ 
     279 
    298280!----------------------------------------------------------------------- 
    299281&namzdf        !   vertical physics                                     (default: NO selection) 
  • branches/2017/dev_merge_2017/NEMOGCM/CONFIG/TEST_CASES/VORTEX/EXP00/namelist_cfg

    r9356 r9490  
    6060!----------------------------------------------------------------------- 
    6161/ 
     62 
     63!!====================================================================== 
     64!!            ***  Surface Boundary Condition namelists  *** 
     65!!====================================================================== 
     66! 
    6267!----------------------------------------------------------------------- 
    6368&namsbc        !   Surface Boundary Condition (surface module) 
     
    155160!----------------------------------------------------------------------- 
    156161/ 
     162 
     163!!====================================================================== 
     164!!                ***  Top/Bottom boundary condition  ***             !! 
     165!!====================================================================== 
     166! 
    157167!----------------------------------------------------------------------- 
    158168&namdrg        !   top/bottom drag coefficient                          (default: NO selection) 
     
    176186!----------------------------------------------------------------------- 
    177187/ 
     188 
     189!!====================================================================== 
     190!!                        Tracer (T & S) namelists                    !! 
     191!!====================================================================== 
     192! 
    178193!----------------------------------------------------------------------- 
    179194&nameos        !   ocean Equation Of Seawater                           (default: NO) 
     
    205220/ 
    206221!----------------------------------------------------------------------- 
    207 &namtra_adv_mle !   mixed layer eddy parametrisation (Fox-Kemper param) (default: NO) 
    208 !----------------------------------------------------------------------- 
    209 / 
    210 !----------------------------------------------------------------------- 
    211222&namtra_ldf    !   lateral diffusion scheme for tracers                 (default: NO selection) 
    212223!----------------------------------------------------------------------- 
     
    216227   ln_traldf_blp   =  .false.  !  bilaplacian operator 
    217228/ 
    218 !----------------------------------------------------------------------- 
    219 &namtra_ldfeiv !   eddy induced velocity param.                         (default: NO) 
    220 !----------------------------------------------------------------------- 
    221 / 
    222 !----------------------------------------------------------------------- 
    223 &namtra_dmp    !   tracer: T & S newtonian damping                      (default: NO) 
    224 !----------------------------------------------------------------------- 
    225    ln_tradmp   =  .false.   !  add a damping termn (T) or not (F) 
    226 / 
     229 
     230!!====================================================================== 
     231!!                     vertical physics namelists                     !! 
     232!!====================================================================== 
     233! 
    227234!----------------------------------------------------------------------- 
    228235&nam_vvl       !   vertical coordinate options                          (default: z-star) 
     
    279286   !                       !  Coefficient 
    280287   nn_ahm_ijk_t  = 0           !  space/time variation of eddy coef 
    281    !                                !  =-30  read in eddy_viscosity_3D.nc file 
    282    !                                !  =-20  read in eddy_viscosity_2D.nc file 
    283    !                                !  =  0  constant 
    284    !                                !  = 10  F(k)=c1d 
    285    !                                !  = 20  F(i,j)=F(grid spacing)=c2d 
    286    !                                !  = 30  F(i,j,k)=c2d*c1d 
    287    !                                !  = 31  F(i,j,k)=F(grid spacing and local velocity) 
    288    !                                !  = 32  F(i,j,k)=F(local gridscale and deformation rate) 
    289    ! Caution in 20 and 30 cases the coefficient have to be given for a 1 degree grid (~111km) 
    290    rn_ahm_0      =     0.01    !  horizontal laplacian eddy viscosity   [m2/s] 
    291    rn_ahm_b      =     0.      !  background eddy viscosity for ldf_iso [m2/s] 
    292    rn_bhm_0      =     1.e+12  !  horizontal bilaplacian eddy viscosity [m4/s] 
    293    !                       !  Smagorinsky settings (nn_ahm_ijk_t  = 32) : 
    294    rn_csmc       = 3.5         !  Smagorinsky constant of proportionality 
    295    rn_minfac     = 1.0         !  multiplier of theorectical lower limit 
    296    rn_maxfac     = 1.0         !  multiplier of theorectical upper limit 
    297 / 
     288      !                             !  =  0  constant  
     289      !                        !  time invariant coefficients :  ahm = 1/2  Uv*Lv   (lap case)  
     290      !                             !                            bhm = 1/12 Uv*Lv^3 (blp case) 
     291      rn_Uv      = 0.1              !  lateral viscous velocity [m/s] (nn_ahm_ijk_t= 0, 10, 20, 30) 
     292      rn_Lv      = 30.e+3           !  lateral viscous length   [m]   (nn_ahm_ijk_t= 0, 10) 
     293/ 
     294 
    298295!----------------------------------------------------------------------- 
    299296&namzdf        !   vertical physics                                     (default: NO selection) 
  • branches/2017/dev_merge_2017/NEMOGCM/CONFIG/TEST_CASES/WAD/EXP00/file_def_nemo-opa.xml

    r7635 r9490  
    8585          <field field_ref="woce"         name="vovecrtz" /> 
    8686          <field field_ref="avt"          name="votkeavt" /> 
    87           <field field_ref="aht2d"        name="soleahtw" /> 
    8887    </file> 
    8988 
  • branches/2017/dev_merge_2017/NEMOGCM/CONFIG/TEST_CASES/WAD/EXP00/namelist_cfg

    r9356 r9490  
    44! 
    55!----------------------------------------------------------------------- 
    6 &namusr_def 
    7 !----------------------------------------------------------------------- 
    8    rn_dx = 1000.0 
    9    rn_dz = 1.0 
    10    nn_wad_test = 1 
     6&namusr_def    !    Wetting and Drying TEST CASE 
     7!----------------------------------------------------------------------- 
     8   rn_dx       = 1000.0    ! horizontal resolution 
     9   rn_dz       = 1.0       ! vertical   resolution 
     10   nn_wad_test = 1         ! ??? 
    1111/ 
    1212!----------------------------------------------------------------------- 
     
    3939/ 
    4040!----------------------------------------------------------------------- 
    41 &namtsd        !   data : Temperature  & Salinity 
    42 !----------------------------------------------------------------------- 
    43    cn_dir        = './'      !  root directory for the location of the runoff files 
    44    ln_tsd_init   = .false.   !  Initialisation of ocean T & S with T &S input data (T) or not (F) 
    45    ln_tsd_tradmp = .false.   !  damping of ocean T & S toward T &S input data (T) or not (F) 
    46 / 
    47 !----------------------------------------------------------------------- 
    48 &namwad        !   Wetting and drying  default is no WAD 
    49 !----------------------------------------------------------------------- 
    50    ln_wd_il          = .false   ! T/F activation of iterative limiter for  wetting and drying scheme 
    51    ln_wd_dl          = .true.   ! T/F activation of directional llimiter for wetting drying scheme 
    52    ln_wd_dl_bc       = .true.   ! T/F Directional limiteer Baroclinic option 
    53    ln_wd_dl_rmp      = .true.   ! T/F Turn on directional limiter ramp 
    54    rn_wdmin0         =  0.30    ! dpoth at which wetting/drying starts 
    55    rn_wdmin1         =  0.2     ! Minimum wet depth on dried cells 
    56    rn_wdmin2         =  0.0001  ! Tolerance of min wet depth on dried cells 
    57    rn_wdld           =  2.5     ! Land elevation below which wetting/drying is allowed 
    58    nn_wdit           =   20     ! Max iterations for W/D limiter 
    59 / 
    60 !----------------------------------------------------------------------- 
    61 &namcrs        !   coarsened grid (for outputs and/or TOP)              (ln_crs =T) 
    62 !----------------------------------------------------------------------- 
    63 / 
    64 !----------------------------------------------------------------------- 
    65 &namc1d        !   1D configuration options                             ("key_c1d") 
    66 !----------------------------------------------------------------------- 
    67 / 
    68 !----------------------------------------------------------------------- 
    69 &namc1d_dyndmp !   U & V newtonian damping                              ("key_c1d") 
    70 !----------------------------------------------------------------------- 
    71 / 
    72 !----------------------------------------------------------------------- 
    73 &namc1d_uvd    !   data: U & V currents                                 ("key_c1d") 
    74 !----------------------------------------------------------------------- 
    75 / 
     41&namwad        !   Wetting and Drying (WaD)                             (default: NO) 
     42!----------------------------------------------------------------------- 
     43   ln_wd_il    = .false    ! T/F activation of iterative   limiter 
     44   ln_wd_dl    = .true.    ! T/F activation of directional limiter 
     45   ln_wd_dl_bc = .true.    ! T/F Directional limiteer Baroclinic option 
     46   ln_wd_dl_rmp= .true.    ! T/F Turn on directional limiter ramp 
     47   rn_wdmin0   =  0.30     ! depth at which WaD starts 
     48   rn_wdmin1   =  0.2      ! Minimum wet depth on dried cells 
     49   rn_wdmin2   =  0.0001   ! Tolerance of min wet depth on dried cells 
     50   rn_wdld     =  2.5      ! Land elevation below which WaD is allowed 
     51   nn_wdit     =   20      ! Max iterations for WaD limiter 
     52/ 
     53 
     54!!====================================================================== 
     55!!            ***  Surface Boundary Condition namelists  ***          !! 
     56!!====================================================================== 
     57! 
    7658!----------------------------------------------------------------------- 
    7759&namsbc        !   Surface Boundary Condition (surface module) 
     
    8062   !                       !     (also = the frequency of sea-ice model call) 
    8163   ln_usr      = .true.    !  analytical formulation                    (T => check usrdef_sbc) 
    82    ln_blk      = .false.   !  CORE bulk formulation                     (T => fill namsbc_blk ) 
    8364   nn_ice      = 0         !  =0 no ice boundary condition   , 
    8465   ln_rnf      = .false.   !  runoffs                                   (T => fill namsbc_rnf ) 
     
    281262/ 
    282263!----------------------------------------------------------------------- 
    283 &namtra_adv_mle !   mixed layer eddy parametrisation (Fox-Kemper param) (default: NO) 
    284 !----------------------------------------------------------------------- 
    285 / 
    286 !----------------------------------------------------------------------- 
    287264&namtra_ldf    !   lateral diffusion scheme for tracers                 (default: NO selection) 
    288265!----------------------------------------------------------------------- 
     
    305282   !                       !  Coefficients: 
    306283   nn_aht_ijk_t    = 0         !  space/time variation of eddy coef 
    307    !                                !   =-20 (=-30)    read in eddy_induced_velocity_2D.nc (..._3D.nc) file 
    308    !                                !   =  0           constant  
    309    !                                !   = 10 F(k)      =ldf_c1d  
    310    !                                !   = 20 F(i,j)    =ldf_c2d  
    311    !                                !   = 21 F(i,j,t)  =Treguier et al. JPO 1997 formulation 
    312    !                                !   = 30 F(i,j,k)  =ldf_c2d + ldf_c1d 
    313    !                                !   = 31 F(i,j,k,t)=F(local velocity) 
    314    rn_aht_0        = 1000.     !  lateral eddy diffusivity   (lap. operator) [m2/s] 
    315    rn_bht_0        = 1.e+12    !  lateral eddy diffusivity (bilap. operator) [m4/s] 
    316 / 
    317 !----------------------------------------------------------------------- 
    318 &namtra_ldfeiv !   eddy induced velocity param.                         (default: NO) 
    319 !----------------------------------------------------------------------- 
    320    ln_ldfeiv     =.false.   ! use eddy induced velocity parameterization 
    321 / 
    322 !----------------------------------------------------------------------- 
    323 &namtra_dmp    !   tracer: T & S newtonian damping                      (default: NO) 
    324 !----------------------------------------------------------------------- 
    325    ln_tradmp   =  .false.  !  add a damping termn (T) or not (F) 
    326 / 
     284      !                             !  =  0  constant  
     285      !                        !  time invariant coefficients :  aht = 1/2  Uv*Lv   (lap case)  
     286      !                             !                            or  = 1/12 Uv*Lv^3 (blp case) 
     287      rn_Ud      = 0.2              !  lateral diffusive velocity [m/s] (nn_aht_ijk_t= 0, 10, 20, 30) 
     288      rn_Ld      = 10.e+3           !  lateral diffusive length   [m]   (nn_aht_ijk_t= 0, 10) 
     289/ 
     290 
     291!!====================================================================== 
     292!!                      ***  Dynamics namelists  ***                  !! 
     293!!====================================================================== 
     294! 
    327295!----------------------------------------------------------------------- 
    328296&nam_vvl       !   vertical coordinate options                          (default: z-star) 
     
    374342   !                       !  Coefficient 
    375343   nn_ahm_ijk_t  = 0           !  space/time variation of eddy coef 
    376    !                                !  =-30  read in eddy_viscosity_3D.nc file 
    377    !                                !  =-20  read in eddy_viscosity_2D.nc file 
    378    !                                !  =  0  constant  
    379    !                                !  = 10  F(k)=c1d 
    380    !                                !  = 20  F(i,j)=F(grid spacing)=c2d 
    381    !                                !  = 30  F(i,j,k)=c2d*c1d 
    382    !                                !  = 31  F(i,j,k)=F(grid spacing and local velocity) 
    383    rn_ahm_0      = 1000.        !  horizontal laplacian eddy viscosity   [m2/s] 
    384    rn_ahm_b      =      0.     !  background eddy viscosity for ldf_iso [m2/s] 
    385    rn_bhm_0      =      0.     !  horizontal bilaplacian eddy viscosity [m4/s] 
    386 / 
     344      !                             !  =  0  constant  
     345      !                        !  time invariant coefficients :  ahm = 1/2  Uv*Lv   (lap case)  
     346      !                             !                            or  = 1/12 Uv*Lv^3 (blp case) 
     347      rn_Uv      = 2.0              !  lateral viscous velocity [m/s] (nn_ahm_ijk_t= 0, 10, 20, 30) 
     348      rn_Lv      = 10.e+3           !  lateral viscous length   [m]   (nn_ahm_ijk_t= 0, 10) 
     349/ 
     350 
    387351!!====================================================================== 
    388352!!                     vertical physics namelists                     !! 
  • branches/2017/dev_merge_2017/NEMOGCM/CONFIG/TEST_CASES/cfg.txt

    r9302 r9490  
    22LOCK_EXCHANGE OPA_SRC 
    33ISOMIP OPA_SRC 
    4 SAS_BIPER OPA_SRC SAS_SRC LIM_SRC_3 NST_SRC 
    54ISOMIP OPA_SRC 
    65OVERFLOW OPA_SRC 
    76VORTEX OPA_SRC NST_SRC 
    87CANAL OPA_SRC  
     8SAS_BIPER OPA_SRC SAS_SRC LIM_SRC_3 NST_SRC 
  • branches/2017/dev_merge_2017/NEMOGCM/CONFIG/cfg.txt

    r9464 r9490  
    11AMM12 OPA_SRC 
    22C1D_PAPA OPA_SRC 
    3 GYRE_PISCES OPA_SRC TOP_SRC 
    43GYRE_BFM OPA_SRC TOP_SRC 
    54ORCA2_SAS_LIM3 OPA_SRC SAS_SRC LIM_SRC_3 NST_SRC 
     
    109CS15mini OPA_SRC 
    1110ORCA2_LIM3 OPA_SRC LIM_SRC_3 NST_SRC 
     11AGRIF_NORDIC OPA_SRC LIM_SRC_3 NST_SRC 
     12GYRE_PISCES OPA_SRC TOP_SRC 
    1213ORCA2_LIM3_PISCES OPA_SRC LIM_SRC_3 TOP_SRC NST_SRC 
    13 AGRIF_NORDIC OPA_SRC LIM_SRC_3 NST_SRC 
Note: See TracChangeset for help on using the changeset viewer.