Changeset 7705 for trunk/DOC/Namelists/namcfg
- Timestamp:
- 2017-02-21T13:53:54+01:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/DOC/Namelists/namcfg
r6289 r7705 2 2 &namcfg ! parameters of the configuration 3 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 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 ! 20 11 ln_use_jattr = .false. ! use (T) the file attribute: open_ocean_jstart, if present 21 12 ! ! in netcdf input files, as the start j-row for reading 22 13 /
Note: See TracChangeset
for help on using the changeset viewer.