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/2017/dev_merge_2017/NEMOGCM/CONFIG/AGRIF_NORDIC/EXP00 – NEMO

source: branches/2017/dev_merge_2017/NEMOGCM/CONFIG/AGRIF_NORDIC/EXP00/namelist_cfg @ 9484

Last change on this file since 9484 was 9484, checked in by clem, 6 years ago

simplify namelists

File size: 11.2 KB
Line 
1!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2!! NEMO/OPA  Configuration namelist : used to overwrite defaults values defined in SHARED/namelist_ref
3!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
4!-----------------------------------------------------------------------
5&namrun        !   parameters of the run
6!-----------------------------------------------------------------------
7   nn_no       =       0    !  job number (no more used...)
8   cn_exp      =  "Nordic"  !  experience name
9   nn_it000    =     1      !  first time step
10   nn_itend    =    20      !  last  time step (std 5475)
11/
12!-----------------------------------------------------------------------
13&namcfg     !   parameters of the configuration
14!-----------------------------------------------------------------------
15   ln_read_cfg = .true.    !  (=T) read the domain configuration file
16      !                    !  (=F) user defined configuration  ==>>>  see usrdef(_...) modules
17      cn_domcfg = "ORCA_R2_zps_domcfg"    ! domain configuration filename
18      !                    !  (=F) user defined configuration  ==>>>  see usrdef(_...) modules
19/
20!-----------------------------------------------------------------------
21&namdom        !   space and time domain (bathymetry, mesh, timestep)
22!-----------------------------------------------------------------------
23   ln_linssh   = .false.   !  =T  linear free surface  ==>>  model level are fixed in time
24/
25!-----------------------------------------------------------------------
26&namcrs        !   coarsened grid (for outputs and/or TOP)              (ln_crs =T)
27!-----------------------------------------------------------------------
28/
29!-----------------------------------------------------------------------
30&namtsd        !   data : Temperature  & Salinity
31!-----------------------------------------------------------------------
32/
33!-----------------------------------------------------------------------
34&namsbc        !   Surface Boundary Condition (surface module)
35!-----------------------------------------------------------------------
36   nn_fsbc     = 1         !  frequency of surface boundary condition computation
37   ln_blk      = .true.    !  Bulk formulation                          (T => fill namsbc_blk )
38   nn_fwb      = 0         !  FreshWater Budget: =0 unchecked
39/
40!-----------------------------------------------------------------------
41&namsbc_blk    !   namsbc_blk  Bulk formulae
42!-----------------------------------------------------------------------
43   ln_NCAR     = .true.   ! "NCAR"      algorithm   (Large and Yeager 2008)
44/
45!-----------------------------------------------------------------------
46&namtra_qsr    !   penetrative solar radiation
47!-----------------------------------------------------------------------
48   nn_chldta   =      0    !  RGB : Chl data (=1) or cst value (=0)
49/
50!-----------------------------------------------------------------------
51&namsbc_cpl    !
52!-----------------------------------------------------------------------
53/
54!-----------------------------------------------------------------------
55&namsbc_rnf    !   runoffs namelist surface boundary condition
56!-----------------------------------------------------------------------
57/
58!-----------------------------------------------------------------------
59&namsbc_ssr    !   surface boundary condition : sea surface restoring
60!-----------------------------------------------------------------------
61/
62!-----------------------------------------------------------------------
63&namsbc_alb    !   albedo parameters
64!-----------------------------------------------------------------------
65/
66!-----------------------------------------------------------------------
67&namberg       !   iceberg parameters
68!-----------------------------------------------------------------------
69      ln_icebergs              = .false.               ! iceberg floats or not
70/
71!-----------------------------------------------------------------------
72&namlbc        !   lateral momentum boundary condition
73!-----------------------------------------------------------------------
74/
75!-----------------------------------------------------------------------
76&namdrg        !   top/bottom friction
77!-----------------------------------------------------------------------
78   ln_non_lin = .true.
79/
80!-----------------------------------------------------------------------
81&namagrif      !  AGRIF zoom                                            ("key_agrif")
82!-----------------------------------------------------------------------
83/
84!-----------------------------------------------------------------------
85&nambbc        !   bottom temperature boundary condition                (default: NO)
86!-----------------------------------------------------------------------
87   ln_trabbc   = .true.    !  Apply a geothermal heating at the ocean bottom
88/
89!-----------------------------------------------------------------------
90&nambbl        !   bottom boundary layer scheme                         (default: NO)
91!-----------------------------------------------------------------------
92   ln_trabbl   = .true.    !  Bottom Boundary Layer parameterisation flag
93/
94!-----------------------------------------------------------------------
95&nameos        !   ocean physical parameters
96!-----------------------------------------------------------------------
97   ln_teos10   = .true.         !  = Use TEOS-10 equation of state
98/
99!-----------------------------------------------------------------------
100&namtra_adv    !   advection scheme for tracer                          (default: NO advection)
101!-----------------------------------------------------------------------
102   ln_traadv_fct = .true.     !  FCT scheme
103      nn_fct_h   =  2               !  =2/4, horizontal 2nd / 4th order
104      nn_fct_v   =  2               !  =2/4, vertical   2nd / COMPACT 4th order
105/
106!-----------------------------------------------------------------------
107&namtra_adv_mle !   mixed layer eddy parametrisation (Fox-Kemper param)
108!-----------------------------------------------------------------------
109   ln_mle      = .true.   ! (T) use the Mixed Layer Eddy (MLE) parameterisation
110/
111!----------------------------------------------------------------------------------
112&namtra_ldf    !   lateral diffusion scheme for tracers
113!----------------------------------------------------------------------------------
114   ln_traldf_lap   =  .true.   !    laplacian operator
115   ln_traldf_iso   =  .true.   !  iso-neutral (Standard operator)
116   ln_traldf_msc   =  .true.   !  Method of Stabilizing Correction (both operators)
117   nn_aht_ijk_t    = 20        !  space/time variation of eddy coef
118/
119!----------------------------------------------------------------------------------
120&namtra_ldfeiv !   eddy induced velocity param.
121!----------------------------------------------------------------------------------
122   ln_ldfeiv     =.true.   ! use eddy induced velocity parameterization
123   ln_ldfeiv_dia =.true.   ! diagnose eiv stream function and velocities
124/
125!-----------------------------------------------------------------------
126&namtra_dmp    !   tracer: T & S newtonian damping                      (default: NO)
127!-----------------------------------------------------------------------
128/
129!-----------------------------------------------------------------------
130&namdyn_adv    !   formulation of the momentum advection                (default: No selection)
131!-----------------------------------------------------------------------
132   ln_dynadv_vec = .true.  !  vector form - 2nd centered scheme
133/
134!-----------------------------------------------------------------------
135&namdyn_vor    !   option of physics/algorithm (not control by CPP keys)
136!-----------------------------------------------------------------------
137   ln_dynvor_een = .true.  !  energy & enstrophy scheme
138      nn_een_e3f = 0             !  e3f = masked averaging of e3t divided by 4 (=0) or by the sum of mask (=1)
139/
140!-----------------------------------------------------------------------
141&namdyn_hpg    !   Hydrostatic pressure gradient option
142!-----------------------------------------------------------------------
143   ln_hpg_sco  = .true.   !  s-coordinate (standard jacobian formulation)
144/
145!-----------------------------------------------------------------------
146&namdyn_spg    !   surface pressure gradient
147!-----------------------------------------------------------------------
148   ln_dynspg_ts  = .true.  !  split-explicit free surface
149/
150!-----------------------------------------------------------------------
151&namdyn_ldf    !   lateral diffusion on momentum
152!-----------------------------------------------------------------------
153   ln_dynldf_lap =  .true.     !    laplacian operator
154   ln_dynldf_lev =  .true.     !  iso-level
155   nn_ahm_ijk_t  = -30         !  space/time variation of eddy coef
156/
157!!======================================================================
158!!                     vertical physics namelists                     !!
159!!======================================================================
160!-----------------------------------------------------------------------
161&namzdf        !   vertical physics                                     (default: NO selection)
162!-----------------------------------------------------------------------
163   ln_zdftke   = .true.       !  Turbulent Kinetic Energy closure       (T =>   fill namzdf_tke)
164   ln_zdfevd   = .true.       !  Enhanced Vertical Diffusion scheme
165   ln_zdfddm   = .true.    ! double diffusive mixing
166   nn_havtb    =    1         !  horizontal shape for avtb (=1) or not (=0)
167/
168!-----------------------------------------------------------------------
169&namzdf_tke    !   turbulent eddy kinetic dependent vertical diffusion
170!-----------------------------------------------------------------------
171/
172!-----------------------------------------------------------------------
173&namzdf_iwm    !   tidal mixing parameterization                        (ln_zdfiwm =T)
174!-----------------------------------------------------------------------
175/
176!-----------------------------------------------------------------------
177&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi)
178!-----------------------------------------------------------------------
179/
180!-----------------------------------------------------------------------
181&namctl        !   Control prints & Benchmark
182!-----------------------------------------------------------------------
183/
184!-----------------------------------------------------------------------
185&namptr       !   Poleward Transport Diagnostic
186!-----------------------------------------------------------------------
187/
188!-----------------------------------------------------------------------
189&namhsb       !  Heat and salt budgets                                  (default F)
190!-----------------------------------------------------------------------
191/
192!-----------------------------------------------------------------------
193&namobs       !  observation usage                                      ('key_diaobs')
194!-----------------------------------------------------------------------
195/
196!-----------------------------------------------------------------------
197&nam_asminc   !   assimilation increments                               ('key_asminc')
198!-----------------------------------------------------------------------
199/
Note: See TracBrowser for help on using the repository browser.