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 trunk/NEMOGCM/CONFIG/C1D_PAPA/EXP00 – NEMO

source: trunk/NEMOGCM/CONFIG/C1D_PAPA/EXP00/namelist_cfg @ 6140

Last change on this file since 6140 was 6140, checked in by timgraham, 8 years ago

Merge of branches/2015/dev_merge_2015 back into trunk. Merge excludes NEMOGCM/TOOLS/OBSTOOLS/ for now due to issues with the change of file type. Will sort these manually with further commits.

Branch merged as follows:
In the working copy of branch ran:
svn merge svn+ssh://forge.ipsl.jussieu.fr/ipsl/forge/projets/nemo/svn/trunk@HEAD
Small conflicts due to bug fixes applied to trunk since the dev_merge_2015 was copied. Bug fixes were applied to the branch as well so these were easy to resolve.
Branch committed at this stage

In working copy run:
svn switch svn+ssh://forge.ipsl.jussieu.fr/ipsl/forge/projets/nemo/svn/trunk
to switch working copy

Run:
svn merge --reintegrate svn+ssh://forge.ipsl.jussieu.fr/ipsl/forge/projets/nemo/svn/branches/2015/dev_merge_2015
to merge the branch into the trunk and then commit - no conflicts at this stage.

File size: 20.3 KB
Line 
1!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2!! NEMO/OPA  : 1D configuration based on Kato-Philipps () exp.
3!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
4!-----------------------------------------------------------------------
5&namrun        !   parameters of the run
6!-----------------------------------------------------------------------
7   cn_exp      =  "PAPA"   !  experience name
8   nn_it000    =       1   !  first time step
9   nn_itend    =   87600   !  last  time step
10   nn_date0    =  20100615 !  date at nit_0000 (format yyyymmdd) used if ln_rstart=F or (ln_rstart=T and nn_rstctl=0 or 1)
11   nn_leapy    =       1   !  Leap year calendar (1) or not (0)
12   nn_stock    =   87600   !  frequency of creation of a restart file (modulo referenced to 1)
13   nn_write    =     240   !  frequency of write in the output file   (modulo referenced to nn_it000)
14/
15!-----------------------------------------------------------------------
16&namcfg     !   parameters of the configuration   
17!-----------------------------------------------------------------------
18   cp_cfg      =  "papa"                 !  name of the configuration
19   jp_cfg      =       1                 !  resolution of the configuration
20   jpidta      =       3                 !  1st lateral dimension ( >= jpi ) = 30*jp_cfg+2
21   jpjdta      =       3                 !  2nd    "         "    ( >= jpj ) = 20*jp_cfg+2
22   jpkdta      =      75                 !  number of levels      ( >= jpk )
23   jpiglo      =       3                 !  1st dimension of global domain --> i  = jpidta
24   jpjglo      =       3                 !  2nd    -                  -    --> j  = jpjdta
25   jpizoom     =       1                 !  left bottom (i,j) indices of the zoom
26   jpjzoom     =       1                 !  in data domain indices
27   jperio      =       0                 !  lateral cond. type (between 0 and 6)
28/
29!-----------------------------------------------------------------------
30&namzgr        !   vertical coordinate
31!-----------------------------------------------------------------------
32   ln_zps      = .true.    !  z-coordinate - partial steps
33/
34!-----------------------------------------------------------------------
35&namzgr_sco    !   s-coordinate or hybrid z-s-coordinate
36!-----------------------------------------------------------------------
37/
38!-----------------------------------------------------------------------
39&namdom        !   space and time domain (bathymetry, mesh, timestep)
40!-----------------------------------------------------------------------
41   nn_bathy    =    0      !  compute (=0) or read (=1) the bathymetry file
42   rn_bathy    = 4198.     !  value of the bathymetry. if (=0) bottom flat at jpkm1
43   nn_msh      =    0      !  create (=1) a mesh file or not (=0)
44   rn_rdt      =  360.     !  time step for the dynamics
45   jphgr_msh   =       1                 !  type of horizontal mesh
46   ppglam0     =    -150.0               !  longitude of first raw and column T-point (jphgr_msh = 1)
47   ppgphi0     =      50.0               ! latitude  of first raw and column T-point (jphgr_msh = 1)
48   ppe1_deg    =       0.1               !  zonal      grid-spacing (degrees)
49   ppe2_deg    =       0.1               !  meridional grid-spacing (degrees)
50   ppe1_m      =  999999.0               !  zonal      grid-spacing (degrees)
51   ppe2_m      =  999999.0               !  meridional grid-spacing (degrees)
52   ppsur       =   -3958.951371276829    !  ORCA r4, r2 and r05 coefficients
53   ppa0        =    103.9530096000000    ! (default coefficients)
54   ppa1        =     2.415951269000000   !
55   ppkth       =      15.35101370000000  !
56   ppacr       =       7.0               !
57   ppdzmin     =  999999.0               !  Minimum vertical spacing
58   pphmax      =  999999.0               !  Maximum depth
59   ldbletanh   =  .TRUE.                 !  Use/do not use double tanf function for vertical coordinates
60   ppa2        =  100.7609285000000      !  Double tanh function parameters
61   ppkth2      =  48.02989372000000      !
62   ppacr2      =   13.00000000000        !
63/
64!-----------------------------------------------------------------------
65&namcrs        !   Grid coarsening for dynamics output and/or
66               !   passive tracer coarsened online simulations
67!-----------------------------------------------------------------------
68/
69!-----------------------------------------------------------------------
70&namc1d        !   1D configuration options                             ("key_c1d")
71!-----------------------------------------------------------------------
72   ln_c1d_locpt= .false.   ! Localization of 1D config in a grid (T) or independant point (F)
73/
74!-----------------------------------------------------------------------
75&namtsd    !   data : Temperature  & Salinity
76!-----------------------------------------------------------------------
77!          !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask !
78!          !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      !
79   sn_tem  = 'init_PAPASTATION',   24        ,'votemper' ,  .false.     , .true.,  'daily'  , ''       , ' '        , ''
80   sn_sal  = 'init_PAPASTATION',   24        ,'vosaline' ,  .false.     , .true.,  'daily'  , ''       , ' '        , ''
81   !
82   cn_dir        = './'     !  root directory for the location of the runoff files
83   ln_tsd_init   = .true.   !  Initialisation of ocean T & S with T &S input data (T) or not (F)
84   ln_tsd_tradmp = .false.   !  damping of ocean T & S toward T &S input data (T) or not (F)
85/
86!-----------------------------------------------------------------------
87&namsbc        !   Surface Boundary Condition (surface module)
88!-----------------------------------------------------------------------
89   nn_fsbc     = 1         !  frequency of surface boundary condition computation
90                           !     (also = the frequency of sea-ice model call)
91   nn_ice      = 0         !  =0 no ice boundary condition   ,
92   ln_rnf      = .false.   !  runoffs                                   (T => fill namsbc_rnf)
93   ln_ssr      = .false.   !  Sea Surface Restoring on T and/or S       (T => fill namsbc_ssr)
94   nn_fwb      = 0         !  FreshWater Budget: =0 unchecked
95/
96!-----------------------------------------------------------------------
97&namsbc_ana    !   analytical surface boundary condition
98!-----------------------------------------------------------------------
99/
100!-----------------------------------------------------------------------
101&namsbc_flx    !   surface boundary condition : flux formulation
102!-----------------------------------------------------------------------
103/
104!-----------------------------------------------------------------------
105&namsbc_clio   !   namsbc_clio  CLIO bulk formulae
106!-----------------------------------------------------------------------
107/
108!-----------------------------------------------------------------------
109&namsbc_core   !   namsbc_core  CORE bulk formulae
110!-----------------------------------------------------------------------
111!              !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask !
112!              !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      !
113   sn_wndi     = 'forcing_PAPASTATION_1h' ,         1         , 'wndwe'   ,   .true.     , .false. , 'yearly' , '' , '', ''
114   sn_wndj     = 'forcing_PAPASTATION_1h' ,         1         , 'wndsn'   ,   .true.     , .false. , 'yearly' , '' , '', ''
115   sn_qsr      = 'forcing_PAPASTATION_1h' ,         1         , 'qsr'     ,   .false.    , .false. , 'yearly' , '' , '', ''
116   sn_qlw      = 'forcing_PAPASTATION_1h' ,         1         , 'qlw'     ,   .false.    , .false. , 'yearly' , '' , '', ''
117   sn_tair     = 'forcing_PAPASTATION_1h' ,         1         , 'tair'    ,   .true.     , .false. , 'yearly' , '' , '', ''
118   sn_humi     = 'forcing_PAPASTATION_1h' ,         1         , 'humi'    ,   .true.     , .false. , 'yearly' , '' , '', ''
119   sn_prec     = 'forcing_PAPASTATION_1h' ,         1         , 'prec'    ,   .false.    , .false. , 'yearly' , '' , '', ''
120   sn_snow     = 'forcing_PAPASTATION_1h' ,         1         , 'snow'    ,   .false.    , .false. , 'yearly' , '' , '', ''
121   rn_zqt      =  2.    !  air temperature and humidity referenced at 2m (T) instead 10m (F)
122/
123!-----------------------------------------------------------------------
124&namsbc_mfs   !   namsbc_mfs  MFS bulk formulae
125!-----------------------------------------------------------------------
126/
127!-----------------------------------------------------------------------
128&namsbc_cpl    !   coupled ocean/atmosphere model                       ("key_oasis3")
129!-----------------------------------------------------------------------
130/
131!-----------------------------------------------------------------------
132&namsbc_sas    !   analytical surface boundary condition
133!-----------------------------------------------------------------------
134/
135!-----------------------------------------------------------------------
136&namtra_qsr    !   penetrative solar radiation
137!-----------------------------------------------------------------------
138!              !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask !
139!              !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      !
140   sn_chl      ='chlorophyll_PAPASTATION', -1    , 'CHLA'    ,   .true.     , .true. , 'yearly'  , ''       , ''       , ''
141/
142!-----------------------------------------------------------------------
143&namsbc_rnf    !   runoffs namelist surface boundary condition
144!-----------------------------------------------------------------------
145   ln_rnf_mouth = .false.   !  specific treatment at rivers mouths
146/
147!-----------------------------------------------------------------------
148&namsbc_apr    !   Atmospheric pressure used as ocean forcing or in bulk
149!-----------------------------------------------------------------------
150/
151!-----------------------------------------------------------------------
152&namsbc_ssr    !   surface boundary condition : sea surface restoring
153!-----------------------------------------------------------------------
154   nn_sssr     =     0     !  add a damping     term in the surface freshwater flux (=2)
155   rn_deds     =   -27.7   !  magnitude of the damping on salinity   [mm/day]
156   ln_sssr_bnd =   .false. !  flag to bound erp term (associated with nn_sssr=2)
157/
158!-----------------------------------------------------------------------
159&namsbc_alb    !   albedo parameters
160!-----------------------------------------------------------------------
161/
162!-----------------------------------------------------------------------
163&namberg       !   iceberg parameters
164!-----------------------------------------------------------------------
165/
166!-----------------------------------------------------------------------
167&namlbc        !   lateral momentum boundary condition
168!-----------------------------------------------------------------------
169   rn_shlat    =    0.     !  shlat = 0  !  0 < shlat < 2  !  shlat = 2  !  2 < shlat
170/
171!-----------------------------------------------------------------------
172&namagrif      !  AGRIF zoom                                            ("key_agrif")
173!-----------------------------------------------------------------------
174/
175!-----------------------------------------------------------------------
176&nam_tide      !    tide parameters (#ifdef key_tide)
177!-----------------------------------------------------------------------
178/
179!-----------------------------------------------------------------------
180&nambdy        !  unstructured open boundaries                          ("key_bdy")
181!-----------------------------------------------------------------------
182/
183!-----------------------------------------------------------------------
184&nambdy_dta      !  open boundaries - external data           ("key_bdy")
185!-----------------------------------------------------------------------
186/
187!-----------------------------------------------------------------------
188&nambdy_tide     ! tidal forcing at open boundaries
189!-----------------------------------------------------------------------
190/
191!-----------------------------------------------------------------------
192&nambfr        !   bottom friction
193!-----------------------------------------------------------------------
194   nn_bfr      =    2      !  type of bottom friction :   = 0 : free slip,  = 1 : linear friction
195/
196!-----------------------------------------------------------------------
197&nambbc        !   bottom temperature boundary condition                (default: NO)
198!-----------------------------------------------------------------------
199/
200!-----------------------------------------------------------------------
201&nambbl        !   bottom boundary layer scheme
202!-----------------------------------------------------------------------
203/
204!-----------------------------------------------------------------------
205&nameos        !   ocean physical parameters
206!-----------------------------------------------------------------------
207   nn_eos      =  0      !  type of equation of state and Brunt-Vaisala frequency
208                                 !  =-1, TEOS-10
209                                 !  = 0, EOS-80
210                                 !  = 1, S-EOS   (simplified eos)
211   ln_useCT    = .false. ! use of Conservative Temp. ==> surface CT converted in Pot. Temp. in sbcssm
212/
213!-----------------------------------------------------------------------
214&namtra_adv    !   advection scheme for tracer
215!-----------------------------------------------------------------------
216! C1D : no advection scheme
217/
218!-----------------------------------------------------------------------
219&namtra_adv_mle !  mixed layer eddy parametrisation (Fox-Kemper param)
220!-----------------------------------------------------------------------
221/
222!-----------------------------------------------------------------------
223&namtra_ldf    !   lateral diffusion scheme for tracers
224!-----------------------------------------------------------------------
225! C1D : no lateral diffusion 
226/
227!-----------------------------------------------------------------------
228&namtra_ldfeiv !   eddy induced velocity param.
229!-----------------------------------------------------------------------
230! C1D : no eiv 
231/
232!-----------------------------------------------------------------------
233&namtra_dmp    !   tracer: T & S newtonian damping
234!-----------------------------------------------------------------------
235   ln_tradmp   =  .false.  !  add a damping termn (T) or not (F)
236/
237!-----------------------------------------------------------------------
238&namdyn_adv    !   formulation of the momentum advection
239!-----------------------------------------------------------------------
240! C1D : no advection scheme
241/
242!-----------------------------------------------------------------------
243&namdyn_vor    !   option of physics/algorithm (not control by CPP keys)
244!-----------------------------------------------------------------------
245/
246!-----------------------------------------------------------------------
247&namc1d_uvd    !   data: U & V currents                                 ("key_c1d")
248!-----------------------------------------------------------------------
249/
250!-----------------------------------------------------------------------
251&namc1d_dyndmp !   U & V newtonian damping                              ("key_c1d")
252!-----------------------------------------------------------------------
253/
254!-----------------------------------------------------------------------
255&namdyn_hpg    !   Hydrostatic pressure gradient option
256!-----------------------------------------------------------------------
257/
258!-----------------------------------------------------------------------
259&namdyn_spg    !   surface pressure gradient                            (default: NO spg)
260!-----------------------------------------------------------------------
261/
262!-----------------------------------------------------------------------
263&namdyn_ldf    !   lateral diffusion on momentum
264!-----------------------------------------------------------------------
265   ln_dynldf_lap    =  .false.  !  laplacian operator
266/
267!-----------------------------------------------------------------------
268&namzdf        !   vertical physics
269!-----------------------------------------------------------------------
270   ln_zdfevd   = .false.        !  enhanced vertical diffusion (evd) (T) or not (F)
271/
272!-----------------------------------------------------------------------
273&namzdf_ric    !   richardson number dependent vertical diffusion       ("key_zdfric" )
274!-----------------------------------------------------------------------
275/
276!-----------------------------------------------------------------------
277&namzdf_tke    !   turbulent eddy kinetic dependent vertical diffusion  ("key_zdftke")
278!-----------------------------------------------------------------------
279/
280!-----------------------------------------------------------------------
281&namzdf_gls                !   GLS vertical diffusion                   ("key_zdfgls")
282!-----------------------------------------------------------------------
283/
284!-----------------------------------------------------------------------
285&namzdf_ddm    !   double diffusive mixing parameterization             ("key_zdfddm")
286!-----------------------------------------------------------------------
287/
288!-----------------------------------------------------------------------
289&namzdf_tmx    !   tidal mixing parameterization                        ("key_zdftmx")
290!-----------------------------------------------------------------------
291   ln_tmx_itf  = .false.   !  ITF specific parameterisation
292/
293!-----------------------------------------------------------------------
294&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi)
295!-----------------------------------------------------------------------
296/
297!-----------------------------------------------------------------------
298&namctl        !   Control prints & Benchmark
299!-----------------------------------------------------------------------
300/
301!-----------------------------------------------------------------------
302&namnc4        !   netcdf4 chunking and compression settings            ("key_netcdf4")
303!-----------------------------------------------------------------------
304/
305!-----------------------------------------------------------------------
306&namtrd        !   diagnostics on dynamics and/or tracer trends         ("key_trddyn" and/or "key_trdtra")
307!              !       or mixed-layer trends or barotropic vorticity    ("key_trdmld" or     "key_trdvor")
308!-----------------------------------------------------------------------
309/
310!-----------------------------------------------------------------------
311&namflo       !   float parameters                                      ("key_float")
312!-----------------------------------------------------------------------
313/
314!-----------------------------------------------------------------------
315&namptr       !   Poleward Transport Diagnostic
316!-----------------------------------------------------------------------
317/
318!-----------------------------------------------------------------------
319&namhsb       !  Heat and salt budgets
320!-----------------------------------------------------------------------
321/
322!-----------------------------------------------------------------------
323&namdct        ! transports through sections
324!-----------------------------------------------------------------------
325    nn_dct      = 60       !  time step frequency for transports computing
326    nn_dctwri   = 60       !  time step frequency for transports writing
327    nn_secdebug = 0        !      0 : no section to debug
328/
329!-----------------------------------------------------------------------
330&namobs       !  observation usage switch                               ('key_diaobs')
331!-----------------------------------------------------------------------
332/
333!-----------------------------------------------------------------------
334&nam_asminc   !   assimilation increments                               ('key_asminc')
335!-----------------------------------------------------------------------
336/
337!-----------------------------------------------------------------------
338&namsbc_wave   ! External fields from wave model
339!-----------------------------------------------------------------------
340/
Note: See TracBrowser for help on using the repository browser.