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 NEMO/branches/2020/dev_r13648_ASINTER-04_laurent_bulk_ice/tests/C1D_ASICS/EXP00 – NEMO

source: NEMO/branches/2020/dev_r13648_ASINTER-04_laurent_bulk_ice/tests/C1D_ASICS/EXP00/namelist_cfg @ 14021

Last change on this file since 14021 was 14021, checked in by laurent, 3 years ago

Caught up with trunk rev 14020...

File size: 33.4 KB
Line 
1!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2!! NEMO/OCE :   Reference namelist_ref                                !!
3!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
4!! NEMO/OCE  :  1 - Domain & run manager (namrun, namcfg, namdom, namtsd, namcrs, namc1d, namc1d_uvd)
5!! namelists    2 - Surface boundary (namsbc, namsbc_flx, namsbc_blk, namsbc_cpl,
6!!                                    namsbc_sas, namtra_qsr, namsbc_rnf,
7!!                                    namsbc_isf, namsbc_iscpl, namsbc_apr,
8!!                                    namsbc_ssr, namsbc_wave, namberg)
9!!              3 - lateral boundary (namlbc, namagrif, nambdy, nambdy_tide)
10!!              4 - top/bot boundary (namdrg, namdrg_top, namdrg_bot, nambbc, nambbl)
11!!              5 - Tracer           (nameos, namtra_adv, namtra_ldf, namtra_eiv, namtra_dmp)
12!!              6 - dynamics         (namdyn_adv, namdyn_vor, namdyn_hpg, namdyn_spg, namdyn_ldf)
13!!              7 - Vertical physics (namzdf, namzdf_ric, namzdf_tke, namzdf_gls, namzdf_iwm)
14!!              8 - diagnostics      (namnc4, namtrd, namspr, namflo, namhsb)
15!!              9 - Obs & Assim      (namobs, nam_asminc)
16!!             10 - miscellaneous    (nammpp, namctl, namsto)
17!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
18
19!!======================================================================
20!!              ***  Domain & Run management namelists  ***           !!
21!!                                                                    !!
22!!   namrun       parameters of the run
23!!   namdom       space and time domain
24!!   namcfg       parameters of the configuration                       (default: user defined GYRE)
25!!   namwad       Wetting and drying                                    (default: OFF)
26!!   namtsd       data: temperature & salinity                          (default: OFF)
27!!   namcrs       coarsened grid (for outputs and/or TOP)               (ln_crs =T)
28!!   namc1d       1D configuration options                              ("key_c1d")
29!!   namc1d_dyndmp 1D newtonian damping applied on currents             ("key_c1d")
30!!   namc1d_uvd   1D data (currents)                                    ("key_c1d")
31!!======================================================================
32!
33!-----------------------------------------------------------------------
34&namusr_def    !   C1D user defined namelist
35!-----------------------------------------------------------------------
36   rn_bathy    =  2380.   ! depth in meters
37/
38!-----------------------------------------------------------------------
39&namrun        !   parameters of the run
40!-----------------------------------------------------------------------
41   cn_exp      = "C1D_ASICS"!  experience name
42   nn_it000    =       1   !  first time step
43   nn_itend    =   17040   !  last  time step (std 5475)
44   nn_date0    = 20130115  !  date at nit_0000 (format yyyymmdd) used if ln_rstart=F or (ln_rstart=T and nn_rstctl=0 or 1)
45   nn_stock    =   17040   !  frequency of creation of a restart file (modulo referenced to 1)
46   nn_write    =   17040   !  frequency of write in the output file   (modulo referenced to nn_it000)
47/
48!-----------------------------------------------------------------------
49&namdom        !   time and space domain
50!-----------------------------------------------------------------------
51   ln_linssh   = .true.   !  =T  linear free surface  ==>>  model level are fixed in time
52   !
53   rn_Dt      =  360.     !  time step for the dynamics and tracer
54/
55!-----------------------------------------------------------------------
56&namcfg        !   parameters of the configuration                      (default: use namusr_def in namelist_cfg)
57!-----------------------------------------------------------------------
58/
59!-----------------------------------------------------------------------
60&namtsd        !    Temperature & Salinity Data  (init/dmp)             (default: OFF)
61!-----------------------------------------------------------------------
62   !                       ! =T  read T-S fields for:
63   ln_tsd_init = .true.          !  ocean initialisation
64   
65   cn_dir      = './'      !  root directory for the T-S data location
66   !___________!_________________________!___________________!___________!_____________!________!___________!__________________!__________!_______________!
67   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask !
68   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   !
69   sn_tem      = 'init_ASICS'       ,         24.       ,'votemper',  .false.     , .true.,  'daily'  ,    ''            ,    ''    ,    ''
70   sn_sal      = 'init_ASICS'       ,         24.       ,'vosaline',  .false.     , .true.,  'daily'  ,    ''            ,    ''    ,    ''
71/
72!-----------------------------------------------------------------------
73&namwad        !   Wetting and Drying (WaD)                             (default: OFF)
74!-----------------------------------------------------------------------
75/
76!-----------------------------------------------------------------------
77&namcrs        !   coarsened grid (for outputs and/or TOP)              (ln_crs =T)
78!-----------------------------------------------------------------------
79/
80!-----------------------------------------------------------------------
81&namc1d        !   1D configuration options                             ("key_c1d" default: PAPA station)
82!-----------------------------------------------------------------------
83   rn_lat1d    =      30   !  Column latitude
84   rn_lon1d    =      15   !  Column longitude
85   ln_c1d_locpt =  .true.  ! Localization of 1D config in a grid (T) or independant point (F)
86/
87!-----------------------------------------------------------------------
88&namc1d_dyndmp !   U & V newtonian damping                              ("key_c1d" default: OFF)
89!-----------------------------------------------------------------------
90   ln_dyndmp   =  .false.  !  add a damping term (T) or not (F)
91/
92!-----------------------------------------------------------------------
93&namc1d_uvd    !   data: U & V currents                                 ("key_c1d" default: OFF)
94!-----------------------------------------------------------------------
95   !                       !  =T read U-V fields for:
96   ln_uvd_init   = .false.       !  ocean initialisation
97   ln_uvd_dyndmp = .false.       !  U-V restoring
98
99   cn_dir      = './'      !  root directory for the U-V data location
100   !___________!_________________________!___________________!___________!_____________!________!___________!__________________!__________!_______________!
101   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask !
102   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   !
103   sn_ucur     = 'ucurrent'              ,         -1.       ,'u_current',   .false.   , .true. , 'monthly' ,  ''              ,  'Ume'   , ''
104   sn_vcur     = 'vcurrent'              ,         -1.       ,'v_current',   .false.   , .true. , 'monthly' ,  ''              ,  'Vme'   , ''
105/
106
107!!======================================================================
108!!            ***  Surface Boundary Condition namelists  ***          !!
109!!                                                                    !!
110!!   namsbc          surface boundary condition manager                 (default: NO selection)
111!!   namsbc_flx      flux               formulation                     (ln_flx     =T)
112!!   namsbc_blk      Bulk formulae formulation                          (ln_blk     =T)
113!!   namsbc_cpl      CouPLed            formulation                     ("key_oasis3" )
114!!   namsbc_sas      Stand-Alone Surface module                         (SAS_SRC  only)
115!!   namsbc_iif      Ice-IF: use observed ice cover                     (nn_ice = 1   )
116!!   namtra_qsr      penetrative solar radiation                        (ln_traqsr  =T)
117!!   namsbc_ssr      sea surface restoring term (for T and/or S)        (ln_ssr     =T)
118!!   namsbc_rnf      river runoffs                                      (ln_rnf     =T)
119!!   namsbc_apr      Atmospheric Pressure                               (ln_apr_dyn =T)
120!!   namsbc_isf      ice shelf melting/freezing                         (ln_isfcav  =T : read (ln_read_cfg=T) or set or usr_def_zgr )
121!!   namsbc_iscpl    coupling option between land ice model and ocean   (ln_isfcav  =T)
122!!   namsbc_wave     external fields from wave model                    (ln_wave    =T)
123!!   namberg         iceberg floats                                     (ln_icebergs=T)
124!!======================================================================
125!
126!-----------------------------------------------------------------------
127&namsbc        !   Surface Boundary Condition manager                   (default: NO selection)
128!-----------------------------------------------------------------------
129   nn_fsbc     = 1         !  frequency of SBC module call
130      !                    !  (control sea-ice & iceberg model call)
131                     ! Type of air-sea fluxes
132   ln_flx      = .true.    !  flux formulation                          (T => fill namsbc_flx )
133      !              ! Type of coupling (Ocean/Ice/Atmosphere) :
134                     ! Misc. options of sbc :
135   ln_traqsr   = .true.    !  Light penetration in the ocean            (T => fill namtra_qsr)
136/
137!-----------------------------------------------------------------------
138&namsbc_flx    !   surface boundary condition : flux formulation        (ln_flx =T)
139!-----------------------------------------------------------------------
140   sn_utau     = 'forc_ASICS' ,        1         , 'TAUX2'    , .false.      , .false., 'yearly'  , ''       , ''       , ''
141   sn_vtau     = 'forc_ASICS' ,        1         , 'TAUY2'    , .false.      , .false., 'yearly'  , ''       , ''       , ''
142   sn_qtot     = 'forc_ASICS' ,        1         , 'FNET2'    , .false.      , .false., 'yearly'  , ''       , ''       , ''
143   sn_qsr      = 'forc_ASICS' ,        1         , 'FSOL2'    , .false.      , .false., 'yearly'  , ''       , ''       , ''
144   sn_emp      = 'forc_ASICS' ,        1         , 'EMP2'     , .false.      , .false., 'yearly'  , ''       , ''       , ''
145   !
146   cn_dir      = './'      !  root directory for the location of the flux files
147/
148!-----------------------------------------------------------------------
149&namsbc_blk    !   namsbc_blk  generic Bulk formula                     (ln_blk =T)
150!-----------------------------------------------------------------------
151   !                    !  bulk algorithm :
152/
153!-----------------------------------------------------------------------
154&namsbc_cpl    !   coupled ocean/atmosphere model                       ("key_oasis3")
155!-----------------------------------------------------------------------
156/
157!-----------------------------------------------------------------------
158&namsbc_sas    !   Stand-Alone Surface module: ocean data               (SAS_SRC  only)
159!-----------------------------------------------------------------------
160/
161!-----------------------------------------------------------------------
162&namsbc_iif    !   Ice-IF : use observed ice cover                      (nn_ice = 1)
163!-----------------------------------------------------------------------
164/
165!-----------------------------------------------------------------------
166&namtra_qsr    !   penetrative solar radiation                          (ln_traqsr =T)
167!-----------------------------------------------------------------------
168   !                       !  type of penetration                        (default: NO selection)
169   ln_qsr_rgb  = .true.      !  RGB light penetration (Red-Green-Blue)
170   
171   cn_dir      = './'      !  root directory for the chlorophyl data location
172   !___________!_________________________!___________________!___________!_____________!________!___________!__________________!__________!_______________!
173   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask !
174   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   !
175
176   sn_chl      ='chlorophyll',         -1.       , 'CHLA'    ,   .true.     , .true. , 'yearly'  ,        ''       ,    ''    , ''
177/
178!-----------------------------------------------------------------------
179&namsbc_ssr    !   surface boundary condition : sea surface restoring   (ln_ssr =T)
180!-----------------------------------------------------------------------
181/
182!-----------------------------------------------------------------------
183&namsbc_rnf    !   runoffs                                              (ln_rnf =T)
184!-----------------------------------------------------------------------
185/
186!-----------------------------------------------------------------------
187&namsbc_apr    !   Atmospheric pressure used as ocean forcing           (ln_apr_dyn =T)
188!-----------------------------------------------------------------------
189/
190!-----------------------------------------------------------------------
191&namsbc_isf    !  Top boundary layer (ISF)                              (ln_isfcav =T : read (ln_read_cfg=T)
192!-----------------------------------------------------------------------             or set or usr_def_zgr )
193/
194!-----------------------------------------------------------------------
195&namsbc_iscpl  !   land ice / ocean coupling option                     (ln_isfcav =T : read (ln_read_cfg=T)
196!-----------------------------------------------------------------------             or set or usr_def_zgr )
197/
198!-----------------------------------------------------------------------
199&namsbc_wave   ! External fields from wave model                        (ln_wave=T)
200!-----------------------------------------------------------------------
201/
202!-----------------------------------------------------------------------
203&namberg       !   iceberg parameters                                   (default: OFF)
204!-----------------------------------------------------------------------
205/
206
207!!======================================================================
208!!               ***  Lateral boundary condition  ***                 !!
209!!                                                                    !!
210!!   namlbc        lateral momentum boundary condition                  (default: NO selection)
211!!   namagrif      agrif nested grid   (read by child model only)       ("key_agrif")
212!!   nam_tide      Tidal forcing                                        (default: OFF)
213!!   nambdy        Unstructured open boundaries                         (default: OFF)
214!!   nambdy_dta    Unstructured open boundaries - external data         (see  nambdy)
215!!   nambdy_tide   tidal forcing at open boundaries                     (default: OFF)
216!!======================================================================
217!
218!-----------------------------------------------------------------------
219&namlbc        !   lateral momentum boundary condition                  (default: NO selection)
220!-----------------------------------------------------------------------
221   rn_shlat    =  0.   !  shlat = 0  !  0 < shlat < 2  !  shlat = 2  !  2 < shlat
222/
223!-----------------------------------------------------------------------
224&namagrif      !  AGRIF zoom                                            ("key_agrif")
225!-----------------------------------------------------------------------
226/
227!-----------------------------------------------------------------------
228&nam_tide      !   tide parameters                                      (default: OFF)
229!-----------------------------------------------------------------------
230/
231!-----------------------------------------------------------------------
232&nambdy        !  unstructured open boundaries                          (default: OFF)
233!-----------------------------------------------------------------------
234/
235!-----------------------------------------------------------------------
236&nambdy_dta    !  open boundaries - external data                       (see nam_bdy)
237!-----------------------------------------------------------------------
238/
239!-----------------------------------------------------------------------
240&nambdy_tide   !  tidal forcing at open boundaries                      (default: OFF)
241!-----------------------------------------------------------------------
242/
243
244!!======================================================================
245!!                ***  Top/Bottom boundary condition  ***             !!
246!!                                                                    !!
247!!   namdrg        top/bottom drag coefficient                          (default: NO selection)
248!!   namdrg_top    top    friction                                      (ln_drg_OFF=F & ln_isfcav=T)
249!!   namdrg_bot    bottom friction                                      (ln_drg_OFF=F)
250!!   nambbc        bottom temperature boundary condition                (default: OFF)
251!!   nambbl        bottom boundary layer scheme                         (default: OFF)
252!!======================================================================
253!
254!-----------------------------------------------------------------------
255&namdrg        !   top/bottom drag coefficient                          (default: NO selection)
256!-----------------------------------------------------------------------
257   ln_non_lin  = .true.   !  non-linear  drag: Cd = Cd0 |U|
258   ln_drgimp   = .false.  !  implicit top/bottom friction flag
259/
260!-----------------------------------------------------------------------
261&namdrg_top    !   TOP friction                                         (ln_drg_OFF =F & ln_isfcav=T)
262!-----------------------------------------------------------------------
263/
264!-----------------------------------------------------------------------
265&namdrg_bot    !   BOTTOM friction                                      (ln_drg_OFF =F)
266!-----------------------------------------------------------------------
267/
268!-----------------------------------------------------------------------
269&nambbc        !   bottom temperature boundary condition                (default: OFF)
270!-----------------------------------------------------------------------
271/
272!-----------------------------------------------------------------------
273&nambbl        !   bottom boundary layer scheme                         (default: OFF)
274!-----------------------------------------------------------------------
275/
276
277!!======================================================================
278!!                        Tracer (T-S) namelists                      !!
279!!                                                                    !!
280!!   nameos        equation of state                                    (default: NO selection)
281!!   namtra_adv    advection scheme                                     (default: NO selection)
282!!   namtra_ldf    lateral diffusion scheme                             (default: NO selection)
283!!   namtra_mle    mixed layer eddy param. (Fox-Kemper param.)          (default: OFF)
284!!   namtra_eiv    eddy induced velocity param.                         (default: OFF)
285!!   namtra_dmp    T & S newtonian damping                              (default: OFF)
286!!======================================================================
287!
288!-----------------------------------------------------------------------
289&nameos        !   ocean Equation Of Seawater                           (default: NO selection)
290!-----------------------------------------------------------------------
291   ln_eos80    = .true.         !  = Use EOS80
292/
293!-----------------------------------------------------------------------
294&namtra_adv    !   advection scheme for tracer                          (default: NO selection)
295!-----------------------------------------------------------------------
296   ln_traadv_OFF = .true. !  No tracer advection
297/
298!-----------------------------------------------------------------------
299&namtra_ldf    !   lateral diffusion scheme for tracers                 (default: NO selection)
300!-----------------------------------------------------------------------
301   !                       !  Operator type:
302   ln_traldf_OFF   = .true.   !  No explicit diffusion
303/
304!-----------------------------------------------------------------------
305&namtra_mle    !   mixed layer eddy parametrisation (Fox-Kemper)       (default: OFF)
306!-----------------------------------------------------------------------
307/
308!-----------------------------------------------------------------------
309&namtra_eiv    !   eddy induced velocity param.                         (default: OFF)
310!-----------------------------------------------------------------------
311/
312!-----------------------------------------------------------------------
313&namtra_dmp    !   tracer: T & S newtonian damping                      (default: OFF)
314!-----------------------------------------------------------------------
315/
316
317!!======================================================================
318!!                      ***  Dynamics namelists  ***                  !!
319!!                                                                    !!
320!!   nam_vvl       vertical coordinate options                          (default: z-star)
321!!   namdyn_adv    formulation of the momentum advection                (default: NO selection)
322!!   namdyn_vor    advection scheme                                     (default: NO selection)
323!!   namdyn_hpg    hydrostatic pressure gradient                        (default: NO selection)
324!!   namdyn_spg    surface pressure gradient                            (default: NO selection)
325!!   namdyn_ldf    lateral diffusion scheme                             (default: NO selection)
326!!   namdta_dyn    offline TOP: dynamics read in files                  (OFF_SRC only)
327!!======================================================================
328!
329!-----------------------------------------------------------------------
330&nam_vvl       !   vertical coordinate options                          (default: z-star)
331!-----------------------------------------------------------------------
332/
333!-----------------------------------------------------------------------
334&namdyn_adv    !   formulation of the momentum advection                (default: NO selection)
335!-----------------------------------------------------------------------
336   ln_dynadv_OFF = .true. !  linear dynamics (no momentum advection)
337/
338!-----------------------------------------------------------------------
339&namdyn_vor    !   Vorticity / Coriolis scheme                          (default: NO selection)
340!-----------------------------------------------------------------------
341   ln_dynvor_ene = .true. !  energy    conserving scheme
342/
343!-----------------------------------------------------------------------
344&namdyn_hpg    !   Hydrostatic pressure gradient option                 (default: NO selection)
345!-----------------------------------------------------------------------
346   ln_hpg_sco  = .true.   !  s-coordinate (standard jacobian formulation)
347/
348!-----------------------------------------------------------------------
349&namdyn_spg    !   surface pressure gradient                            (default: NO selection)
350!-----------------------------------------------------------------------
351    ln_dynspg_ts   = .false.   ! split-explicit free surface
352       ln_bt_fw      = .false.     ! Forward integration of barotropic Eqs.
353       ln_bt_av      = .true.     ! Time filtering of barotropic variables
354/
355!-----------------------------------------------------------------------
356&namdyn_ldf    !   lateral diffusion on momentum                        (default: NO selection)
357!-----------------------------------------------------------------------
358   !                       !  Type of the operator :
359   ln_dynldf_OFF = .true.     !  No operator (i.e. no explicit diffusion)
360/
361!-----------------------------------------------------------------------
362&namdta_dyn    !   offline ocean input files                            (OFF_SRC only)
363!-----------------------------------------------------------------------
364/
365
366!!======================================================================
367!!                     vertical physics namelists                     !!
368!!                                                                    !!
369!!    namzdf        vertical physics manager                            (default: NO selection)
370!!    namzdf_ric    richardson number vertical mixing                   (ln_zdfric=T)
371!!    namzdf_tke    TKE vertical mixing                                 (ln_zdftke=T)
372!!    namzdf_gls    GLS vertical mixing                                 (ln_zdfgls=T)
373!!    namzdf_osm    OSM vertical diffusion                              (ln_zdfosm=T)
374!!    namzdf_iwm    tidal mixing parameterization                       (ln_zdfiwm=T)
375!!======================================================================
376!
377!-----------------------------------------------------------------------
378&namzdf        !   vertical physics manager                             (default: NO selection)
379!-----------------------------------------------------------------------
380   !                       ! type of vertical closure (required)
381   ln_zdftke   = .true.       !  Turbulent Kinetic Energy closure       (T =>   fill namzdf_tke)
382   ln_zdfmfc   = .true.       !  Mass Flux Convection
383   ln_zdfiwm   = .true.       ! internal wave-induced mixing            (T =>   fill namzdf_iwm)
384/
385!-----------------------------------------------------------------------
386&namzdf_ric    !   richardson number dependent vertical diffusion       (ln_zdfric =T)
387!-----------------------------------------------------------------------
388/
389!-----------------------------------------------------------------------
390&namzdf_tke    !   turbulent eddy kinetic dependent vertical diffusion  (ln_zdftke =T)
391!-----------------------------------------------------------------------
392/
393!-----------------------------------------------------------------------
394&namzdf_gls    !   GLS vertical diffusion                               (ln_zdfgls =T)
395!-----------------------------------------------------------------------
396/
397!-----------------------------------------------------------------------
398&namzdf_osm    !   OSM vertical diffusion                               (ln_zdfosm =T)
399!-----------------------------------------------------------------------
400/
401!-----------------------------------------------------------------------
402&namzdf_mfc     !   Mass Flux Convection
403!-----------------------------------------------------------------------
404   ln_edmfuv  = .false.        ! Activate on velocity fields (Not available yet)
405   rn_cemf    =  1.            ! entrain/detrain coef. (<0 => cte; >0 % depending on dW/dz
406   rn_cwmf    = -0.            ! entrain/detrain coef. (<0 => cte; >0 % depending on dW/dz
407   rn_cent    = 2.e-5          ! entrain of convective area
408   rn_cdet    = 3.e-5          ! detrain of convective area
409   rn_cap     = 0.9            ! Coef. for CAP estimation
410   App_max    = 0.1            ! Maximum convection area (% of the cell)
411/
412!-----------------------------------------------------------------------
413&namzdf_iwm    !    internal wave-driven mixing parameterization        (ln_zdfiwm =T)
414!-----------------------------------------------------------------------
415   nn_zpyc     = 1         !  pycnocline-intensified dissipation scales as N (=1) or N^2 (=2)
416   ln_mevar    = .true.    !  variable (T) or constant (F) mixing efficiency
417   ln_tsdiff   = .true.    !  account for differential T/S mixing (T) or not (F)
418
419   cn_dir      = './'      !  root directory for the iwm data location                                                                 
420   !___________!_________________________!___________________!___________!_____________!________!___________!__________________!__________!_______________!
421   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask !
422   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   !
423   sn_mpb      = 'forcing_iwm_ASICSstation' , -12.           , 'mixing_power_bot' , .false.  , .true. , 'yearly' , '' , ''  , ''
424   sn_mpp      = 'forcing_iwm_ASICSstation' , -12.           , 'mixing_power_pyc' , .false.  , .true. , 'yearly' , '' , ''  , ''
425   sn_mpc      = 'forcing_iwm_ASICSstation' , -12.           , 'mixing_power_cri' , .false.  , .true. , 'yearly' , '' , ''  , ''
426   sn_dsb      = 'forcing_iwm_ASICSstation' , -12.           , 'decay_scale_bot'  , .false.  , .true. , 'yearly' , '' , ''  , ''
427   sn_dsc      = 'forcing_iwm_ASICSstation' , -12.           , 'decay_scale_cri'  , .false.  , .true. , 'yearly' , '' , ''  , ''
428/
429!!======================================================================
430!!                  ***  Diagnostics namelists  ***                   !!
431!!                                                                    !!
432!!   namtrd       dynamics and/or tracer trends                         (default: OFF)
433!!   namhsb       Heat and salt budgets                                 (default: OFF)
434!!   namdiu       Cool skin and warm layer models                       (default: OFF)
435!!   namdiu       Cool skin and warm layer models                       (default: OFF)
436!!   namflo       float parameters                                      (default: OFF)
437!!   nam_diadct   transports through some sections                      (default: OFF)
438!!   nam_dia25h   25h Mean Output                                       (default: OFF)
439!!   namnc4       netcdf4 chunking and compression settings             ("key_netcdf4")
440!!======================================================================
441!
442!-----------------------------------------------------------------------
443&namtrd        !   trend diagnostics                                    (default: OFF)
444!-----------------------------------------------------------------------
445/
446!-----------------------------------------------------------------------
447&namhsb        !  Heat and salt budgets                                 (default: OFF)
448!-----------------------------------------------------------------------
449/
450!-----------------------------------------------------------------------
451&namdiu        !   Cool skin and warm layer models                      (default: OFF)
452!-----------------------------------------------------------------------
453/
454!-----------------------------------------------------------------------
455&namflo        !   float parameters                                     (default: OFF)
456!-----------------------------------------------------------------------
457/
458!-----------------------------------------------------------------------
459&nam_diadct    ! transports through some sections                       (default: OFF)
460!-----------------------------------------------------------------------
461/
462!-----------------------------------------------------------------------
463&nam_dia25h    !  25h Mean Output                                       (default: OFF)
464!-----------------------------------------------------------------------
465/
466!-----------------------------------------------------------------------
467&namnc4        !   netcdf4 chunking and compression settings            ("key_netcdf4")
468!-----------------------------------------------------------------------
469/
470
471!!======================================================================
472!!               ***  Observation & Assimilation  ***                 !!
473!!                                                                    !!
474!!   namobs       observation and model comparison                      (default: OFF)
475!!   nam_asminc   assimilation increments                               ('key_asminc')
476!!======================================================================
477!
478!-----------------------------------------------------------------------
479&namobs        !  observation usage switch                              (default: OFF)
480!-----------------------------------------------------------------------
481/
482!-----------------------------------------------------------------------
483&nam_asminc    !   assimilation increments                              ('key_asminc')
484!-----------------------------------------------------------------------
485/
486
487!!======================================================================
488!!                  ***  Miscellaneous namelists  ***                 !!
489!!                                                                    !!
490!!   nammpp            Massively Parallel Processing                    ("key_mpp_mpi")
491!!   namctl            Control prints                                   (default: OFF)
492!!   namsto            Stochastic parametrization of EOS                (default: OFF)
493!!======================================================================
494!
495!-----------------------------------------------------------------------
496&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi")
497!-----------------------------------------------------------------------
498/
499!-----------------------------------------------------------------------
500&namctl        !   Control prints                                       (default: OFF)
501!-----------------------------------------------------------------------
502/
503!-----------------------------------------------------------------------
504&namsto        ! Stochastic parametrization of EOS                      (default: OFF)
505!-----------------------------------------------------------------------
506/
Note: See TracBrowser for help on using the repository browser.