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 6404 for branches/2015/dev_r5803_UKMO_AGRIF_Vert_interp/NEMOGCM/CONFIG/AMM12/EXP00/namelist_cfg – NEMO

Ignore:
Timestamp:
2016-03-29T11:24:48+02:00 (8 years ago)
Author:
timgraham
Message:

First attempt at upgrading branch to the head of the trunk. This should include all of the simplification branch from the merge in Dec 2015.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/dev_r5803_UKMO_AGRIF_Vert_interp/NEMOGCM/CONFIG/AMM12/EXP00/namelist_cfg

    r6401 r6404  
    3434&namzgr        !   vertical coordinate 
    3535!----------------------------------------------------------------------- 
    36    ln_zps      = .false.   !  z-coordinate - partial steps   (T/F) 
    37    ln_sco      = .true.    !  s- or hybrid z-s-coordinate    (T/F) 
     36   ln_sco      = .true.    !  s- or hybrid z-s-coordinate 
    3837/ 
    3938!----------------------------------------------------------------------- 
     
    5049!----------------------------------------------------------------------- 
    5150   rn_rdt      =   600.    !  time step for the dynamics (and tracer if nn_acc=0) 
    52    rn_rdtmin   =   600.          !  minimum time step on tracers (used if nn_acc=1) 
    53    rn_rdtmax   =   600.          !  maximum time step on tracers (used if nn_acc=1) 
    54    rn_rdth     =   600.          !  depth variation of tracer time step  (used if nn_acc=1) 
    5551   ppglam0     =  999999.0             !  longitude of first raw and column T-point (jphgr_msh = 1) 
    5652   ppgphi0     =  999999.0             ! latitude  of first raw and column T-point (jphgr_msh = 1) 
     
    7268/ 
    7369!----------------------------------------------------------------------- 
    74 &namsplit      !   time splitting parameters                            ("key_dynspg_ts") 
    75 !----------------------------------------------------------------------- 
    76    ln_bt_nn_auto =    .FALSE.          !  Set nn_baro automatically to be just below 
    77                                        !  a user defined maximum courant number (rn_bt_cmax) 
    78    nn_baro       =    30               !  Number of iterations of barotropic mode 
    79 / 
    80 !----------------------------------------------------------------------- 
    8170&namcrs        !   Grid coarsening for dynamics output and/or 
    8271               !   passive tracer coarsened online simulations 
     
    10089   nn_fwb      = 0         !  FreshWater Budget: =0 unchecked 
    10190   ln_apr_dyn  = .false.    !  Patm gradient added in ocean & ice Eqs.   (T => fill namsbc_apr ) 
     91   ln_traqsr   = .false.   !  Light penetration (T) or not (F) 
    10292 
    10393/ 
     
    137127&namtra_qsr    !   penetrative solar radiation 
    138128!----------------------------------------------------------------------- 
    139    ln_traqsr   = .false.   !  Light penetration (T) or not (F) 
    140129   nn_chldta   =      0    !  RGB : Chl data (=1) or cst value (=0) 
    141130/ 
     
    194183   rn_shlat    =     0     !  shlat = 0  !  0 < shlat < 2  !  shlat = 2  !  2 < shlat 
    195184                           !  free slip  !   partial slip  !   no slip   ! strong slip 
    196 / 
    197 !----------------------------------------------------------------------- 
    198 &namcla        !   cross land advection 
    199 !----------------------------------------------------------------------- 
    200 / 
    201 !----------------------------------------------------------------------- 
    202 &namobc        !   open boundaries parameters                           ("key_obc") 
    203 !----------------------------------------------------------------------- 
    204185/ 
    205186!----------------------------------------------------------------------- 
     
    265246/ 
    266247!----------------------------------------------------------------------- 
    267 &nambbc        !   bottom temperature boundary condition 
    268 !----------------------------------------------------------------------- 
    269    ln_trabbc   = .false.   !  Apply a geothermal heating at the ocean bottom 
     248&nambbc        !   bottom temperature boundary condition                (default: NO) 
     249!----------------------------------------------------------------------- 
    270250/ 
    271251!----------------------------------------------------------------------- 
     
    281261&namtra_adv    !   advection scheme for tracer 
    282262!----------------------------------------------------------------------- 
     263   ln_traadv_fct =  .true.   !  FCT scheme 
     264      nn_fct_h   =  2               !  =2/4, horizontal 2nd / 4th order  
     265      nn_fct_v   =  2               !  =2/4, vertical   2nd / COMPACT 4th order  
     266      nn_fct_zts =  0               !  >=1,  2nd order FCT scheme with vertical sub-timestepping 
     267      !                             !        (number of sub-timestep = nn_fct_zts) 
    283268/ 
    284269!----------------------------------------------------------------------- 
     
    289274&namtra_ldf    !   lateral diffusion scheme for tracers 
    290275!---------------------------------------------------------------------------------- 
    291    ln_traldf_hor    =  .true.   !  horizontal (geopotential)   (needs "key_ldfslp" when ln_sco=T) 
    292    ln_traldf_iso    =  .false.  !  iso-neutral                 (needs "key_ldfslp") 
    293    rn_aeiv_0        =     0.    !  eddy induced velocity coefficient [m2/s] 
    294    rn_aht_0         =    50.    !  horizontal eddy diffusivity for tracers [m2/s] 
     276   !                       !  Operator type: 
     277   ln_traldf_lap   =  .true.   !    laplacian operator 
     278   ln_traldf_blp   =  .false.  !  bilaplacian operator 
     279   !                       !  Direction of action: 
     280   ln_traldf_lev   =  .false.  !  iso-level 
     281   ln_traldf_hor   =  .true.   !  horizontal (geopotential) 
     282   ln_traldf_iso   =  .false.  !  iso-neutral 
     283   ln_traldf_triad =  .false.  !  iso-neutral using Griffies triads 
     284   ! 
     285   !                       !  iso-neutral options:         
     286   ln_traldf_msc   =  .true.   !  Method of Stabilizing Correction (both operators) 
     287   rn_slpmax       =   0.01    !  slope limit                      (both operators) 
     288   ln_triad_iso    =  .false.  !  pure horizontal mixing in ML     (triad only) 
     289   rn_sw_triad     =  1        !  =1 switching triad ; =0 all 4 triads used (triad only) 
     290   ln_botmix_triad =  .false.  !  lateral mixing on bottom         (triad only) 
     291   ! 
     292   !                       !  Coefficients: 
     293   nn_aht_ijk_t    = 0         !  space/time variation of eddy coef 
     294   !                                !   =-20 (=-30)    read in eddy_diffusivity_2D.nc (..._3D.nc) file 
     295   !                                !   =  0           constant  
     296   !                                !   = 10 F(k)      =ldf_c1d  
     297   !                                !   = 20 F(i,j)    =ldf_c2d  
     298   !                                !   = 21 F(i,j,t)  =Treguier et al. JPO 1997 formulation 
     299   !                                !   = 30 F(i,j,k)  =ldf_c2d + ldf_c1d 
     300   !                                !   = 31 F(i,j,k,t)=F(local velocity) 
     301   rn_aht_0        =   50.     !  lateral eddy diffusivity   (lap. operator) [m2/s] 
     302   rn_bht_0        = 1.e+12    !  lateral eddy diffusivity (bilap. operator) [m4/s] 
     303/ 
     304!---------------------------------------------------------------------------------- 
     305&namtra_ldfeiv !   eddy induced velocity param. 
     306!---------------------------------------------------------------------------------- 
     307   ln_ldfeiv     =.false.   ! use eddy induced velocity parameterization 
    295308/ 
    296309!----------------------------------------------------------------------- 
     
    306319&namdyn_vor    !   option of physics/algorithm (not control by CPP keys) 
    307320!----------------------------------------------------------------------- 
     321   ln_dynvor_ene = .false. !  enstrophy conserving scheme 
     322   ln_dynvor_ens = .false. !  energy conserving scheme 
     323   ln_dynvor_mix = .false. !  mixed scheme 
     324   ln_dynvor_een = .true.  !  energy & enstrophy scheme 
     325      nn_een_e3f = 1             !  e3f = masked averaging of e3t divided by 4 (=0) or by the sum of mask (=1) 
    308326/ 
    309327!----------------------------------------------------------------------- 
     
    314332/ 
    315333!----------------------------------------------------------------------- 
    316 !namdyn_spg    !   surface pressure gradient   (CPP key only) 
    317 !----------------------------------------------------------------------- 
    318 !                          !  explicit free surface                     ("key_dynspg_exp") 
    319 !                          !  filtered free surface                     ("key_dynspg_flt") 
    320 !                          !  split-explicit free surface               ("key_dynspg_ts") 
    321  
     334&namdyn_spg    !   surface pressure gradient  
     335!----------------------------------------------------------------------- 
     336   ln_dynspg_ts = .true.    ! split-explicit free surface 
     337      ln_bt_auto    = .false.  ! Number of sub-step defined from: 
     338         nn_baro       = 30       ! =F : the number of sub-step in rn_rdt seconds 
     339/ 
    322340!----------------------------------------------------------------------- 
    323341&namdyn_ldf    !   lateral diffusion on momentum 
    324342!----------------------------------------------------------------------- 
    325343   !                       !  Type of the operator : 
    326    ln_dynldf_bilap  =  .true.   !  bilaplacian operator 
    327    ln_dynldf_lap    =  .false.  !  bilaplacian operator 
     344   !                           !  no diffusion: set ln_dynldf_lap=..._blp=F  
     345   ln_dynldf_lap =  .false.    !    laplacian operator 
     346   ln_dynldf_blp =  .true.     !  bilaplacian operator 
    328347   !                       !  Direction of action  : 
    329    ln_dynldf_level  =  .true.   !  iso-level 
    330    ln_dynldf_hor    =  .false.  !  horizontal (geopotential)            (require "key_ldfslp" in s-coord.) 
    331                            !  Coefficient 
    332    rn_ahm_0_lap     = 60.0      !  horizontal laplacian eddy viscosity   [m2/s] 
    333    rn_ahm_0_blp     = -1.0e+10  !  horizontal bilaplacian eddy viscosity [m4/s] 
     348   ln_dynldf_lev =  .true.     !  iso-level 
     349   ln_dynldf_hor =  .false.    !  horizontal (geopotential) 
     350   ln_dynldf_iso =  .false.    !  iso-neutral 
     351   !                       !  Coefficient 
     352   nn_ahm_ijk_t  = 0           !  space/time variation of eddy coef 
     353   !                                !  =-30  read in eddy_viscosity_3D.nc file 
     354   !                                !  =-20  read in eddy_viscosity_2D.nc file 
     355   !                                !  =  0  constant  
     356   !                                !  = 10  F(k)=c1d 
     357   !                                !  = 20  F(i,j)=F(grid spacing)=c2d 
     358   !                                !  = 30  F(i,j,k)=c2d*c1d 
     359   !                                !  = 31  F(i,j,k)=F(grid spacing and local velocity) 
     360   rn_ahm_0      =     60.     !  horizontal laplacian eddy viscosity   [m2/s] 
     361   rn_ahm_b      =      0.     !  background eddy viscosity for ldf_iso [m2/s] 
     362   rn_bhm_0      = 1.0e+10     !  horizontal bilaplacian eddy viscosity [m4/s] 
     363   ! 
     364   ! Caution in 20 and 30 cases the coefficient have to be given for a 1 degree grid (~111km) 
    334365/ 
    335366!----------------------------------------------------------------------- 
     
    349380!----------------------------------------------------------------------- 
    350381/ 
    351 !------------------------------------------------------------------------ 
    352 &namzdf_kpp    !   K-Profile Parameterization dependent vertical mixing  ("key_zdfkpp", and optionally: 
    353 !------------------------------------------------------------------------ "key_kppcustom" or "key_kpplktb") 
    354 / 
    355382!----------------------------------------------------------------------- 
    356383&namzdf_gls                !   GLS vertical diffusion                   ("key_zdfgls") 
     
    369396/ 
    370397!----------------------------------------------------------------------- 
    371 &namsol        !   elliptic solver / island / free surface 
    372 !----------------------------------------------------------------------- 
    373 / 
    374 !----------------------------------------------------------------------- 
    375398&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi) 
    376399!----------------------------------------------------------------------- 
     
    421444/ 
    422445!----------------------------------------------------------------------- 
    423 &namdyn_nept  !   Neptune effect (simplified: lateral and vertical diffusions removed) 
    424 !----------------------------------------------------------------------- 
    425 / 
     446&nam_diatmb  !  Top Middle Bottom Output 
     447!----------------------------------------------------------------------- 
     448   ln_diatmb  = .true.    !  Choose Top Middle and Bottom output or not 
     449/ 
     450!----------------------------------------------------------------------- 
     451&nam_dia25h  !  25h Mean Output 
     452!----------------------------------------------------------------------- 
     453   ln_dia25h  = .true.    ! Choose 25h mean output or not 
     454/ 
     455 
Note: See TracChangeset for help on using the changeset viewer.