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