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 @ 3973

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

Configuration setting/Step3, see ticket:#1074

File size: 9.3 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&namcfg        !   parameters of the configuration
13!-----------------------------------------------------------------------
14   cp_cfg      =  "orca"               !  name of the configuration
15   jp_cfg      =       2               !  resolution of the configuration
16   jpidta      =     182               !  1st lateral dimension ( >= jpi )
17   jpjdta      =     149               !  2nd    "         "    ( >= jpj )
18   jpkdta      =      31               !  number of levels      ( >= jpk )
19   jpiglo      =     182               !  1st dimension of global domain --> i =jpidta
20   jpjglo      =     149               !  2nd    -                  -    --> j  =jpjdta
21   jpizoom     =       1               !  left bottom (i,j) indices of the zoom
22   jpjzoom     =       1               !  in data domain indices
23   jperio      =       4               !  lateral cond. type (between 0 and 6)
24   jphgr_msh   =       0               !  type of horizontal mesh
25   ppglam0     =  999999.0             !  longitude of first raw and column T-point (jphgr_msh = 1)
26   ppgphi0     =  999999.0             ! latitude  of first raw and column T-point (jphgr_msh = 1)
27   ppe1_deg    =  999999.0             !  zonal      grid-spacing (degrees)
28   ppe2_deg    =  999999.0             !  meridional grid-spacing (degrees)
29   ppe1_m      =  999999.0             !  zonal      grid-spacing (degrees)
30   ppe2_m      =  999999.0             !  meridional grid-spacing (degrees)
31   ppsur       =   -4762.96143546300   !  ORCA r4, r2 and r05 coefficients
32   ppa0        =     255.58049070440   ! (default coefficients)
33   ppa1        =     245.58132232490   !
34   ppkth       =      21.43336197938   !
35   ppacr       =       3.0             !
36   ppdzmin     =  999999.              !  Minimum vertical spacing
37   pphmax      =  999999.              !  Maximum depth
38   ldbletanh   =  .FALSE.              !  Use/do not use double tanf function for vertical coordinates
39   ppa2        =  999999.              !  Double tanh function parameters
40   ppkth2      =  999999.              !
41   ppacr2      =  999999.              !
42/
43!-----------------------------------------------------------------------
44&namzgr        !   vertical coordinate
45!-----------------------------------------------------------------------
46/
47!-----------------------------------------------------------------------
48&namdom        !   space and time domain (bathymetry, mesh, timestep)
49!-----------------------------------------------------------------------
50/
51!-----------------------------------------------------------------------
52&namtsd    !   data : Temperature  & Salinity
53!-----------------------------------------------------------------------
54/
55!-----------------------------------------------------------------------
56&namsbc        !   Surface Boundary Condition (surface module)
57!-----------------------------------------------------------------------
58/
59!-----------------------------------------------------------------------
60&namsbc_core   !   namsbc_core  CORE bulk formulae
61!-----------------------------------------------------------------------
62/
63!-----------------------------------------------------------------------
64&namtra_qsr    !   penetrative solar radiation
65!-----------------------------------------------------------------------
66/
67!-----------------------------------------------------------------------
68&namsbc_rnf    !   runoffs namelist surface boundary condition
69!-----------------------------------------------------------------------
70/
71!-----------------------------------------------------------------------
72&namsbc_ssr    !   surface boundary condition : sea surface restoring
73!-----------------------------------------------------------------------
74/
75!-----------------------------------------------------------------------
76&namsbc_alb    !   albedo parameters
77!-----------------------------------------------------------------------
78/
79!-----------------------------------------------------------------------
80&namberg       !   iceberg parameters
81!-----------------------------------------------------------------------
82/
83!-----------------------------------------------------------------------
84&namlbc        !   lateral momentum boundary condition
85!-----------------------------------------------------------------------
86/
87!-----------------------------------------------------------------------
88&namcla        !   cross land advection
89!-----------------------------------------------------------------------
90/
91!-----------------------------------------------------------------------
92&nambfr        !   bottom friction
93!-----------------------------------------------------------------------
94/
95!-----------------------------------------------------------------------
96&nambbc        !   bottom temperature boundary condition
97!-----------------------------------------------------------------------
98/
99!-----------------------------------------------------------------------
100&nambbl        !   bottom boundary layer scheme
101!-----------------------------------------------------------------------
102/
103!-----------------------------------------------------------------------
104&nameos        !   ocean physical parameters
105!-----------------------------------------------------------------------
106/
107!-----------------------------------------------------------------------
108&namtra_adv    !   advection scheme for tracer
109!-----------------------------------------------------------------------
110/
111!----------------------------------------------------------------------------------
112&namtra_ldf    !   lateral diffusion scheme for tracers
113!----------------------------------------------------------------------------------
114/
115!-----------------------------------------------------------------------
116&namtra_dmp    !   tracer: T & S newtonian damping
117!-----------------------------------------------------------------------
118/
119!-----------------------------------------------------------------------
120&namdyn_adv    !   formulation of the momentum advection
121!-----------------------------------------------------------------------
122/
123!-----------------------------------------------------------------------
124&namdyn_vor    !   option of physics/algorithm (not control by CPP keys)
125!-----------------------------------------------------------------------
126/
127!-----------------------------------------------------------------------
128&namdyn_hpg    !   Hydrostatic pressure gradient option
129!-----------------------------------------------------------------------
130/
131!-----------------------------------------------------------------------
132&namdyn_ldf    !   lateral diffusion on momentum
133!-----------------------------------------------------------------------
134/
135!-----------------------------------------------------------------------
136&namzdf        !   vertical physics
137!-----------------------------------------------------------------------
138/
139!-----------------------------------------------------------------------
140&namzdf_tke    !   turbulent eddy kinetic dependent vertical diffusion  ("key_zdftke")
141!-----------------------------------------------------------------------
142/
143!-----------------------------------------------------------------------
144&namzdf_ddm    !   double diffusive mixing parameterization             ("key_zdfddm")
145!-----------------------------------------------------------------------
146/
147!-----------------------------------------------------------------------
148&namzdf_tmx    !   tidal mixing parameterization                        ("key_zdftmx")
149!-----------------------------------------------------------------------
150/
151!-----------------------------------------------------------------------
152&namsol        !   elliptic solver / island / free surface
153!-----------------------------------------------------------------------
154/
155!-----------------------------------------------------------------------
156&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi)
157!-----------------------------------------------------------------------
158/
159!-----------------------------------------------------------------------
160&namctl        !   Control prints & Benchmark
161!-----------------------------------------------------------------------
162/
163!-----------------------------------------------------------------------
164&namptr       !   Poleward Transport Diagnostic
165!-----------------------------------------------------------------------
166/
167!-----------------------------------------------------------------------
168&namhsb       !  Heat and salt budgets
169!-----------------------------------------------------------------------
170/
171!-----------------------------------------------------------------------
172&namdyn_nept  !   Neptune effect (simplified: lateral and vertical diffusions removed)
173!-----------------------------------------------------------------------
174/
Note: See TracBrowser for help on using the repository browser.