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 @ 11991

Last change on this file since 11991 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
RevLine 
[6951]1!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[11628]2!! NEMO/OCE :   Reference namelist_ref                                !!
[6951]3!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[11628]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!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[6951]10!-----------------------------------------------------------------------
11&namrun        !   parameters of the run
12!-----------------------------------------------------------------------
13/
14!-----------------------------------------------------------------------
[11628]15&namdom        !   space and time domain (bathymetry, mesh, timestep)
16!-----------------------------------------------------------------------
17/
18!-----------------------------------------------------------------------
[6951]19&namcfg        !   parameters of the configuration
20!-----------------------------------------------------------------------
21/
22!-----------------------------------------------------------------------
[11628]23&namzgr        !   vertical coordinate                                  (default: NO selection)
[6951]24!-----------------------------------------------------------------------
25/
[11628]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]
[10727]33/
[11628]34!-----------------------------------------------------------------------
35&namclo ! (closed sea : need ln_domclo = .true. in namcfg)
36!-----------------------------------------------------------------------
[10727]37/
[11628]38!-----------------------------------------------------------------------
39&namlbc        !   lateral momentum boundary condition                  (default: NO selection)
40!-----------------------------------------------------------------------
[10727]41/
[11628]42!-----------------------------------------------------------------------
43&namagrif      !  AGRIF zoom                                            ("key_agrif")
44!-----------------------------------------------------------------------
[10727]45/
[11628]46!-----------------------------------------------------------------------
47&nambdy        !  unstructured open boundaries                          (default: OFF)
48!-----------------------------------------------------------------------
[10727]49/
[6951]50!-----------------------------------------------------------------------
[11628]51&namnc4        !   netcdf4 chunking and compression settings            ("key_netcdf4")
[6951]52!-----------------------------------------------------------------------
53/
54!-----------------------------------------------------------------------
[11628]55&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi")
[6951]56!-----------------------------------------------------------------------
57/
58!-----------------------------------------------------------------------
[11628]59&namctl        !   Control prints                                       (default: OFF)
[6951]60!-----------------------------------------------------------------------
61/
Note: See TracBrowser for help on using the repository browser.