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/GYRE_BFM/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/GYRE_BFM/EXP00/namelist_cfg

    r6401 r6404  
    3535&namzgr        !   vertical coordinate 
    3636!----------------------------------------------------------------------- 
    37    ln_zco      = .true.    !  z-coordinate - full    steps   (T/F)      ("key_zco" may also be defined) 
    38    ln_zps      = .false.   !  z-coordinate - partial steps   (T/F) 
     37   ln_zco      = .true.    !  z-coordinate - full    steps 
     38   ln_linssh   = .true.   !  linear free surface 
    3939/ 
    4040!----------------------------------------------------------------------- 
     
    4646!----------------------------------------------------------------------- 
    4747   nn_bathy    =    0      !  compute (=0) or read (=1) the bathymetry file 
    48    rn_rdt      = 7200.     !  time step for the dynamics (and tracer if nn_acc=0) 
    49    rn_rdtmin   = 7200.           !  minimum time step on tracers (used if nn_acc=1) 
    50    rn_rdtmax   = 7200.           !  maximum time step on tracers (used if nn_acc=1) 
     48   rn_rdt      = 7200.     !  time step for the dynamics  
    5149   jphgr_msh   =       5                 !  type of horizontal mesh 
    5250   ppglam0     =       0.0               !  longitude of first raw and column T-point (jphgr_msh = 1) 
     
    6967/ 
    7068!----------------------------------------------------------------------- 
    71 &namsplit      !   time splitting parameters                            ("key_dynspg_ts") 
    72 !----------------------------------------------------------------------- 
    73 / 
    74 !----------------------------------------------------------------------- 
    7569&namcrs        !   Grid coarsening for dynamics output and/or 
    7670               !   passive tracer coarsened online simulations 
     
    161155/ 
    162156!----------------------------------------------------------------------- 
    163 &namcla        !   cross land advection 
    164 !----------------------------------------------------------------------- 
    165 / 
    166 !----------------------------------------------------------------------- 
    167 &namobc        !   open boundaries parameters                           ("key_obc") 
    168 !----------------------------------------------------------------------- 
    169 / 
    170 !----------------------------------------------------------------------- 
    171157&namagrif      !  AGRIF zoom                                            ("key_agrif") 
    172158!----------------------------------------------------------------------- 
     
    194180/ 
    195181!----------------------------------------------------------------------- 
    196 &nambbc        !   bottom temperature boundary condition 
    197 !----------------------------------------------------------------------- 
    198    ln_trabbc   = .false.   !  Apply a geothermal heating at the ocean bottom 
    199    nn_geoflx   =    0      !  geothermal heat flux: = 0 no flux 
     182&nambbc        !   bottom temperature boundary condition                (default: NO) 
     183!----------------------------------------------------------------------- 
    200184/ 
    201185!----------------------------------------------------------------------- 
     
    228212&namtra_adv    !   advection scheme for tracer 
    229213!----------------------------------------------------------------------- 
    230    ln_traadv_msc_ups=  .false.  !  use upstream scheme within muscl  
     214   ln_traadv_fct =  .true.   !  FCT scheme 
     215      nn_fct_h   =  2               !  =2/4, horizontal 2nd / 4th order  
     216      nn_fct_v   =  2               !  =2/4, vertical   2nd / COMPACT 4th order  
     217      nn_fct_zts =  0               !  >=1,  2nd order FCT scheme with vertical sub-timestepping 
     218      !                             !        (number of sub-timestep = nn_fct_zts) 
    231219/ 
    232220!----------------------------------------------------------------------- 
     
    237225&namtra_ldf    !   lateral diffusion scheme for tracers 
    238226!---------------------------------------------------------------------------------- 
    239    rn_aeiv_0        =     0.    !  eddy induced velocity coefficient [m2/s] 
    240    rn_aht_0         =  1000.    !  horizontal eddy diffusivity for tracers [m2/s] 
     227   !                       !  Operator type: 
     228   ln_traldf_lap   =  .true.   !    laplacian operator 
     229   ln_traldf_blp   =  .false.  !  bilaplacian operator 
     230   !                       !  Direction of action: 
     231   ln_traldf_lev   =  .false.  !  iso-level 
     232   ln_traldf_hor   =  .false.  !  horizontal (geopotential) 
     233   ln_traldf_iso   =  .true.   !  iso-neutral (standard operator) 
     234   ln_traldf_triad =  .false.  !  iso-neutral (triad    operator) 
     235   ! 
     236   !                       !  iso-neutral options:         
     237   ln_traldf_msc   =  .true.   !  Method of Stabilizing Correction (both operators) 
     238   rn_slpmax       =   0.01    !  slope limit                      (both operators) 
     239   ln_triad_iso    =  .false.  !  pure horizontal mixing in ML              (triad only) 
     240   rn_sw_triad     =  1        !  =1 switching triad ; =0 all 4 triads used (triad only) 
     241   ln_botmix_triad =  .false.  !  lateral mixing on bottom                  (triad only) 
     242   ! 
     243   !                       !  Coefficients: 
     244   nn_aht_ijk_t    = 0         !  space/time variation of eddy coef 
     245   !                                !   =-20 (=-30)    read in eddy_diffusivity_2D.nc (..._3D.nc) file 
     246   !                                !   =  0           constant  
     247   !                                !   = 10 F(k)      =ldf_c1d  
     248   !                                !   = 20 F(i,j)    =ldf_c2d  
     249   !                                !   = 21 F(i,j,t)  =Treguier et al. JPO 1997 formulation 
     250   !                                !   = 30 F(i,j,k)  =ldf_c2d + ldf_c1d 
     251   !                                !   = 31 F(i,j,k,t)=F(local velocity) 
     252   rn_aht_0        = 1000.     !  lateral eddy diffusivity   (lap. operator) [m2/s] 
     253   rn_bht_0        = 1.e+12    !  lateral eddy diffusivity (bilap. operator) [m4/s] 
     254/ 
     255!---------------------------------------------------------------------------------- 
     256&namtra_ldfeiv !   eddy induced velocity param. 
     257!---------------------------------------------------------------------------------- 
     258   ln_ldfeiv     =.false.   ! use eddy induced velocity parameterization 
    241259/ 
    242260!----------------------------------------------------------------------- 
     
    252270&namdyn_vor    !   option of physics/algorithm (not control by CPP keys) 
    253271!----------------------------------------------------------------------- 
    254    ln_dynvor_ene = .true.  !  energy    conserving scheme   
    255    ln_dynvor_ens = .false. !  enstrophy conserving scheme     
    256    ln_dynvor_een = .false. !  energy & enstrophy scheme 
     272   ln_dynvor_ene = .true.  !  enstrophy conserving scheme 
    257273/ 
    258274!----------------------------------------------------------------------- 
     
    263279/ 
    264280!----------------------------------------------------------------------- 
    265 !namdyn_spg    !   surface pressure gradient   (CPP key only) 
    266 !----------------------------------------------------------------------- 
     281&namdyn_spg    !   surface pressure gradient 
     282!----------------------------------------------------------------------- 
     283   ln_dynspg_ts  = .true.  !  split-explicit free surface 
     284/ 
    267285!----------------------------------------------------------------------- 
    268286&namdyn_ldf    !   lateral diffusion on momentum 
    269287!----------------------------------------------------------------------- 
     288   !                       !  Type of the operator : 
     289   !                           !  no diffusion: set ln_dynldf_lap=..._blp=F  
     290   ln_dynldf_lap =  .true.     !    laplacian operator 
     291   ln_dynldf_blp =  .false.    !  bilaplacian operator 
     292   !                       !  Direction of action  : 
     293   ln_dynldf_lev =  .true.     !  iso-level 
     294   ln_dynldf_hor =  .false.    !  horizontal (geopotential) 
     295   ln_dynldf_iso =  .false.    !  iso-neutral 
     296   !                       !  Coefficient 
     297   nn_ahm_ijk_t  = 0           !  space/time variation of eddy coef 
     298   !                                !  =-30  read in eddy_viscosity_3D.nc file 
     299   !                                !  =-20  read in eddy_viscosity_2D.nc file 
     300   !                                !  =  0  constant  
     301   !                                !  = 10  F(k)=c1d 
     302   !                                !  = 20  F(i,j)=F(grid spacing)=c2d 
     303   !                                !  = 30  F(i,j,k)=c2d*c1d 
     304   !                                !  = 31  F(i,j,k)=F(grid spacing and local velocity) 
     305   rn_ahm_0      = 100000.     !  horizontal laplacian eddy viscosity   [m2/s] 
     306   rn_ahm_b      =      0.     !  background eddy viscosity for ldf_iso [m2/s] 
     307   rn_bhm_0      =      0.     !  horizontal bilaplacian eddy viscosity [m4/s] 
     308   ! 
     309   ! Caution in 20 and 30 cases the coefficient have to be given for a 1 degree grid (~111km) 
     310/ 
    270311   rn_ahm_0_lap     = 100000.   !  horizontal laplacian eddy viscosity   [m2/s] 
    271312/ 
     
    284325   nn_etau     =   0       !  penetration of tke below the mixed layer (ML) due to internal & intertial waves 
    285326/ 
    286 !------------------------------------------------------------------------ 
    287 &namzdf_kpp    !   K-Profile Parameterization dependent vertical mixing  ("key_zdfkpp", and optionally: 
    288 !------------------------------------------------------------------------ "key_kppcustom" or "key_kpplktb") 
    289 / 
    290327!----------------------------------------------------------------------- 
    291328&namzdf_gls                !   GLS vertical diffusion                   ("key_zdfgls") 
     
    300337!----------------------------------------------------------------------- 
    301338   ln_tmx_itf  = .false.   !  ITF specific parameterisation 
    302 / 
    303 !----------------------------------------------------------------------- 
    304 &namsol        !   elliptic solver / island / free surface 
    305 !----------------------------------------------------------------------- 
    306    nn_solv     =      2    !  elliptic solver: =1 preconditioned conjugate gradient (pcg) 
    307    nn_nmin     =    210    !  minimum of iterations for the SOR solver 
    308    rn_sor      =  1.96     !  optimal coefficient for SOR solver (to be adjusted with the domain) 
    309339/ 
    310340!----------------------------------------------------------------------- 
     
    356386!----------------------------------------------------------------------- 
    357387/ 
    358 !----------------------------------------------------------------------- 
    359 &namdyn_nept  !   Neptune effect (simplified: lateral and vertical diffusions removed) 
    360 !----------------------------------------------------------------------- 
    361    ln_neptramp       = .false.  ! ramp down Neptune velocity in shallow water 
    362 / 
Note: See TracChangeset for help on using the changeset viewer.