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/2019/ENHANCE-03_domcfg – NEMO

source: NEMO/branches/2019/ENHANCE-03_domcfg/namelist_cfg @ 11838

Last change on this file since 11838 was 11628, checked in by mathiot, 5 years ago

ENHANCE-03_domcfg: add cpp_ENHANCE-03_domcfg.fcm and remove make_closea_masks.py (as now managed in the F90 code and remove compilation file (ticket #2143)

File size: 3.5 KB
Line 
1!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2!! NEMO/OCE :   Reference namelist_ref                                !!
3!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
4!! NEMO/OCE  :  1 - Domain & run manager (namrun, namcfg, namdom, namzgr, namzgr_sco )
5!!              2 - diagnostics      (namnc4)
6!!              3 - miscellaneous    (nammpp, namctl)
7!!
8!! namelist skeleton : egrep -E '(^/ *$|^! *$|^ *$|&nam.*|!---.*|!! .*|!!==.*|!!>>>.*)' namelist_ref > namelist_skl
9!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
10!-----------------------------------------------------------------------
11&namrun        !   parameters of the run
12!-----------------------------------------------------------------------
13/
14!-----------------------------------------------------------------------
15&namdom        !   space and time domain (bathymetry, mesh, timestep)
16!-----------------------------------------------------------------------
17/
18!-----------------------------------------------------------------------
19&namcfg        !   parameters of the configuration
20!-----------------------------------------------------------------------
21/
22!-----------------------------------------------------------------------
23&namzgr        !   vertical coordinate                                  (default: NO selection)
24!-----------------------------------------------------------------------
25/
26!-----------------------------------------------------------------------
27&namzgr_sco    !   s-coordinate or hybrid z-s-coordinate                (default F)
28!-----------------------------------------------------------------------
29                        !!!!!!!  Envelop bathymetry
30                        !!!!!!!  SH94 stretching coefficients  (ln_s_sh94 = .true.)
31                        !!!!!!!  SF12 stretching coefficient  (ln_s_sf12 = .true.)
32                        !!!!!!!! Other stretching (not SH94 or SF12) [also uses rn_theta above]
33/
34!-----------------------------------------------------------------------
35&namclo ! (closed sea : need ln_domclo = .true. in namcfg)
36!-----------------------------------------------------------------------
37/
38!-----------------------------------------------------------------------
39&namlbc        !   lateral momentum boundary condition                  (default: NO selection)
40!-----------------------------------------------------------------------
41/
42!-----------------------------------------------------------------------
43&namagrif      !  AGRIF zoom                                            ("key_agrif")
44!-----------------------------------------------------------------------
45/
46!-----------------------------------------------------------------------
47&nambdy        !  unstructured open boundaries                          (default: OFF)
48!-----------------------------------------------------------------------
49/
50!-----------------------------------------------------------------------
51&namnc4        !   netcdf4 chunking and compression settings            ("key_netcdf4")
52!-----------------------------------------------------------------------
53/
54!-----------------------------------------------------------------------
55&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi")
56!-----------------------------------------------------------------------
57/
58!-----------------------------------------------------------------------
59&namctl        !   Control prints                                       (default: OFF)
60!-----------------------------------------------------------------------
61/
Note: See TracBrowser for help on using the repository browser.