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 9484 for branches/2017/dev_merge_2017/NEMOGCM/CONFIG/AGRIF_NORDIC/EXP00/2_namelist_cfg – NEMO

Ignore:
Timestamp:
2018-04-13T22:06:09+02:00 (6 years ago)
Author:
clem
Message:

simplify namelists

File:
1 edited

Legend:

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

    r9464 r9484  
    3737   nn_fsbc     = 1         !  frequency of surface boundary condition computation 
    3838   ln_blk      = .true.    !  Bulk formulation                          (T => fill namsbc_blk ) 
    39    nn_ice      = 2         !  =0 no ice boundary condition   , 
    40                            !  =1 use observed ice-cover      , 
    41                            !  =2 or 3 automatically for LIM3 or CICE    ("key_lim3" or "key_cice") 
    4239   ln_rnf      = .false.    !  runoffs                                   (T => fill namsbc_rnf) 
    4340   ln_ssr      = .false.    !  Sea Surface Restoring on T and/or S       (T => fill namsbc_ssr) 
    4441   nn_fwb      = 0         !  FreshWater Budget: =0 unchecked 
    45                            !     =1 global mean of e-p-r set to zero at each time step 
    46                            !     =2 annual global mean of e-p-r set to zero 
    4742/ 
    4843!----------------------------------------------------------------------- 
     
    9691!----------------------------------------------------------------------- 
    9792      ln_icebergs              = .false.               ! iceberg floats or not 
    98 !         ! file name ! frequency (hours) !   variable   ! time interp. !  clim   ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
    99 !         !           !  (if <0  months)  !     name     !   (logical)  !  (T/F ) ! 'monthly' ! filename ! pairing  ! filename      ! 
    100    sn_icb =  'calving',       -1          , 'calvingmask',  .true.      , .true.  , 'yearly'  , 'weights_core2_nordic2_bilin.nc'       , ''       , '' 
    10193/ 
    10294!----------------------------------------------------------------------- 
     
    126118!----------------------------------------------------------------------- 
    127119   ln_trabbl   = .true.    !  Bottom Boundary Layer parameterisation flag 
    128    nn_bbl_ldf  =  1        !  diffusive bbl (=1)   or not (=0) 
    129    nn_bbl_adv  =  0        !  advective bbl (=1/2) or not (=0) 
    130    rn_ahtbbl   =  1000.    !  lateral mixing coefficient in the bbl  [m2/s] 
    131    rn_gambbl   =  10.      !  advective bbl coefficient                 [s] 
    132120/ 
    133121!----------------------------------------------------------------------- 
     
    135123!----------------------------------------------------------------------- 
    136124   ln_teos10   = .true.         !  = Use TEOS-10 equation of state 
    137    ln_eos80    = .false.          !  = Use EOS80 
    138    ln_seos     = .false.         !  = Use S-EOS (simplified Eq.) 
    139125/ 
    140126!----------------------------------------------------------------------- 
     
    153139   !                       !  Operator type: 
    154140   ln_traldf_NONE  =  .true.  !           No operator (no explicit advection) 
    155    ln_traldf_lap   =  .false.   !    laplacian operator 
    156    ln_traldf_blp   =  .false.  !  bilaplacian operator 
    157    !                       !  Direction of action: 
    158    ln_traldf_lev   =  .false.  !  iso-level 
    159    ln_traldf_hor   =  .false.  !  horizontal (geopotential) 
    160    ln_traldf_iso   =  .true.   !  iso-neutral (Standard operator) 
    161    ln_traldf_triad =  .false.  !  iso-neutral (Triads   operator) 
    162    ! 
    163    !                       !  iso-neutral options:         
    164    ln_traldf_msc   =  .true.   !  Method of Stabilizing Correction (both operators) 
    165    rn_slpmax       =   0.01    !  slope limit                      (both operators) 
    166    ln_triad_iso    =  .false.  !  pure horizontal mixing in ML              (triad only) 
    167    rn_sw_triad     =  1        !  =1 switching triad ; =0 all 4 triads used (triad only) 
    168    ln_botmix_triad =  .false.  !  lateral mixing on bottom                  (triad only) 
    169    ! 
    170    !                       !  Coefficients: 
    171    nn_aht_ijk_t    = 31        !  space/time variation of eddy coef 
    172    !                                !   =-20 (=-30)    read in eddy_diffusivity_2D.nc (..._3D.nc) file 
    173    !                                !   =  0           constant  
    174    !                                !   = 10 F(k)      =ldf_c1d  
    175    !                                !   = 20 F(i,j)    =ldf_c2d  
    176    !                                !   = 21 F(i,j,t)  =Treguier et al. JPO 1997 formulation 
    177    !                                !   = 30 F(i,j,k)  =ldf_c2d + ldf_c1d 
    178    !                                !   = 31 F(i,j,k,t)=F(local velocity) 
    179    rn_aht_0        = 1000.     !  lateral eddy diffusivity   (lap. operator) [m2/s] 
    180    rn_bht_0        = 1.e+12    !  lateral eddy diffusivity (bilap. operator) [m4/s] 
    181141/ 
    182142!---------------------------------------------------------------------------------- 
     
    193153&namdyn_adv    !   formulation of the momentum advection                (default: No selection) 
    194154!----------------------------------------------------------------------- 
    195    ln_dynadv_NONE= .false. !  linear dynamics (no momentum advection) 
    196    ln_dynadv_vec = .false.  !  vector form - 2nd centered scheme 
    197      nn_dynkeg     = 0        ! grad(KE) scheme: =0   C2  ;  =1   Hollingsworth correction 
    198    ln_dynadv_cen2= .false. !  flux form - 2nd order centered scheme 
    199155   ln_dynadv_ubs = .true. !  flux form - 3rd order UBS      scheme 
    200156/ 
     
    202158&namdyn_vor    !   option of physics/algorithm (not control by CPP keys) 
    203159!----------------------------------------------------------------------- 
    204    ln_dynvor_ene = .false. !  enstrophy conserving scheme 
    205160   ln_dynvor_ens = .true. !  energy conserving scheme 
    206    ln_dynvor_mix = .false. !  mixed scheme 
    207    ln_dynvor_een = .false.  !  energy & enstrophy scheme 
    208       nn_een_e3f = 0             !  e3f = masked averaging of e3t divided by 4 (=0) or by the sum of mask (=1) 
    209161/ 
    210162!----------------------------------------------------------------------- 
     
    221173&namdyn_ldf    !   lateral diffusion on momentum 
    222174!----------------------------------------------------------------------- 
    223    !                       !  Type of the operator : 
    224    !                           !  no diffusion: set ln_dynldf_lap=..._blp=F  
    225175   ln_dynldf_NONE=  .true.    !  No operator (i.e. no explicit diffusion) 
    226    ln_dynldf_lap =  .false.    !    laplacian operator 
    227    ln_dynldf_blp =  .false.     !  bilaplacian operator 
    228    !                       !  Direction of action  : 
    229    ln_dynldf_lev =  .false.     !  iso-level 
    230    ln_dynldf_hor =  .false.    !  horizontal (geopotential) 
    231    ln_dynldf_iso =  .true.    !  iso-neutral 
    232    !                       !  Coefficient 
    233    nn_ahm_ijk_t  =  31          !  space/time variation of eddy coef 
    234    !                                !  =-30  read in eddy_viscosity_3D.nc file 
    235    !                                !  =-20  read in eddy_viscosity_2D.nc file 
    236    !                                !  =  0  constant  
    237    !                                !  = 10  F(k)=c1d 
    238    !                                !  = 20  F(i,j)=F(grid spacing)=c2d 
    239    !                                !  = 30  F(i,j,k)=c2d*c1d 
    240    !                                !  = 31  F(i,j,k)=F(grid spacing and local velocity) 
    241    rn_ahm_0      =  40000.     !  horizontal laplacian eddy viscosity   [m2/s] 
    242    rn_ahm_b      =      0.     !  background eddy viscosity for ldf_iso [m2/s] 
    243    rn_bhm_0      = 8.5e+11     !  horizontal bilaplacian eddy viscosity [m4/s] 
    244176/ 
    245177!!====================================================================== 
     
    249181&namzdf        !   vertical physics                                     (default: NO selection) 
    250182!----------------------------------------------------------------------- 
    251    !                       ! type of vertical closure 
    252    ln_zdfcst   = .false.      !  constant mixing 
    253    ln_zdfric   = .false.      !  local Richardson dependent formulation (T =>   fill namzdf_ric) 
    254183   ln_zdftke   = .true.       !  Turbulent Kinetic Energy closure       (T =>   fill namzdf_tke) 
    255    ln_zdfgls   = .false.      !  Generic Length Scale closure           (T =>   fill namzdf_gls) 
    256    ! 
    257    !                       ! convection 
    258184   ln_zdfevd   = .true.       !  Enhanced Vertical Diffusion scheme 
    259       nn_evdm  =    0            !  evd apply on tracer (=0) or on tracer and momentum (=1) 
    260       rn_evd   =  100.           !  evd mixing coefficient [m2/s] 
    261    ! 
    262185   ln_zdfddm   = .true.    ! double diffusive mixing 
    263       rn_avts  =    1.e-4     !  maximum avs (vertical mixing on salinity) 
    264       rn_hsbfr =    1.6       !  heat/salt buoyancy flux ratio 
    265    ! 
    266    !                       ! gravity wave-driven vertical mixing 
    267    ln_zdfiwm   = .false.      ! internal wave-induced mixing            (T =>   fill namzdf_iwm) 
    268    ln_zdfswm   = .false.      ! surface  wave-induced mixing            (T => ln_wave=ln_sdw=T ) 
    269    ! 
    270    !                       !  Coefficients 
    271    rn_avm0     =   1.2e-4     !  vertical eddy viscosity   [m2/s]       (background Kz if ln_zdfcst=F) 
    272    rn_avt0     =   1.2e-5     !  vertical eddy diffusivity [m2/s]       (background Kz if ln_zdfcst=F) 
    273    nn_avb      =    0         !  profile for background avt & avm (=1) or not (=0) 
    274186   nn_havtb    =    1         !  horizontal shape for avtb (=1) or not (=0) 
    275187/ 
     
    281193&namzdf_iwm    !   tidal mixing parameterization                        (ln_zdfiwm =T) 
    282194!----------------------------------------------------------------------- 
    283   nn_zpyc     = 2         !  pycnocline-intensified dissipation scales as N (=1) or N^2 (=2) 
    284   ln_mevar    = .true.    !  variable (T) or constant (F) mixing efficiency 
    285   ln_tsdiff   = .true.    !  account for differential T/S mixing (T) or not (F)  
    286195/ 
    287196!----------------------------------------------------------------------- 
    288197&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi) 
    289198!----------------------------------------------------------------------- 
    290    jpni        =   4       !  jpni   number of processors following i (set automatically if < 1) 
    291    jpnj        =   4       !  jpnj   number of processors following j (set automatically if < 1) 
    292    jpnij       =   16       !  jpnij  number of local domains (set automatically if < 1) 
    293199/ 
    294200!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.