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.
Changeset 7669 for branches/2016/dev_merge_2016/DOC/Namelists/namcfg – NEMO

Ignore:
Timestamp:
2017-02-10T18:16:26+01:00 (7 years ago)
Author:
flavoni
Message:

starting update of tex book for new configurations interface

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2016/dev_merge_2016/DOC/Namelists/namcfg

    r6289 r7669  
    22&namcfg        !   parameters of the configuration 
    33!----------------------------------------------------------------------- 
    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 
     4   ln_read_cfg = .false.   !  (=T) read the domain configuration file 
     5      !                    !  (=F) user defined configuration  ==>>>  see usrdef(_...) modules 
     6      cn_domcfg = "domain_cfg"         ! domain configuration filename 
     7      ! 
     8   ln_write_cfg= .false.   !  (=T) create the domain configuration file 
     9      cn_domcfg_out = "domain_cfg_out" ! newly created domain configuration filename 
     10      ! 
    2011   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 
     12   !                       !  in netcdf input files, as the start j-row for reading 
    2213/ 
Note: See TracChangeset for help on using the changeset viewer.