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/2013/dev_r3853_CNRS9_ConfSetting/DOC/TexFiles/Namelist – NEMO

source: branches/2013/dev_r3853_CNRS9_ConfSetting/DOC/TexFiles/Namelist/namcfg @ 3993

Last change on this file since 3993 was 3993, checked in by clevy, 11 years ago

Configuration setting/Step3 bugfixes,doc, and redistribute variables in namcfg and namdom see ticket:#1074

File size: 1.5 KB
Line 
1!-----------------------------------------------------------------------
2&namcfg     !   default parameters of the configuration     
3!-----------------------------------------------------------------------
4   cp_cfg      =  "default"            !  name of the configuration
5   cp_cfz      =         ''            !  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/
Note: See TracBrowser for help on using the repository browser.