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 6225 for branches/2014/dev_r4704_NOC5_MPP_BDY_UPDATE/NEMOGCM/CONFIG/GYRE/EXP00/namelist_cfg – NEMO

Ignore:
Timestamp:
2016-01-08T10:35:19+01:00 (8 years ago)
Author:
jamesharle
Message:

Update MPP_BDY_UPDATE branch to be consistent with head of trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2014/dev_r4704_NOC5_MPP_BDY_UPDATE/NEMOGCM/CONFIG/GYRE/EXP00/namelist_cfg

    r4370 r6225  
    1111   nn_stock    =    4320   !  frequency of creation of a restart file (modulo referenced to 1) 
    1212   nn_write    =      60   !  frequency of write in the output file   (modulo referenced to nn_it000) 
     13 
     14   ln_clobber  = .true.    !  clobber (overwrite) an existing file 
     15 
    1316/ 
    1417!----------------------------------------------------------------------- 
     
    2932&namzgr        !   vertical coordinate 
    3033!----------------------------------------------------------------------- 
    31    ln_zco      = .true.    !  z-coordinate - full    steps   (T/F)      ("key_zco" may also be defined) 
    32    ln_zps      = .false.   !  z-coordinate - partial steps   (T/F) 
     34   ln_zco      = .true.    !  z-coordinate - full    steps 
     35   ln_linssh   = .true.    !  linear free surface 
    3336/ 
    3437!----------------------------------------------------------------------- 
     
    4043!----------------------------------------------------------------------- 
    4144   nn_bathy    =    0      !  compute (=0) or read (=1) the bathymetry file 
    42    rn_rdt      = 7200.     !  time step for the dynamics (and tracer if nn_acc=0) 
    43    rn_rdtmin   = 7200.           !  minimum time step on tracers (used if nn_acc=1) 
    44    rn_rdtmax   = 7200.           !  maximum time step on tracers (used if nn_acc=1) 
     45   rn_rdt      = 7200.     !  time step for the dynamics  
    4546   jphgr_msh   =       5                 !  type of horizontal mesh 
    4647   ppglam0     =       0.0               !  longitude of first raw and column T-point (jphgr_msh = 1) 
     
    6364/ 
    6465!----------------------------------------------------------------------- 
    65 &namsplit      !   time splitting parameters                            ("key_dynspg_ts") 
    66 !----------------------------------------------------------------------- 
    67 / 
    68 !----------------------------------------------------------------------- 
    6966&namcrs        !   Grid coarsening for dynamics output and/or 
    7067               !   passive tracer coarsened online simulations 
     
    8279!----------------------------------------------------------------------- 
    8380   nn_fsbc     = 1         !  frequency of surface boundary condition computation 
    84                            !     (also = the frequency of sea-ice model call) 
     81   !                       !     (also = the frequency of sea-ice model call) 
    8582   ln_ana      = .true.    !  analytical formulation                    (T => fill namsbc_ana ) 
    8683   ln_blk_core = .false.   !  CORE bulk formulation                     (T => fill namsbc_core) 
     
    113110/ 
    114111!----------------------------------------------------------------------- 
    115 &namsbc_cpl    !   coupled ocean/atmosphere model                       ("key_coupled") 
     112&namsbc_cpl    !   coupled ocean/atmosphere model                       ("key_oasis3") 
    116113!----------------------------------------------------------------------- 
    117114/ 
     
    153150/ 
    154151!----------------------------------------------------------------------- 
    155 &namcla        !   cross land advection 
    156 !----------------------------------------------------------------------- 
    157 / 
    158 !----------------------------------------------------------------------- 
    159 &namobc        !   open boundaries parameters                           ("key_obc") 
    160 !----------------------------------------------------------------------- 
    161 / 
    162 !----------------------------------------------------------------------- 
    163152&namagrif      !  AGRIF zoom                                            ("key_agrif") 
    164153!----------------------------------------------------------------------- 
     
    198187&nameos        !   ocean physical parameters 
    199188!----------------------------------------------------------------------- 
    200    nn_eos      =   2       !  type of equation of state and Brunt-Vaisala frequency 
     189   nn_eos      =  0       !  type of equation of state and Brunt-Vaisala frequency 
     190                                 !  =-1, TEOS-10  
     191                                 !  = 0, EOS-80  
     192                                 !  = 1, S-EOS   (simplified eos) 
     193   ln_useCT    = .false.  ! use of Conservative Temp. ==> surface CT converted in Pot. Temp. in sbcssm 
     194   !                             ! 
     195   !                      ! S-EOS coefficients : 
     196   !                             !  rd(T,S,Z)*rau0 = -a0*(1+.5*lambda*dT+mu*Z+nu*dS)*dT+b0*dS 
     197   rn_a0       =  1.6550e-1      !  thermal expension coefficient (nn_eos= 1) 
     198   rn_b0       =  7.6554e-1      !  saline  expension coefficient (nn_eos= 1) 
     199   rn_lambda1  =  5.9520e-2      !  cabbeling coeff in T^2  (=0 for linear eos) 
     200   rn_lambda2  =  7.4914e-4      !  cabbeling coeff in S^2  (=0 for linear eos) 
     201   rn_mu1      =  1.4970e-4      !  thermobaric coeff. in T (=0 for linear eos) 
     202   rn_mu2      =  1.1090e-5      !  thermobaric coeff. in S (=0 for linear eos) 
     203   rn_nu       =  2.4341e-3      !  cabbeling coeff in T*S  (=0 for linear eos) 
     204!!org GYRE   rn_alpha    =   2.0e-4  !  thermal expension coefficient (nn_eos= 1 or 2) 
     205!!org GYRE   rn_beta     =   7.7e-4  !  saline  expension coefficient (nn_eos= 2) 
     206!!org  caution  now a0 = alpha / rau0   with rau0 = 1026 
    201207/ 
    202208!----------------------------------------------------------------------- 
    203209&namtra_adv    !   advection scheme for tracer 
    204210!----------------------------------------------------------------------- 
    205    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) 
    206216/ 
    207217!----------------------------------------------------------------------- 
     
    212222&namtra_ldf    !   lateral diffusion scheme for tracers 
    213223!---------------------------------------------------------------------------------- 
    214    rn_aeiv_0        =     0.    !  eddy induced velocity coefficient [m2/s] 
    215    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 
    216256/ 
    217257!----------------------------------------------------------------------- 
     
    219259!----------------------------------------------------------------------- 
    220260   ln_tradmp   =  .false.  !  add a damping termn (T) or not (F) 
    221    nn_zdmp     =    1      !  vertical   shape =0    damping throughout the water column 
    222    nn_file     =    1      !  create a damping.coeff NetCDF file (=1) or not (=0) 
    223261/ 
    224262!----------------------------------------------------------------------- 
     
    229267&namdyn_vor    !   option of physics/algorithm (not control by CPP keys) 
    230268!----------------------------------------------------------------------- 
    231    ln_dynvor_ene = .true.  !  energy    conserving scheme   
    232    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 
    233272   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) 
    234274/ 
    235275!----------------------------------------------------------------------- 
     
    240280/ 
    241281!----------------------------------------------------------------------- 
    242 !namdyn_spg    !   surface pressure gradient   (CPP key only) 
    243 !----------------------------------------------------------------------- 
     282&namdyn_spg    !   surface pressure gradient  
     283!----------------------------------------------------------------------- 
     284   ln_dynspg_ts  = .true.  !  split-explicit free surface 
     285/ 
    244286!----------------------------------------------------------------------- 
    245287&namdyn_ldf    !   lateral diffusion on momentum 
    246288!----------------------------------------------------------------------- 
    247    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] 
    248309/ 
    249310!----------------------------------------------------------------------- 
     
    261322   nn_etau     =   0       !  penetration of tke below the mixed layer (ML) due to internal & intertial waves 
    262323/ 
    263 !------------------------------------------------------------------------ 
    264 &namzdf_kpp    !   K-Profile Parameterization dependent vertical mixing  ("key_zdfkpp", and optionally: 
    265 !------------------------------------------------------------------------ "key_kppcustom" or "key_kpplktb") 
    266 / 
    267324!----------------------------------------------------------------------- 
    268325&namzdf_gls                !   GLS vertical diffusion                   ("key_zdfgls") 
     
    277334!----------------------------------------------------------------------- 
    278335   ln_tmx_itf  = .false.   !  ITF specific parameterisation 
    279 / 
    280 !----------------------------------------------------------------------- 
    281 &namsol        !   elliptic solver / island / free surface 
    282 !----------------------------------------------------------------------- 
    283    nn_solv     =      2    !  elliptic solver: =1 preconditioned conjugate gradient (pcg) 
    284    nn_nmin     =    210    !  minimum of iterations for the SOR solver 
    285    rn_sor      =  1.96     !  optimal coefficient for SOR solver (to be adjusted with the domain) 
    286336/ 
    287337!----------------------------------------------------------------------- 
     
    301351!              !       or mixed-layer trends or barotropic vorticity    ("key_trdmld" or     "key_trdvor") 
    302352!----------------------------------------------------------------------- 
    303 / 
     353   ln_glo_trd  = .false.   ! (T) global domain averaged diag for T, T^2, KE, and PE 
     354   ln_dyn_trd  = .false.   ! (T) 3D momentum trend output 
     355   ln_dyn_mxl  = .FALSE.   ! (T) 2D momentum trends averaged over the mixed layer (not coded yet) 
     356   ln_vor_trd  = .FALSE.   ! (T) 2D barotropic vorticity trends (not coded yet) 
     357   ln_KE_trd   = .false.   ! (T) 3D Kinetic   Energy     trends 
     358   ln_PE_trd   = .false.   ! (T) 3D Potential Energy     trends 
     359   ln_tra_trd  = .false.    ! (T) 3D tracer trend output 
     360   ln_tra_mxl  = .false.   ! (T) 2D tracer trends averaged over the mixed layer (not coded yet) 
     361   nn_trd      = 365       !  print frequency (ln_glo_trd=T) (unit=time step) 
     362/ 
     363!!gm   nn_ctls     =   0       !  control surface type in mixed-layer trends (0,1 or n<jpk) 
     364!!gm   rn_ucf      =   1.      !  unit conversion factor (=1 -> /seconds ; =86400. -> /day) 
     365!!gm   cn_trdrst_in      = "restart_mld"   ! suffix of ocean restart name (input) 
     366!!gm   cn_trdrst_out     = "restart_mld"   ! suffix of ocean restart name (output) 
     367!!gm   ln_trdmld_restart = .false.         !  restart for ML diagnostics 
     368!!gm   ln_trdmld_instant = .false.         !  flag to diagnose trends of instantantaneous or mean ML T/S 
     369!!gm 
    304370!----------------------------------------------------------------------- 
    305371&namflo       !   float parameters                                      ("key_float") 
     
    333399!----------------------------------------------------------------------- 
    334400/ 
    335 !----------------------------------------------------------------------- 
    336 &namdyn_nept  !   Neptune effect (simplified: lateral and vertical diffusions removed) 
    337 !----------------------------------------------------------------------- 
    338    ln_neptramp       = .false.  ! ramp down Neptune velocity in shallow water 
    339 / 
Note: See TracChangeset for help on using the changeset viewer.