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

source: trunk/NEMOGCM/CONFIG/GYRE_PISCES/EXP00/namelist_cfg @ 7646

Last change on this file since 7646 was 7646, checked in by timgraham, 7 years ago

Merge of dev_merge_2016 into trunk. UPDATE TO ARCHFILES NEEDED for XIOS2.
LIM_SRC_s/limrhg.F90 to follow in next commit due to change of kind (I'm unable to do it in this commit).
Merged using the following steps:

1) svn merge --reintegrate svn+ssh://forge.ipsl.jussieu.fr/ipsl/forge/projets/nemo/svn/trunk .
2) Resolve minor conflicts in sette.sh and namelist_cfg for ORCA2LIM3 (due to a change in trunk after branch was created)
3) svn commit
4) svn switch svn+ssh://forge.ipsl.jussieu.fr/ipsl/forge/projets/nemo/svn/trunk
5) svn merge svn+ssh://forge.ipsl.jussieu.fr/ipsl/forge/projets/nemo/svn/branches/2016/dev_merge_2016 .
6) At this stage I checked out a clean copy of the branch to compare against what is about to be committed to the trunk.
6) svn commit #Commit code to the trunk

In this commit I have also reverted a change to Fcheck_archfile.sh which was causing problems on the Paris machine.

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