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.
namcfg in trunk/DOC/TexFiles/Namelist – NEMO

source: trunk/DOC/TexFiles/Namelist/namcfg @ 6497

Last change on this file since 6497 was 6289, checked in by gm, 8 years ago

#1673 DOC of the trunk - Update, see associated wiki page for description

File size: 1.5 KB
Line 
1!-----------------------------------------------------------------------
2&namcfg        !   parameters of the configuration
3!-----------------------------------------------------------------------
4   cp_cfg      = "default" !  name of the configuration
5   cp_cfz      = "no zoom" !  name of the zoom of configuration
6   jp_cfg      =      0    !  resolution of the configuration
7   jpidta      =     10    !  1st lateral dimension ( >= jpi )
8   jpjdta      =     12    !  2nd    "         "    ( >= jpj )
9   jpkdta      =     31    !  number of levels      ( >= jpk )
10   jpiglo      =     10    !  1st dimension of global domain --> i =jpidta
11   jpjglo      =     12    !  2nd    -                  -    --> j =jpjdta
12   jpizoom     =      1    !  left bottom (i,j) indices of the zoom
13   jpjzoom     =      1    !  in data domain indices
14   jperio      =      0    !  lateral cond. type (between 0 and 6)
15                                 !  = 0 closed                 ;   = 1 cyclic East-West
16                                 !  = 2 equatorial symmetric   ;   = 3 North fold T-point pivot
17                                 !  = 4 cyclic East-West AND North fold T-point pivot
18                                 !  = 5 North fold F-point pivot
19                                 !  = 6 cyclic East-West AND North fold F-point pivot
20   ln_use_jattr = .false.  !  use (T) the file attribute: open_ocean_jstart, if present
21                           !  in netcdf input files, as the start j-row for reading
22/
Note: See TracBrowser for help on using the repository browser.