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

source: branches/2016/dev_v3_6_STABLE_r6506_AGRIF_LIM3/NEMOGCM/CONFIG/GYRE_PISCES/EXP00/namelist_cfg @ 7159

Last change on this file since 7159 was 7159, checked in by clem, 7 years ago

debug branch (part2)

File size: 12.9 KB
RevLine 
[3875]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
[4044]8   nn_it000    =       1   !  first time step
[3875]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/
[3973]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)
[3993]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 (and tracer if nn_acc=0)
[3973]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!-----------------------------------------------------------------------
[4370]59&namsplit      !   time splitting parameters                            ("key_dynspg_ts")
60!-----------------------------------------------------------------------
61/
62!-----------------------------------------------------------------------
[4152]63&namcrs        !   Grid coarsening for dynamics output and/or
64               !   passive tracer coarsened online simulations
65!-----------------------------------------------------------------------
66/
67!-----------------------------------------------------------------------
[3875]68&namtsd    !   data : Temperature  & Salinity
69!-----------------------------------------------------------------------
70   cn_dir        = './'      !  root directory for the location of the runoff files
71   ln_tsd_init   = .false.   !  Initialisation of ocean T & S with T &S input data (T) or not (F)
72   ln_tsd_tradmp = .false.   !  damping of ocean T & S toward T &S input data (T) or not (F)
73/
74!-----------------------------------------------------------------------
75&namsbc        !   Surface Boundary Condition (surface module)
76!-----------------------------------------------------------------------
77   nn_fsbc     = 1         !  frequency of surface boundary condition computation
78                           !     (also = the frequency of sea-ice model call)
79   ln_ana      = .true.    !  analytical formulation                    (T => fill namsbc_ana )
80   ln_blk_core = .false.   !  CORE bulk formulation                     (T => fill namsbc_core)
81   nn_ice      = 0         !  =0 no ice boundary condition   ,
82   ln_rnf      = .false.   !  runoffs                                   (T => fill namsbc_rnf)
83   ln_ssr      = .false.   !  Sea Surface Restoring on T and/or S       (T => fill namsbc_ssr)
84   nn_fwb      = 0         !  FreshWater Budget: =0 unchecked
85/
86!-----------------------------------------------------------------------
87&namtra_qsr    !   penetrative solar radiation
88!-----------------------------------------------------------------------
89   ln_qsr_rgb  = .false.   !  RGB (Red-Green-Blue) light penetration
90   ln_qsr_2bd  = .true.    !  2 bands              light penetration
91   nn_chldta   =      0    !  RGB : Chl data (=1) or cst value (=0)
92/
[3954]93
[3875]94!-----------------------------------------------------------------------
95&namberg       !   iceberg parameters
96!-----------------------------------------------------------------------
97/
98!-----------------------------------------------------------------------
99&namlbc        !   lateral momentum boundary condition
100!-----------------------------------------------------------------------
101   rn_shlat    =    0.     !  shlat = 0  !  0 < shlat < 2  !  shlat = 2  !  2 < shlat
102/
103!-----------------------------------------------------------------------
104&namcla        !   cross land advection
105!-----------------------------------------------------------------------
106/
107!-----------------------------------------------------------------------
108&nambfr        !   bottom friction
109!-----------------------------------------------------------------------
110   nn_bfr      =    2      !  type of bottom friction :   = 0 : free slip,  = 1 : linear friction
111/
112!-----------------------------------------------------------------------
113&nambbc        !   bottom temperature boundary condition
114!-----------------------------------------------------------------------
115   ln_trabbc   = .false.   !  Apply a geothermal heating at the ocean bottom
116   nn_geoflx   =    0      !  geothermal heat flux: = 0 no flux
117/
118!-----------------------------------------------------------------------
119&nameos        !   ocean physical parameters
120!-----------------------------------------------------------------------
[4990]121   nn_eos      =  0       !  type of equation of state and Brunt-Vaisala frequency
122                                 !  =-1, TEOS-10
123                                 !  = 0, EOS-80
124                                 !  = 1, S-EOS   (simplified eos)
125   ln_useCT    = .false.  ! use of Conservative Temp. ==> surface CT converted in Pot. Temp. in sbcssm
126   !                             !
127   !                      ! S-EOS coefficients :
128   !                             !  rd(T,S,Z)*rau0 = -a0*(1+.5*lambda*dT+mu*Z+nu*dS)*dT+b0*dS
129   rn_a0       =  1.6550e-1      !  thermal expension coefficient (nn_eos= 1)
130   rn_b0       =  7.6554e-1      !  saline  expension coefficient (nn_eos= 1)
131   rn_lambda1  =  5.9520e-2      !  cabbeling coeff in T^2  (=0 for linear eos)
132   rn_lambda2  =  7.4914e-4      !  cabbeling coeff in S^2  (=0 for linear eos)
133   rn_mu1      =  1.4970e-4      !  thermobaric coeff. in T (=0 for linear eos)
134   rn_mu2      =  1.1090e-5      !  thermobaric coeff. in S (=0 for linear eos)
135   rn_nu       =  2.4341e-3      !  cabbeling coeff in T*S  (=0 for linear eos)
136!!org GYRE   rn_alpha    =   2.0e-4  !  thermal expension coefficient (nn_eos= 1 or 2)
137!!org GYRE   rn_beta     =   7.7e-4  !  saline  expension coefficient (nn_eos= 2)
138!!org  caution  now a0 = alpha / rau0   with rau0 = 1026
[3875]139/
140!-----------------------------------------------------------------------
141&namtra_adv    !   advection scheme for tracer
142!-----------------------------------------------------------------------
143   ln_traadv_msc_ups=  .false.  !  use upstream scheme within muscl
144/
145!----------------------------------------------------------------------------------
146&namtra_ldf    !   lateral diffusion scheme for tracers
147!----------------------------------------------------------------------------------
148   rn_aeiv_0        =     0.    !  eddy induced velocity coefficient [m2/s]
149   rn_aht_0         =  1000.    !  horizontal eddy diffusivity for tracers [m2/s]
150/
151!-----------------------------------------------------------------------
152&namtra_dmp    !   tracer: T & S newtonian damping
153!-----------------------------------------------------------------------
154   ln_tradmp   =  .false.  !  add a damping termn (T) or not (F)
155/
156!-----------------------------------------------------------------------
157&namdyn_adv    !   formulation of the momentum advection
158!-----------------------------------------------------------------------
159/
160!-----------------------------------------------------------------------
161&namdyn_vor    !   option of physics/algorithm (not control by CPP keys)
162!-----------------------------------------------------------------------
163   ln_dynvor_ene = .true.  !  energy    conserving scheme 
164   ln_dynvor_ens = .false. !  enstrophy conserving scheme   
165   ln_dynvor_een = .false. !  energy & enstrophy scheme
166/
167!-----------------------------------------------------------------------
168&namdyn_hpg    !   Hydrostatic pressure gradient option
169!-----------------------------------------------------------------------
170   ln_hpg_zco  = .true.    !  z-coordinate - full steps
171   ln_hpg_zps  = .false.   !  z-coordinate - partial steps (interpolation)
172/
173!-----------------------------------------------------------------------
174&namdyn_ldf    !   lateral diffusion on momentum
175!-----------------------------------------------------------------------
176   rn_ahm_0_lap     = 100000.   !  horizontal laplacian eddy viscosity   [m2/s]
177/
178!-----------------------------------------------------------------------
179&namzdf        !   vertical physics
180!-----------------------------------------------------------------------
181   nn_evdm     =    1      !  evd apply on tracer (=0) or on tracer and momentum (=1)
182/
183!-----------------------------------------------------------------------
184&namzdf_tke    !   turbulent eddy kinetic dependent vertical diffusion  ("key_zdftke")
185!-----------------------------------------------------------------------
186   nn_etau     =   0       !  penetration of tke below the mixed layer (ML) due to internal & intertial waves
187/
188!-----------------------------------------------------------------------
189&namsol        !   elliptic solver / island / free surface
190!-----------------------------------------------------------------------
191   nn_solv     =      2    !  elliptic solver: =1 preconditioned conjugate gradient (pcg)
192   nn_nmin     =    210    !  minimum of iterations for the SOR solver
193   rn_sor      =  1.96     !  optimal coefficient for SOR solver (to be adjusted with the domain)
194/
195!-----------------------------------------------------------------------
196&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi)
197!-----------------------------------------------------------------------
198/
199!-----------------------------------------------------------------------
200&namctl        !   Control prints & Benchmark
201!-----------------------------------------------------------------------
202/
203!-----------------------------------------------------------------------
204&namptr       !   Poleward Transport Diagnostic
205!-----------------------------------------------------------------------
206/
207!-----------------------------------------------------------------------
208&namhsb       !  Heat and salt budgets
209!-----------------------------------------------------------------------
210/
211!-----------------------------------------------------------------------
212&namdyn_nept  !   Neptune effect (simplified: lateral and vertical diffusions removed)
213!-----------------------------------------------------------------------
214   ln_neptramp       = .false.  ! ramp down Neptune velocity in shallow water
215/
Note: See TracBrowser for help on using the repository browser.