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/2015/dev_CMCC_merge_2015/NEMOGCM/CONFIG/GYRE_PISCES/EXP00 – NEMO

source: branches/2015/dev_CMCC_merge_2015/NEMOGCM/CONFIG/GYRE_PISCES/EXP00/namelist_cfg @ 6051

Last change on this file since 6051 was 6051, checked in by lovato, 8 years ago

Merge branches/2015/dev_r5056_CMCC4_simplification (see ticket #1456)

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