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.
namelist_cfg in branches/2016/dev_r6409_SIMPLIF_2_usrdef/NEMOGCM/CONFIG/GYRE_PISCES/EXP00 – NEMO

source: branches/2016/dev_r6409_SIMPLIF_2_usrdef/NEMOGCM/CONFIG/GYRE_PISCES/EXP00/namelist_cfg @ 6624

Last change on this file since 6624 was 6624, checked in by gm, 8 years ago

#1692 - branch SIMPLIF_2_usrdef: add domain_cfg.nc file which includes jperio, and vert. coord. logicals. +code cleaning

File size: 14.1 KB
Line 
1!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2!! NEMO/OPA  : GYRE_PISCES Configuration namelist to overwrite reference dynamical namelist
3!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
4!-----------------------------------------------------------------------
5&namrun        !   parameters of the run
6!-----------------------------------------------------------------------
7   cn_exp      =  "GYRE"   !  experience name
8   nn_it000    =       1   !  first time step
9   nn_itend    =    4320   !  last  time step
10   nn_leapy    =      30   !  Leap year calendar (1) or not (0)
11   nn_stock    =    4320   !  frequency of creation of a restart file (modulo referenced to 1)
12   nn_write    =      60   !  frequency of write in the output file   (modulo referenced to nn_it000)
13/
14!-----------------------------------------------------------------------
15&namcfg     !   parameters of the configuration   
16!-----------------------------------------------------------------------
17   cp_cfg      =  "gyre"                 !  name of the configuration
18   jp_cfg      =       1                 !  resolution of the configuration
19/
20!-----------------------------------------------------------------------
21&namzgr        !   vertical coordinate
22!-----------------------------------------------------------------------
23   ln_zco      = .true.    !  z-coordinate - full    steps
24   ln_linssh   = .true.    !  linear free surface
25/
26!-----------------------------------------------------------------------
27&namdom        !   space and time domain (bathymetry, mesh, timestep)
28!-----------------------------------------------------------------------
29   nn_bathy    =    0      !  compute (=0) or read (=1) the bathymetry file
30   rn_rdt      = 7200.     !  time step for the dynamics
31   ppsur       =   -2033.194295283385    !  ORCA r4, r2 and r05 coefficients
32   ppa0        =     155.8325369664153   ! (default coefficients)
33   ppa1        =     146.3615918601890   !
34   ppkth       =      17.28520372419791  !
35   ppacr       =       5.0               !
36   ppdzmin     =  999999.0               !  Minimum vertical spacing
37   pphmax      =  999999.0               !  Maximum depth
38   ldbletanh   =  .FALSE.                !  Use/do not use double tanf function for vertical coordinates
39   ppa2        =  999999.0               !  Double tanh function parameters
40   ppkth2      =  999999.0               !
41   ppacr2      =  999999.0               !
42/
43!-----------------------------------------------------------------------
44&namcrs        !   Grid coarsening for dynamics output and/or
45               !   passive tracer coarsened online simulations
46!-----------------------------------------------------------------------
47/
48!-----------------------------------------------------------------------
49&namtsd    !   data : Temperature  & Salinity
50!-----------------------------------------------------------------------
51   cn_dir        = './'      !  root directory for the location of the runoff files
52   ln_tsd_init   = .false.   !  Initialisation of ocean T & S with T &S input data (T) or not (F)
53   ln_tsd_tradmp = .false.   !  damping of ocean T & S toward T &S input data (T) or not (F)
54/
55!-----------------------------------------------------------------------
56&namsbc        !   Surface Boundary Condition (surface module)
57!-----------------------------------------------------------------------
58   nn_fsbc     = 1         !  frequency of surface boundary condition computation
59                           !     (also = the frequency of sea-ice model call)
60   ln_usr      = .true.    !  user defined formulation                  (T => check usrdef_sbc)
61   nn_ice      = 0         !  =0 no ice boundary condition   ,
62   ln_rnf      = .false.   !  runoffs                                   (T => fill namsbc_rnf)
63   ln_ssr      = .false.   !  Sea Surface Restoring on T and/or S       (T => fill namsbc_ssr)
64   nn_fwb      = 0         !  FreshWater Budget: =0 unchecked
65/
66!-----------------------------------------------------------------------
67&namtra_qsr    !   penetrative solar radiation
68!-----------------------------------------------------------------------
69   ln_qsr_rgb  = .false.   !  RGB (Red-Green-Blue) light penetration
70   ln_qsr_2bd  = .true.    !  2 bands              light penetration
71   nn_chldta   =      0    !  RGB : Chl data (=1) or cst value (=0)
72/
73
74!-----------------------------------------------------------------------
75&namberg       !   iceberg parameters
76!-----------------------------------------------------------------------
77/
78!-----------------------------------------------------------------------
79&namlbc        !   lateral momentum boundary condition
80!-----------------------------------------------------------------------
81   rn_shlat    =    0.     !  shlat = 0  !  0 < shlat < 2  !  shlat = 2  !  2 < shlat
82/
83!-----------------------------------------------------------------------
84&nambfr        !   bottom friction
85!-----------------------------------------------------------------------
86   nn_bfr      =    2      !  type of bottom friction :   = 0 : free slip,  = 1 : linear friction
87/
88!-----------------------------------------------------------------------
89&nambbc        !   bottom temperature boundary condition                (default: NO)
90!-----------------------------------------------------------------------
91/
92!-----------------------------------------------------------------------
93&nameos        !   ocean physical parameters
94!-----------------------------------------------------------------------
95   nn_eos      =  0       !  type of equation of state and Brunt-Vaisala frequency
96                                 !  =-1, TEOS-10
97                                 !  = 0, EOS-80
98                                 !  = 1, S-EOS   (simplified eos)
99   ln_useCT    = .false.  ! use of Conservative Temp. ==> surface CT converted in Pot. Temp. in sbcssm
100   !                             !
101   !                      ! S-EOS coefficients :
102   !                             !  rd(T,S,Z)*rau0 = -a0*(1+.5*lambda*dT+mu*Z+nu*dS)*dT+b0*dS
103   rn_a0       =  1.6550e-1      !  thermal expension coefficient (nn_eos= 1)
104   rn_b0       =  7.6554e-1      !  saline  expension coefficient (nn_eos= 1)
105   rn_lambda1  =  5.9520e-2      !  cabbeling coeff in T^2  (=0 for linear eos)
106   rn_lambda2  =  7.4914e-4      !  cabbeling coeff in S^2  (=0 for linear eos)
107   rn_mu1      =  1.4970e-4      !  thermobaric coeff. in T (=0 for linear eos)
108   rn_mu2      =  1.1090e-5      !  thermobaric coeff. in S (=0 for linear eos)
109   rn_nu       =  2.4341e-3      !  cabbeling coeff in T*S  (=0 for linear eos)
110!!org GYRE   rn_alpha    =   2.0e-4  !  thermal expension coefficient (nn_eos= 1 or 2)
111!!org GYRE   rn_beta     =   7.7e-4  !  saline  expension coefficient (nn_eos= 2)
112!!org  caution  now a0 = alpha / rau0   with rau0 = 1026
113/
114!-----------------------------------------------------------------------
115&namtra_adv    !   advection scheme for tracer
116!-----------------------------------------------------------------------
117   ln_traadv_fct =  .true.   !  FCT scheme
118      nn_fct_h   =  2               !  =2/4, horizontal 2nd / 4th order
119      nn_fct_v   =  2               !  =2/4, vertical   2nd / COMPACT 4th order
120      nn_fct_zts =  0               !  >=1,  2nd order FCT scheme with vertical sub-timestepping
121      !                             !        (number of sub-timestep = nn_fct_zts)
122/
123!----------------------------------------------------------------------------------
124&namtra_ldf    !   lateral diffusion scheme for tracers
125!----------------------------------------------------------------------------------
126   !                       !  Operator type:
127   ln_traldf_lap   =  .true.   !    laplacian operator
128   ln_traldf_blp   =  .false.  !  bilaplacian operator
129   !                       !  Direction of action:
130   ln_traldf_lev   =  .false.  !  iso-level
131   ln_traldf_hor   =  .false.  !  horizontal (geopotential)
132   ln_traldf_iso   =  .true.   !  iso-neutral (standard operator)
133   ln_traldf_triad =  .false.  !  iso-neutral (triad    operator)
134   !
135   !                       !  iso-neutral options:       
136   ln_traldf_msc   =  .true.   !  Method of Stabilizing Correction (both operators)
137   rn_slpmax       =   0.01    !  slope limit                      (both operators)
138   ln_triad_iso    =  .false.  !  pure horizontal mixing in ML              (triad only)
139   rn_sw_triad     =  1        !  =1 switching triad ; =0 all 4 triads used (triad only)
140   ln_botmix_triad =  .false.  !  lateral mixing on bottom                  (triad only)
141   !
142   !                       !  Coefficients:
143   nn_aht_ijk_t    = 0         !  space/time variation of eddy coef
144   !                                !   =-20 (=-30)    read in eddy_diffusivity_2D.nc (..._3D.nc) file
145   !                                !   =  0           constant
146   !                                !   = 10 F(k)      =ldf_c1d
147   !                                !   = 20 F(i,j)    =ldf_c2d
148   !                                !   = 21 F(i,j,t)  =Treguier et al. JPO 1997 formulation
149   !                                !   = 30 F(i,j,k)  =ldf_c2d + ldf_c1d
150   !                                !   = 31 F(i,j,k,t)=F(local velocity)
151   rn_aht_0        = 1000.     !  lateral eddy diffusivity   (lap. operator) [m2/s]
152   rn_bht_0        = 1.e+12    !  lateral eddy diffusivity (bilap. operator) [m4/s]
153/
154!----------------------------------------------------------------------------------
155&namtra_ldfeiv !   eddy induced velocity param.
156!----------------------------------------------------------------------------------
157   ln_ldfeiv     =.false.   ! use eddy induced velocity parameterization
158/
159!-----------------------------------------------------------------------
160&namtra_dmp    !   tracer: T & S newtonian damping
161!-----------------------------------------------------------------------
162   ln_tradmp   =  .false.  !  add a damping termn (T) or not (F)
163/
164!-----------------------------------------------------------------------
165&namdyn_adv    !   formulation of the momentum advection
166!-----------------------------------------------------------------------
167/
168!-----------------------------------------------------------------------
169&namdyn_vor    !   option of physics/algorithm (not control by CPP keys)
170!-----------------------------------------------------------------------
171   ln_dynvor_ene = .true.  !  enstrophy conserving scheme
172   ln_dynvor_ens = .false. !  energy conserving scheme
173   ln_dynvor_mix = .false. !  mixed scheme
174   ln_dynvor_een = .false. !  energy & enstrophy scheme
175      nn_een_e3f = 1             !  e3f = masked averaging of e3t divided by 4 (=0) or by the sum of mask (=1)
176/
177!-----------------------------------------------------------------------
178&namdyn_hpg    !   Hydrostatic pressure gradient option
179!-----------------------------------------------------------------------
180   ln_hpg_zco  = .true.    !  z-coordinate - full steps
181   ln_hpg_zps  = .false.   !  z-coordinate - partial steps (interpolation)
182/
183!-----------------------------------------------------------------------
184&namdyn_spg    !   surface pressure gradient
185!-----------------------------------------------------------------------
186   ln_dynspg_ts  = .true.  !  split-explicit free surface
187/
188!-----------------------------------------------------------------------
189&namdyn_ldf    !   lateral diffusion on momentum
190!-----------------------------------------------------------------------
191   !                       !  Type of the operator :
192   !                           !  no diffusion: set ln_dynldf_lap=..._blp=F
193   ln_dynldf_lap =  .true.    !    laplacian operator
194   ln_dynldf_blp =  .false.    !  bilaplacian operator
195   !                       !  Direction of action  :
196   ln_dynldf_lev =  .true.    !  iso-level
197   ln_dynldf_hor =  .false.    !  horizontal (geopotential)
198   ln_dynldf_iso =  .false.    !  iso-neutral
199   !                       !  Coefficient
200   nn_ahm_ijk_t  = 0           !  space/time variation of eddy coef
201   !                                !  =-30  read in eddy_viscosity_3D.nc file
202   !                                !  =-20  read in eddy_viscosity_2D.nc file
203   !                                !  =  0  constant
204   !                                !  = 10  F(k)=c1d
205   !                                !  = 20  F(i,j)=F(grid spacing)=c2d
206   !                                !  = 30  F(i,j,k)=c2d*c1d
207   !                                !  = 31  F(i,j,k)=F(grid spacing and local velocity)
208   rn_ahm_0      = 100000.     !  horizontal laplacian eddy viscosity   [m2/s]
209   rn_ahm_b      =      0.     !  background eddy viscosity for ldf_iso [m2/s]
210   rn_bhm_0      =      0.      !  horizontal bilaplacian eddy viscosity [m4/s]
211   !
212   ! Caution in 20 and 30 cases the coefficient have to be given for a 1 degree grid (~111km)
213/
214   rn_ahm_0_lap     = 100000.   !  horizontal laplacian eddy viscosity   [m2/s]
215/
216!-----------------------------------------------------------------------
217&namzdf        !   vertical physics
218!-----------------------------------------------------------------------
219   nn_evdm     =    1      !  evd apply on tracer (=0) or on tracer and momentum (=1)
220/
221!-----------------------------------------------------------------------
222&namzdf_tke    !   turbulent eddy kinetic dependent vertical diffusion  ("key_zdftke")
223!-----------------------------------------------------------------------
224   nn_etau     =   0       !  penetration of tke below the mixed layer (ML) due to internal & intertial waves
225/
226!-----------------------------------------------------------------------
227&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi)
228!-----------------------------------------------------------------------
229/
230!-----------------------------------------------------------------------
231&namctl        !   Control prints & Benchmark
232!-----------------------------------------------------------------------
233/
234!-----------------------------------------------------------------------
235&namptr       !   Poleward Transport Diagnostic
236!-----------------------------------------------------------------------
237/
238!-----------------------------------------------------------------------
239&namhsb       !  Heat and salt budgets
240!-----------------------------------------------------------------------
241/
Note: See TracBrowser for help on using the repository browser.