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 branches/UKMO/dev_r5518_AMM15_package/DOC/TexFiles/Namelist – NEMO

source: branches/UKMO/dev_r5518_AMM15_package/DOC/TexFiles/Namelist/namcfg @ 10248

Last change on this file since 10248 was 10248, checked in by kingr, 5 years ago

Merged 2015/nemo_v3_6_STABLE@6232

File size: 1.6 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.