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/2013/dev_r3853_CNRS9_ConfSetting/NEMOGCM/CONFIG/ORCA2_LIM/EXP00 – NEMO

source: branches/2013/dev_r3853_CNRS9_ConfSetting/NEMOGCM/CONFIG/ORCA2_LIM/EXP00/namelist_cfg @ 3954

Last change on this file since 3954 was 3954, checked in by clevy, 11 years ago

Configuration setting/Step2, additions, see ticket:#1074

File size: 7.2 KB
Line 
1!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2!! NEMO/OPA  Configuration namelist : used to overwrite defaults values defined in SHARED/namelist_ref
3!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
4!
5!-----------------------------------------------------------------------
6&namrun        !   parameters of the run
7!-----------------------------------------------------------------------
8   nn_itend    =    100   !  last  time step (std 5475)
9   nn_write    =    10     !  frequency of write in the output file   (modulo referenced to nn_it000)
10/
11!-----------------------------------------------------------------------
12&namzgr        !   vertical coordinate
13!-----------------------------------------------------------------------
14/
15!-----------------------------------------------------------------------
16&namdom        !   space and time domain (bathymetry, mesh, timestep)
17!-----------------------------------------------------------------------
18/
19!-----------------------------------------------------------------------
20&namtsd    !   data : Temperature  & Salinity
21!-----------------------------------------------------------------------
22/
23!-----------------------------------------------------------------------
24&namsbc        !   Surface Boundary Condition (surface module)
25!-----------------------------------------------------------------------
26/
27!-----------------------------------------------------------------------
28&namsbc_core   !   namsbc_core  CORE bulk formulae
29!-----------------------------------------------------------------------
30/
31!-----------------------------------------------------------------------
32&namtra_qsr    !   penetrative solar radiation
33!-----------------------------------------------------------------------
34/
35!-----------------------------------------------------------------------
36&namsbc_rnf    !   runoffs namelist surface boundary condition
37!-----------------------------------------------------------------------
38/
39!-----------------------------------------------------------------------
40&namsbc_ssr    !   surface boundary condition : sea surface restoring
41!-----------------------------------------------------------------------
42/
43!-----------------------------------------------------------------------
44&namsbc_alb    !   albedo parameters
45!-----------------------------------------------------------------------
46/
47!-----------------------------------------------------------------------
48&namberg       !   iceberg parameters
49!-----------------------------------------------------------------------
50/
51!-----------------------------------------------------------------------
52&namlbc        !   lateral momentum boundary condition
53!-----------------------------------------------------------------------
54/
55!-----------------------------------------------------------------------
56&namcla        !   cross land advection
57!-----------------------------------------------------------------------
58/
59!-----------------------------------------------------------------------
60&nambfr        !   bottom friction
61!-----------------------------------------------------------------------
62/
63!-----------------------------------------------------------------------
64&nambbc        !   bottom temperature boundary condition
65!-----------------------------------------------------------------------
66/
67!-----------------------------------------------------------------------
68&nambbl        !   bottom boundary layer scheme
69!-----------------------------------------------------------------------
70/
71!-----------------------------------------------------------------------
72&nameos        !   ocean physical parameters
73!-----------------------------------------------------------------------
74/
75!-----------------------------------------------------------------------
76&namtra_adv    !   advection scheme for tracer
77!-----------------------------------------------------------------------
78/
79!----------------------------------------------------------------------------------
80&namtra_ldf    !   lateral diffusion scheme for tracers
81!----------------------------------------------------------------------------------
82/
83!-----------------------------------------------------------------------
84&namtra_dmp    !   tracer: T & S newtonian damping
85!-----------------------------------------------------------------------
86/
87!-----------------------------------------------------------------------
88&namdyn_adv    !   formulation of the momentum advection
89!-----------------------------------------------------------------------
90/
91!-----------------------------------------------------------------------
92&namdyn_vor    !   option of physics/algorithm (not control by CPP keys)
93!-----------------------------------------------------------------------
94/
95!-----------------------------------------------------------------------
96&namdyn_hpg    !   Hydrostatic pressure gradient option
97!-----------------------------------------------------------------------
98/
99!-----------------------------------------------------------------------
100&namdyn_ldf    !   lateral diffusion on momentum
101!-----------------------------------------------------------------------
102/
103!-----------------------------------------------------------------------
104&namzdf        !   vertical physics
105!-----------------------------------------------------------------------
106/
107!-----------------------------------------------------------------------
108&namzdf_tke    !   turbulent eddy kinetic dependent vertical diffusion  ("key_zdftke")
109!-----------------------------------------------------------------------
110/
111!-----------------------------------------------------------------------
112&namzdf_ddm    !   double diffusive mixing parameterization             ("key_zdfddm")
113!-----------------------------------------------------------------------
114/
115!-----------------------------------------------------------------------
116&namzdf_tmx    !   tidal mixing parameterization                        ("key_zdftmx")
117!-----------------------------------------------------------------------
118/
119!-----------------------------------------------------------------------
120&namsol        !   elliptic solver / island / free surface
121!-----------------------------------------------------------------------
122/
123!-----------------------------------------------------------------------
124&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi)
125!-----------------------------------------------------------------------
126/
127!-----------------------------------------------------------------------
128&namctl        !   Control prints & Benchmark
129!-----------------------------------------------------------------------
130/
131!-----------------------------------------------------------------------
132&namptr       !   Poleward Transport Diagnostic
133!-----------------------------------------------------------------------
134/
135!-----------------------------------------------------------------------
136&namhsb       !  Heat and salt budgets
137!-----------------------------------------------------------------------
138/
139!-----------------------------------------------------------------------
140&namdyn_nept  !   Neptune effect (simplified: lateral and vertical diffusions removed)
141!-----------------------------------------------------------------------
142/
Note: See TracBrowser for help on using the repository browser.