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_LOCEAN_2013/NEMOGCM/CONFIG/ORCA2_LIM_PISCES/EXP00 – NEMO

source: branches/2013/dev_LOCEAN_2013/NEMOGCM/CONFIG/ORCA2_LIM_PISCES/EXP00/namelist_cfg @ 4152

Last change on this file since 4152 was 4152, checked in by cetlod, 10 years ago

merge in dev_LOCEAN_2013 the 2nd development branch dev_r3940_CNRS4_IOCRS, see ticket #1169

File size: 9.6 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&namcrs        !   Grid coarsening for dynamics output and/or
54               !   passive tracer coarsened online simulations
55!-----------------------------------------------------------------------
56/
57!-----------------------------------------------------------------------
58&namtsd    !   data : Temperature  & Salinity
59!-----------------------------------------------------------------------
60/
61!-----------------------------------------------------------------------
62&namsbc        !   Surface Boundary Condition (surface module)
63!-----------------------------------------------------------------------
64/
65!-----------------------------------------------------------------------
66&namsbc_core   !   namsbc_core  CORE bulk formulae
67!-----------------------------------------------------------------------
68/
69!-----------------------------------------------------------------------
70&namtra_qsr    !   penetrative solar radiation
71!-----------------------------------------------------------------------
72/
73!-----------------------------------------------------------------------
74&namsbc_rnf    !   runoffs namelist surface boundary condition
75!-----------------------------------------------------------------------
76/
77!-----------------------------------------------------------------------
78&namsbc_ssr    !   surface boundary condition : sea surface restoring
79!-----------------------------------------------------------------------
80/
81!-----------------------------------------------------------------------
82&namsbc_alb    !   albedo parameters
83!-----------------------------------------------------------------------
84/
85!-----------------------------------------------------------------------
86&namberg       !   iceberg parameters
87!-----------------------------------------------------------------------
88/
89!-----------------------------------------------------------------------
90&namlbc        !   lateral momentum boundary condition
91!-----------------------------------------------------------------------
92/
93!-----------------------------------------------------------------------
94&namcla        !   cross land advection
95!-----------------------------------------------------------------------
96/
97!-----------------------------------------------------------------------
98&nambfr        !   bottom friction
99!-----------------------------------------------------------------------
100/
101!-----------------------------------------------------------------------
102&nambbc        !   bottom temperature boundary condition
103!-----------------------------------------------------------------------
104/
105!-----------------------------------------------------------------------
106&nambbl        !   bottom boundary layer scheme
107!-----------------------------------------------------------------------
108/
109!-----------------------------------------------------------------------
110&nameos        !   ocean physical parameters
111!-----------------------------------------------------------------------
112/
113!-----------------------------------------------------------------------
114&namtra_adv    !   advection scheme for tracer
115!-----------------------------------------------------------------------
116/
117!----------------------------------------------------------------------------------
118&namtra_ldf    !   lateral diffusion scheme for tracers
119!----------------------------------------------------------------------------------
120/
121!-----------------------------------------------------------------------
122&namtra_dmp    !   tracer: T & S newtonian damping
123!-----------------------------------------------------------------------
124/
125!-----------------------------------------------------------------------
126&namdyn_adv    !   formulation of the momentum advection
127!-----------------------------------------------------------------------
128/
129!-----------------------------------------------------------------------
130&namdyn_vor    !   option of physics/algorithm (not control by CPP keys)
131!-----------------------------------------------------------------------
132/
133!-----------------------------------------------------------------------
134&namdyn_hpg    !   Hydrostatic pressure gradient option
135!-----------------------------------------------------------------------
136/
137!-----------------------------------------------------------------------
138&namdyn_ldf    !   lateral diffusion on momentum
139!-----------------------------------------------------------------------
140/
141!-----------------------------------------------------------------------
142&namzdf        !   vertical physics
143!-----------------------------------------------------------------------
144/
145!-----------------------------------------------------------------------
146&namzdf_tke    !   turbulent eddy kinetic dependent vertical diffusion  ("key_zdftke")
147!-----------------------------------------------------------------------
148/
149!-----------------------------------------------------------------------
150&namzdf_ddm    !   double diffusive mixing parameterization             ("key_zdfddm")
151!-----------------------------------------------------------------------
152/
153!-----------------------------------------------------------------------
154&namzdf_tmx    !   tidal mixing parameterization                        ("key_zdftmx")
155!-----------------------------------------------------------------------
156/
157!-----------------------------------------------------------------------
158&namsol        !   elliptic solver / island / free surface
159!-----------------------------------------------------------------------
160/
161!-----------------------------------------------------------------------
162&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi)
163!-----------------------------------------------------------------------
164/
165!-----------------------------------------------------------------------
166&namctl        !   Control prints & Benchmark
167!-----------------------------------------------------------------------
168/
169!-----------------------------------------------------------------------
170&namptr       !   Poleward Transport Diagnostic
171!-----------------------------------------------------------------------
172/
173!-----------------------------------------------------------------------
174&namhsb       !  Heat and salt budgets
175!-----------------------------------------------------------------------
176/
177!-----------------------------------------------------------------------
178&namdyn_nept  !   Neptune effect (simplified: lateral and vertical diffusions removed)
179!-----------------------------------------------------------------------
180/
Note: See TracBrowser for help on using the repository browser.