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_PISCES – 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_PISCES
Files:
3 edited

Legend:

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

    r5102 r6808  
    2929&namzgr        !   vertical coordinate 
    3030!----------------------------------------------------------------------- 
    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) 
     31   ln_zco      = .true.    !  z-coordinate - full    steps 
     32   ln_linssh   = .true.    !  linear free surface 
    3333/ 
    3434!----------------------------------------------------------------------- 
     
    3636!----------------------------------------------------------------------- 
    3737   nn_bathy    =    0      !  compute (=0) or read (=1) the bathymetry file 
    38    rn_rdt      = 7200.     !  time step for the dynamics (and tracer if nn_acc=0) 
    39    rn_rdtmin   = 7200.           !  minimum time step on tracers (used if nn_acc=1) 
    40    rn_rdtmax   = 7200.           !  maximum time step on tracers (used if nn_acc=1) 
     38   rn_rdt      = 7200.     !  time step for the dynamics  
    4139   jphgr_msh   =       5                 !  type of horizontal mesh 
    4240   ppglam0     =       0.0               !  longitude of first raw and column T-point (jphgr_msh = 1) 
     
    5957/ 
    6058!----------------------------------------------------------------------- 
    61 &namsplit      !   time splitting parameters                            ("key_dynspg_ts") 
    62 !----------------------------------------------------------------------- 
    63 / 
    64 !----------------------------------------------------------------------- 
    6559&namcrs        !   Grid coarsening for dynamics output and/or 
    6660               !   passive tracer coarsened online simulations 
     
    10498/ 
    10599!----------------------------------------------------------------------- 
    106 &namcla        !   cross land advection 
    107 !----------------------------------------------------------------------- 
    108 / 
    109 !----------------------------------------------------------------------- 
    110100&nambfr        !   bottom friction 
    111101!----------------------------------------------------------------------- 
     
    113103/ 
    114104!----------------------------------------------------------------------- 
    115 &nambbc        !   bottom temperature boundary condition 
    116 !----------------------------------------------------------------------- 
    117    ln_trabbc   = .false.   !  Apply a geothermal heating at the ocean bottom 
    118    nn_geoflx   =    0      !  geothermal heat flux: = 0 no flux 
     105&nambbc        !   bottom temperature boundary condition                (default: NO) 
     106!----------------------------------------------------------------------- 
    119107/ 
    120108!----------------------------------------------------------------------- 
     
    143131&namtra_adv    !   advection scheme for tracer 
    144132!----------------------------------------------------------------------- 
    145    ln_traadv_msc_ups=  .false.  !  use upstream scheme within muscl  
     133   ln_traadv_fct =  .true.   !  FCT scheme 
     134      nn_fct_h   =  2               !  =2/4, horizontal 2nd / 4th order  
     135      nn_fct_v   =  2               !  =2/4, vertical   2nd / COMPACT 4th order  
     136      nn_fct_zts =  0               !  >=1,  2nd order FCT scheme with vertical sub-timestepping 
     137      !                             !        (number of sub-timestep = nn_fct_zts) 
    146138/ 
    147139!---------------------------------------------------------------------------------- 
    148140&namtra_ldf    !   lateral diffusion scheme for tracers 
    149141!---------------------------------------------------------------------------------- 
    150    rn_aeiv_0        =     0.    !  eddy induced velocity coefficient [m2/s] 
    151    rn_aht_0         =  1000.    !  horizontal eddy diffusivity for tracers [m2/s] 
     142   !                       !  Operator type: 
     143   ln_traldf_lap   =  .true.   !    laplacian operator 
     144   ln_traldf_blp   =  .false.  !  bilaplacian operator 
     145   !                       !  Direction of action: 
     146   ln_traldf_lev   =  .false.  !  iso-level 
     147   ln_traldf_hor   =  .false.  !  horizontal (geopotential) 
     148   ln_traldf_iso   =  .true.   !  iso-neutral (standard operator) 
     149   ln_traldf_triad =  .false.  !  iso-neutral (triad    operator) 
     150   ! 
     151   !                       !  iso-neutral options:         
     152   ln_traldf_msc   =  .true.   !  Method of Stabilizing Correction (both operators) 
     153   rn_slpmax       =   0.01    !  slope limit                      (both operators) 
     154   ln_triad_iso    =  .false.  !  pure horizontal mixing in ML              (triad only) 
     155   rn_sw_triad     =  1        !  =1 switching triad ; =0 all 4 triads used (triad only) 
     156   ln_botmix_triad =  .false.  !  lateral mixing on bottom                  (triad only) 
     157   ! 
     158   !                       !  Coefficients: 
     159   nn_aht_ijk_t    = 0         !  space/time variation of eddy coef 
     160   !                                !   =-20 (=-30)    read in eddy_diffusivity_2D.nc (..._3D.nc) file 
     161   !                                !   =  0           constant  
     162   !                                !   = 10 F(k)      =ldf_c1d  
     163   !                                !   = 20 F(i,j)    =ldf_c2d  
     164   !                                !   = 21 F(i,j,t)  =Treguier et al. JPO 1997 formulation 
     165   !                                !   = 30 F(i,j,k)  =ldf_c2d + ldf_c1d 
     166   !                                !   = 31 F(i,j,k,t)=F(local velocity) 
     167   rn_aht_0        = 1000.     !  lateral eddy diffusivity   (lap. operator) [m2/s] 
     168   rn_bht_0        = 1.e+12    !  lateral eddy diffusivity (bilap. operator) [m4/s] 
     169/ 
     170!---------------------------------------------------------------------------------- 
     171&namtra_ldfeiv !   eddy induced velocity param. 
     172!---------------------------------------------------------------------------------- 
     173   ln_ldfeiv     =.false.   ! use eddy induced velocity parameterization 
    152174/ 
    153175!----------------------------------------------------------------------- 
     
    163185&namdyn_vor    !   option of physics/algorithm (not control by CPP keys) 
    164186!----------------------------------------------------------------------- 
    165    ln_dynvor_ene = .true.  !  energy    conserving scheme   
    166    ln_dynvor_ens = .false. !  enstrophy conserving scheme     
     187   ln_dynvor_ene = .true.  !  enstrophy conserving scheme 
     188   ln_dynvor_ens = .false. !  energy conserving scheme 
     189   ln_dynvor_mix = .false. !  mixed scheme 
    167190   ln_dynvor_een = .false. !  energy & enstrophy scheme 
     191      nn_een_e3f = 1             !  e3f = masked averaging of e3t divided by 4 (=0) or by the sum of mask (=1) 
    168192/ 
    169193!----------------------------------------------------------------------- 
     
    174198/ 
    175199!----------------------------------------------------------------------- 
     200&namdyn_spg    !   surface pressure gradient 
     201!----------------------------------------------------------------------- 
     202   ln_dynspg_ts  = .true.  !  split-explicit free surface 
     203/ 
     204!----------------------------------------------------------------------- 
    176205&namdyn_ldf    !   lateral diffusion on momentum 
    177206!----------------------------------------------------------------------- 
     207   !                       !  Type of the operator : 
     208   !                           !  no diffusion: set ln_dynldf_lap=..._blp=F  
     209   ln_dynldf_lap =  .true.    !    laplacian operator 
     210   ln_dynldf_blp =  .false.    !  bilaplacian operator 
     211   !                       !  Direction of action  : 
     212   ln_dynldf_lev =  .true.    !  iso-level 
     213   ln_dynldf_hor =  .false.    !  horizontal (geopotential) 
     214   ln_dynldf_iso =  .false.    !  iso-neutral 
     215   !                       !  Coefficient 
     216   nn_ahm_ijk_t  = 0           !  space/time variation of eddy coef 
     217   !                                !  =-30  read in eddy_viscosity_3D.nc file 
     218   !                                !  =-20  read in eddy_viscosity_2D.nc file 
     219   !                                !  =  0  constant  
     220   !                                !  = 10  F(k)=c1d 
     221   !                                !  = 20  F(i,j)=F(grid spacing)=c2d 
     222   !                                !  = 30  F(i,j,k)=c2d*c1d 
     223   !                                !  = 31  F(i,j,k)=F(grid spacing and local velocity) 
     224   rn_ahm_0      = 100000.     !  horizontal laplacian eddy viscosity   [m2/s] 
     225   rn_ahm_b      =      0.     !  background eddy viscosity for ldf_iso [m2/s] 
     226   rn_bhm_0      =      0.      !  horizontal bilaplacian eddy viscosity [m4/s] 
     227   ! 
     228   ! Caution in 20 and 30 cases the coefficient have to be given for a 1 degree grid (~111km) 
     229/ 
    178230   rn_ahm_0_lap     = 100000.   !  horizontal laplacian eddy viscosity   [m2/s] 
    179231/ 
     
    189241/ 
    190242!----------------------------------------------------------------------- 
    191 &namsol        !   elliptic solver / island / free surface 
    192 !----------------------------------------------------------------------- 
    193    nn_solv     =      2    !  elliptic solver: =1 preconditioned conjugate gradient (pcg) 
    194    nn_nmin     =    210    !  minimum of iterations for the SOR solver 
    195    rn_sor      =  1.96     !  optimal coefficient for SOR solver (to be adjusted with the domain) 
    196 / 
    197 !----------------------------------------------------------------------- 
    198243&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi) 
    199244!----------------------------------------------------------------------- 
     
    211256!----------------------------------------------------------------------- 
    212257/ 
    213 !----------------------------------------------------------------------- 
    214 &namdyn_nept  !   Neptune effect (simplified: lateral and vertical diffusions removed) 
    215 !----------------------------------------------------------------------- 
    216    ln_neptramp       = .false.  ! ramp down Neptune velocity in shallow water 
    217 / 
  • branches/NERC/dev_r5549_BDY_ZEROGRAD/NEMOGCM/CONFIG/GYRE_PISCES/EXP00/namelist_top_cfg

    r4340 r6808  
    2424&namtrc_adv    !   advection scheme for passive tracer  
    2525!-----------------------------------------------------------------------    
    26    ln_trcadv_tvd     =  .true.   !  TVD scheme 
    27    ln_trcadv_muscl   =  .false.  !  MUSCL scheme 
     26   ln_trcadv_fct =  .true.   !  FCT scheme 
     27      nn_fct_h   =  2               !  =2/4, horizontal 2nd / 4th order  
     28      nn_fct_v   =  2               !  =2/4, vertical   2nd / COMPACT 4th order  
     29      nn_fct_zts =  0               !  >=1,  2nd order FCT scheme with vertical sub-timestepping 
     30      !                             !        (number of sub-timestep = nn_fct_zts) 
    2831/ 
    2932!----------------------------------------------------------------------- 
  • branches/NERC/dev_r5549_BDY_ZEROGRAD/NEMOGCM/CONFIG/GYRE_PISCES/cpp_GYRE_PISCES.fcm

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