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

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

Configuration setting/add SETTE compatibility, see ticket:#1074

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