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_orca1 in branches/2014/dev_r4650_UKMO14.12_STAND_ALONE_OBSOPER/DOC/TexFiles/Namelist – NEMO

source: branches/2014/dev_r4650_UKMO14.12_STAND_ALONE_OBSOPER/DOC/TexFiles/Namelist/namcfg_orca1 @ 5600

Last change on this file since 5600 was 5600, checked in by andrewryan, 9 years ago

merged in latest version of trunk alongside changes to SAO_SRC to be compatible with latest OBS

File size: 917 bytes
RevLine 
[5117]1!-----------------------------------------------------------------------
2&namcfg        !   parameters of the configuration
3!-----------------------------------------------------------------------
4   cp_cfg      =  "orca"               !  name of the configuration
5   jp_cfg      =       1               !  resolution of the configuration
6   jpidta      =     362               !  1st lateral dimension ( >= jpi )
7   jpjdta      =     292               !  2nd    "         "    ( >= jpj )
8   jpkdta      =      75               !  number of levels      ( >= jpk )
9   jpiglo      =     362               !  1st dimension of global domain --> i =jpidta
10   jpjglo      =     292               !  2nd    -                  -    --> j  =jpjdta
11   jperio      =       6               !  lateral cond. type (between 0 and 6)
12   ln_use_jattr = .true.               !  use (T) the file attribute: open_ocean_jstart if present
Note: See TracBrowser for help on using the repository browser.