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/AGRIF_NORDIC/EXP00/2_namelist_cfg – 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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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! 
Note: See TracChangeset for help on using the changeset viewer.