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.
1_namelist_cfg in branches/2014/dev_r4650_UKMO14.11_SETTE_OBSASM/NEMOGCM/CONFIG/ORCA2_LIM_OBS/EXP00 – NEMO

source: branches/2014/dev_r4650_UKMO14.11_SETTE_OBSASM/NEMOGCM/CONFIG/ORCA2_LIM_OBS/EXP00/1_namelist_cfg @ 4751

Last change on this file since 4751 was 4751, checked in by djlea, 10 years ago

Changes to include an OBS test in SETTE. At the moment this uses an example profile observation.

File size: 10.9 KB
Line 
1!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2!! NEMO/OPA  :  Configuration namelist used to overwrite SHARED/1_namelist_ref
3!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
4!-----------------------------------------------------------------------
5&namrun        !   parameters of the run
6!-----------------------------------------------------------------------
7   cn_exp      = "Agulhas" !  experience name
8   nn_itend    =     480   !  last  time step
9   nn_stock    =   10950   !  frequency of creation of a restart file (modulo referenced to 1)
10   nn_write    =   10950   !  frequency of write in the output file   (modulo referenced to nn_it000)
11   ln_clobber  = .true.    !  clobber (overwrite) an existing file
12/
13!-----------------------------------------------------------------------
14&namcfg        !   parameters of the configuration
15!-----------------------------------------------------------------------
16   cp_cfg      =  "default"             !  name of the configuration
17   jp_cfg      =      -1               !  resolution of the configuration
18   jpidta      =     182               !  1st lateral dimension ( >= jpi )
19   jpjdta      =     149               !  2nd    "         "    ( >= jpj )
20   jpkdta      =      31               !  number of levels      ( >= jpk )
21   jpiglo      =     182               !  1st dimension of global domain --> i =jpidta
22   jpjglo      =     149               !  2nd    -                  -    --> j  =jpjdta
23   jpizoom     =       1               !  left bottom (i,j) indices of the zoom
24   jpjzoom     =       1               !  in data domain indices
25   jperio      =       0               !  lateral cond. type (between 0 and 6)
26/
27!-----------------------------------------------------------------------
28&namzgr        !   vertical coordinate
29!-----------------------------------------------------------------------
30/
31!-----------------------------------------------------------------------
32&namdom        !   space and time domain (bathymetry, mesh, timestep)
33!----------------------------------------------------------------------- 
34   jphgr_msh   =       0               !  type of horizontal mesh
35   ppglam0     =  999999.0             !  longitude of first raw and column T-point (jphgr_msh = 1)
36   ppgphi0     =  999999.0             ! latitude  of first raw and column T-point (jphgr_msh = 1)
37   ppe1_deg    =  999999.0             !  zonal      grid-spacing (degrees)
38   ppe2_deg    =  999999.0             !  meridional grid-spacing (degrees)
39   ppe1_m      =  999999.0             !  zonal      grid-spacing (degrees)
40   ppe2_m      =  999999.0             !  meridional grid-spacing (degrees)
41   ppsur       =   -4762.96143546300   !  ORCA r4, r2 and r05 coefficients
42   ppa0        =     255.58049070440   ! (default coefficients)
43   ppa1        =     245.58132232490   !
44   ppkth       =      21.43336197938   !
45   ppacr       =       3.0             !
46   ppdzmin     =  999999.              !  Minimum vertical spacing
47   pphmax      =  999999.              !  Maximum depth
48   ldbletanh   =  .FALSE.              !  Use/do not use double tanf function for vertical coordinates
49   ppa2        =  999999.              !  Double tanh function parameters
50   ppkth2      =  999999.              !
51   ppacr2      =  999999.              !
52   rn_rdt      = 2880.     !  time step for the dynamics (and tracer if nn_acc=0)
53   rn_rdtmin   = 14400.          !  minimum time step on tracers (used if nn_acc=1)
54   rn_rdtmax   = 14400.          !  maximum time step on tracers (used if nn_acc=1)
55/
56!-----------------------------------------------------------------------
57&namtsd    !   data : Temperature  & Salinity
58!-----------------------------------------------------------------------
59/
60!-----------------------------------------------------------------------
61&namsbc        !   Surface Boundary Condition (surface module)
62!-----------------------------------------------------------------------
63   nn_ice      = 0         !  =0 no ice boundary condition   ,
64                           !  =1 use observed ice-cover      ,
65                           !  =2 ice-model used                         ("key_lim3" or "key_lim2)
66   ln_rnf      = .false.   !  runoffs                                   (T => fill namsbc_rnf)
67   ln_ssr      = .false.   !  Sea Surface Restoring on T and/or S       (T => fill namsbc_ssr)
68   nn_fwb      = 0         !  FreshWater Budget: =0 unchecked
69                           !     =1 global mean of e-p-r set to zero at each time step
70                           !     =2 annual global mean of e-p-r set to zero
71                           !     =3 global emp set to zero and spread out over erp area
72/
73!-----------------------------------------------------------------------
74&namsbc_core   !   namsbc_core  CORE bulk formulea
75!-----------------------------------------------------------------------
76/
77!-----------------------------------------------------------------------
78&namtra_qsr    !   penetrative solar radiation
79!-----------------------------------------------------------------------
80/
81!-----------------------------------------------------------------------
82&namlbc        !   lateral momentum boundary condition
83!-----------------------------------------------------------------------
84/
85!-----------------------------------------------------------------------
86&namcla        !   cross land advection
87!-----------------------------------------------------------------------
88/
89!-----------------------------------------------------------------------
90&namagrif      !  AGRIF zoom                                            ("key_agrif")
91!-----------------------------------------------------------------------
92/
93!-----------------------------------------------------------------------
94&nambfr        !   bottom friction
95!-----------------------------------------------------------------------
96/
97!-----------------------------------------------------------------------
98&nambbc        !   bottom temperature boundary condition
99!-----------------------------------------------------------------------
100/
101!-----------------------------------------------------------------------
102&nambbl        !   bottom boundary layer scheme
103!-----------------------------------------------------------------------
104/
105!-----------------------------------------------------------------------
106&nameos        !   ocean physical parameters
107!-----------------------------------------------------------------------
108/
109!-----------------------------------------------------------------------
110&namtra_adv    !   advection scheme for tracer
111!-----------------------------------------------------------------------
112/
113!-----------------------------------------------------------------------
114&namtra_ldf    !   lateral diffusion scheme for tracers
115!-----------------------------------------------------------------------
116
117   rn_aht_0         =  1000.    !  horizontal eddy diffusivity for tracers [m2/s]
118   rn_aeiv_0        =     0.    !  eddy induced velocity coefficient [m2/s]    (require "key_traldf_eiv")
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   !                       !  Type of the operator :
136   ln_dynldf_lap    =  .false.  !  laplacian operator         
137   ln_dynldf_bilap  =  .true.   !  bilaplacian operator   
138   rn_ahm_0_blp     = -8.5e+11  !  horizontal bilaplacian eddy viscosity [m4/s]
139/
140!-----------------------------------------------------------------------
141&namzdf        !   vertical physics
142!-----------------------------------------------------------------------
143/
144!-----------------------------------------------------------------------
145&namzdf_tke    !   turbulent eddy kinetic dependent vertical diffusion  ("key_zdftke")
146!-----------------------------------------------------------------------
147/
148!-----------------------------------------------------------------------
149&namzdf_ddm    !   double diffusive mixing parameterization             ("key_zdfddm")
150!-----------------------------------------------------------------------
151/
152!-----------------------------------------------------------------------
153&namzdf_tmx    !   tidal mixing parameterization                        ("key_zdftmx")
154!-----------------------------------------------------------------------
155   ln_tmx_itf  = .false.   !  ITF specific parameterisation
156/
157!-----------------------------------------------------------------------
158&namsol        !   elliptic solver / island / free surface
159!-----------------------------------------------------------------------
160/
161!-----------------------------------------------------------------------
162&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi)
163!-----------------------------------------------------------------------
164/
165!-----------------------------------------------------------------------
166&nammpp_dyndist !   Massively Parallel Distribution for AGRIF zoom      ("key_agrif" && "key_mpp_dyndist")
167!-----------------------------------------------------------------------
168/
169!-----------------------------------------------------------------------
170&namctl        !   Control prints & Benchmark
171!-----------------------------------------------------------------------
172/
173!-----------------------------------------------------------------------
174&namptr       !   Poleward Transport Diagnostic
175!-----------------------------------------------------------------------
176/
177!-----------------------------------------------------------------------
178&namhsb       !  Heat and salt budgets
179!-----------------------------------------------------------------------
180/
181!-----------------------------------------------------------------------
182&namdyn_nept  !   Neptune effect (simplified: lateral and vertical diffusions removed)
183!-----------------------------------------------------------------------
184/
185!-----------------------------------------------------------------------
186&namobs       !  observation usage                                      ('key_diaobs')
187!-----------------------------------------------------------------------
188/
189!-----------------------------------------------------------------------
190&nam_asminc   !   assimilation increments                               ('key_asminc')
191!-----------------------------------------------------------------------
192/
Note: See TracBrowser for help on using the repository browser.