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 6808 for branches/NERC/dev_r5549_BDY_ZEROGRAD/NEMOGCM/CONFIG/GYRE – NEMO

Ignore:
Timestamp:
2016-07-19T10:38:35+02:00 (8 years ago)
Author:
jamesharle
Message:

merge with trunk@6232 for consistency with SSB code

Location:
branches/NERC/dev_r5549_BDY_ZEROGRAD/NEMOGCM/CONFIG/GYRE
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/NERC/dev_r5549_BDY_ZEROGRAD/NEMOGCM/CONFIG/GYRE/EXP00/namelist_cfg

    r5407 r6808  
    3232&namzgr        !   vertical coordinate 
    3333!----------------------------------------------------------------------- 
    34    ln_zco      = .true.    !  z-coordinate - full    steps   (T/F)      ("key_zco" may also be defined) 
    35    ln_zps      = .false.   !  z-coordinate - partial steps   (T/F) 
     34   ln_zco      = .true.    !  z-coordinate - full    steps 
     35   ln_linssh   = .true.    !  linear free surface 
    3636/ 
    3737!----------------------------------------------------------------------- 
     
    4343!----------------------------------------------------------------------- 
    4444   nn_bathy    =    0      !  compute (=0) or read (=1) the bathymetry file 
    45    rn_rdt      = 7200.     !  time step for the dynamics (and tracer if nn_acc=0) 
    46    rn_rdtmin   = 7200.           !  minimum time step on tracers (used if nn_acc=1) 
    47    rn_rdtmax   = 7200.           !  maximum time step on tracers (used if nn_acc=1) 
     45   rn_rdt      = 7200.     !  time step for the dynamics  
    4846   jphgr_msh   =       5                 !  type of horizontal mesh 
    4947   ppglam0     =       0.0               !  longitude of first raw and column T-point (jphgr_msh = 1) 
     
    6664/ 
    6765!----------------------------------------------------------------------- 
    68 &namsplit      !   time splitting parameters                            ("key_dynspg_ts") 
    69 !----------------------------------------------------------------------- 
    70 / 
    71 !----------------------------------------------------------------------- 
    7266&namcrs        !   Grid coarsening for dynamics output and/or 
    7367               !   passive tracer coarsened online simulations 
     
    154148!----------------------------------------------------------------------- 
    155149   rn_shlat    =    0.     !  shlat = 0  !  0 < shlat < 2  !  shlat = 2  !  2 < shlat 
    156 / 
    157 !----------------------------------------------------------------------- 
    158 &namcla        !   cross land advection 
    159 !----------------------------------------------------------------------- 
    160 / 
    161 !----------------------------------------------------------------------- 
    162 &namobc        !   open boundaries parameters                           ("key_obc") 
    163 !----------------------------------------------------------------------- 
    164150/ 
    165151!----------------------------------------------------------------------- 
     
    223209&namtra_adv    !   advection scheme for tracer 
    224210!----------------------------------------------------------------------- 
    225    ln_traadv_cen2   =  .false.   !  2nd order centered scheme 
    226    ln_traadv_tvd    =  .true.    !  TVD scheme 
    227    ln_traadv_muscl  =  .false.   !  MUSCL scheme 
    228    ln_traadv_muscl2 =  .false.   !  MUSCL2 scheme + cen2 at boundaries 
    229    ln_traadv_ubs    =  .false.   !  UBS scheme 
    230    ln_traadv_qck    =  .false.   !  QUICKEST scheme 
    231    ln_traadv_msc_ups=  .false.   !  use upstream scheme within muscl 
     211   ln_traadv_fct =  .true.   !  FCT scheme 
     212      nn_fct_h   =  2               !  =2/4, horizontal 2nd / 4th order  
     213      nn_fct_v   =  2               !  =2/4, vertical   2nd / COMPACT 4th order  
     214      nn_fct_zts =  0               !  >=1,  2nd order FCT scheme with vertical sub-timestepping 
     215      !                             !        (number of sub-timestep = nn_fct_zts) 
    232216/ 
    233217!----------------------------------------------------------------------- 
     
    238222&namtra_ldf    !   lateral diffusion scheme for tracers 
    239223!---------------------------------------------------------------------------------- 
    240    rn_aeiv_0        =     0.    !  eddy induced velocity coefficient [m2/s] 
    241    rn_aht_0         =  1000.    !  horizontal eddy diffusivity for tracers [m2/s] 
     224   !                       !  Operator type: 
     225   ln_traldf_lap   =  .true.   !    laplacian operator 
     226   ln_traldf_blp   =  .false.  !  bilaplacian operator 
     227   !                       !  Direction of action: 
     228   ln_traldf_lev   =  .false.  !  iso-level 
     229   ln_traldf_hor   =  .false.  !  horizontal (geopotential) 
     230   ln_traldf_iso   =  .true.   !  iso-neutral 
     231   ln_traldf_triad =  .false.  !  iso-neutral using Griffies triads 
     232   ! 
     233   !                       !  iso-neutral options:         
     234   ln_traldf_msc   =  .false.  !  Method of Stabilizing Correction (both operators) 
     235   rn_slpmax       =   0.01    !  slope limit                      (both operators) 
     236   ln_triad_iso    =  .false.  !  pure horizontal mixing in ML     (triad only) 
     237   rn_sw_triad     =  1        !  =1 switching triad ; =0 all 4 triads used (triad only) 
     238   ln_botmix_triad =  .false.  !  lateral mixing on bottom         (triad only) 
     239   ! 
     240   !                       !  Coefficients: 
     241   nn_aht_ijk_t    = 0         !  space/time variation of eddy coef 
     242   !                                !   =-20 (=-30)    read in eddy_induced_velocity_2D.nc (..._3D.nc) file 
     243   !                                !   =  0           constant  
     244   !                                !   = 10 F(k)      =ldf_c1d  
     245   !                                !   = 20 F(i,j)    =ldf_c2d  
     246   !                                !   = 21 F(i,j,t)  =Treguier et al. JPO 1997 formulation 
     247   !                                !   = 30 F(i,j,k)  =ldf_c2d + ldf_c1d 
     248   !                                !   = 31 F(i,j,k,t)=F(local velocity) 
     249   rn_aht_0        = 1000.     !  lateral eddy diffusivity   (lap. operator) [m2/s] 
     250   rn_bht_0        = 1.e+12    !  lateral eddy diffusivity (bilap. operator) [m4/s] 
     251/ 
     252!---------------------------------------------------------------------------------- 
     253&namtra_ldfeiv !   eddy induced velocity param. 
     254!---------------------------------------------------------------------------------- 
     255   ln_ldfeiv     =.false.   ! use eddy induced velocity parameterization 
    242256/ 
    243257!----------------------------------------------------------------------- 
     
    253267&namdyn_vor    !   option of physics/algorithm (not control by CPP keys) 
    254268!----------------------------------------------------------------------- 
    255    ln_dynvor_ene = .true.  !  energy    conserving scheme   
    256    ln_dynvor_ens = .false. !  enstrophy conserving scheme     
     269   ln_dynvor_ene = .true.  !  enstrophy conserving scheme 
     270   ln_dynvor_ens = .false. !  energy conserving scheme 
     271   ln_dynvor_mix = .false. !  mixed scheme 
    257272   ln_dynvor_een = .false. !  energy & enstrophy scheme 
     273      nn_een_e3f = 1             !  e3f = masked averaging of e3t divided by 4 (=0) or by the sum of mask (=1) 
    258274/ 
    259275!----------------------------------------------------------------------- 
     
    264280/ 
    265281!----------------------------------------------------------------------- 
    266 !namdyn_spg    !   surface pressure gradient   (CPP key only) 
    267 !----------------------------------------------------------------------- 
    268  
     282&namdyn_spg    !   surface pressure gradient  
     283!----------------------------------------------------------------------- 
     284   ln_dynspg_ts  = .true.  !  split-explicit free surface 
     285/ 
    269286!----------------------------------------------------------------------- 
    270287&namdyn_ldf    !   lateral diffusion on momentum 
    271288!----------------------------------------------------------------------- 
    272    rn_ahm_0_lap     = 100000.   !  horizontal laplacian eddy viscosity   [m2/s] 
     289   !                       !  Type of the operator : 
     290   !                           !  no diffusion: set ln_dynldf_lap=..._blp=F  
     291   ln_dynldf_lap =  .true.     !    laplacian operator 
     292   ln_dynldf_blp =  .false.    !  bilaplacian operator 
     293   !                       !  Direction of action  : 
     294   ln_dynldf_lev =  .true.     !  iso-level 
     295   ln_dynldf_hor =  .false.    !  horizontal (geopotential) 
     296   ln_dynldf_iso =  .false.    !  iso-neutral 
     297   !                       !  Coefficient 
     298   nn_ahm_ijk_t  = 0           !  space/time variation of eddy coef 
     299   !                                !  =-30  read in eddy_viscosity_3D.nc file 
     300   !                                !  =-20  read in eddy_viscosity_2D.nc file 
     301   !                                !  =  0  constant  
     302   !                                !  = 10  F(k)=c1d 
     303   !                                !  = 20  F(i,j)=F(grid spacing)=c2d 
     304   !                                !  = 30  F(i,j,k)=c2d*c1d 
     305   !                                !  = 31  F(i,j,k)=F(grid spacing and local velocity) 
     306   rn_ahm_0      = 100000.     !  horizontal laplacian eddy viscosity   [m2/s] 
     307   rn_ahm_b      =      0.     !  background eddy viscosity for ldf_iso [m2/s] 
     308   rn_bhm_0      =      0.     !  horizontal bilaplacian eddy viscosity [m4/s] 
    273309/ 
    274310!----------------------------------------------------------------------- 
     
    286322   nn_etau     =   0       !  penetration of tke below the mixed layer (ML) due to internal & intertial waves 
    287323/ 
    288 !------------------------------------------------------------------------ 
    289 &namzdf_kpp    !   K-Profile Parameterization dependent vertical mixing  ("key_zdfkpp", and optionally: 
    290 !------------------------------------------------------------------------ "key_kppcustom" or "key_kpplktb") 
    291 / 
    292324!----------------------------------------------------------------------- 
    293325&namzdf_gls                !   GLS vertical diffusion                   ("key_zdfgls") 
     
    302334!----------------------------------------------------------------------- 
    303335   ln_tmx_itf  = .false.   !  ITF specific parameterisation 
    304 / 
    305 !----------------------------------------------------------------------- 
    306 &namsol        !   elliptic solver / island / free surface 
    307 !----------------------------------------------------------------------- 
    308    nn_solv     =      2    !  elliptic solver: =1 preconditioned conjugate gradient (pcg) 
    309    nn_nmin     =    210    !  minimum of iterations for the SOR solver 
    310    rn_sor      =  1.96     !  optimal coefficient for SOR solver (to be adjusted with the domain) 
    311336/ 
    312337!----------------------------------------------------------------------- 
     
    374399!----------------------------------------------------------------------- 
    375400/ 
    376 !----------------------------------------------------------------------- 
    377 &namdyn_nept  !   Neptune effect (simplified: lateral and vertical diffusions removed) 
    378 !----------------------------------------------------------------------- 
    379    ln_neptramp       = .false.  ! ramp down Neptune velocity in shallow water 
    380 / 
  • branches/NERC/dev_r5549_BDY_ZEROGRAD/NEMOGCM/CONFIG/GYRE/cpp_GYRE.fcm

    r4990 r6808  
    1  bld::tool::fppkeys key_dynspg_flt key_ldfslp key_zdftke key_iomput key_mpp_mpi key_nosignedzero 
     1 bld::tool::fppkeys key_zdftke key_iomput key_mpp_mpi 
Note: See TracChangeset for help on using the changeset viewer.