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 NEMO/branches/2018/dev_r9956_ENHANCE05_ZAD_AIMP/doc/namelists – NEMO

source: NEMO/branches/2018/dev_r9956_ENHANCE05_ZAD_AIMP/doc/namelists/namcfg @ 9979

Last change on this file since 9979 was 9957, checked in by acc, 6 years ago

New development branch for the adaptive-implicit vertical advection (05_Gurvan-Vertical_advection)

  • Property svn:mime-type set to text/x-fortran
File size: 832 bytes
Line 
1!-----------------------------------------------------------------------
2&namcfg        !   parameters of the configuration                     !   (default: user defined GYRE)
3!-----------------------------------------------------------------------
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= .true.   !  (=T) create the domain configuration file
9      cn_domcfg_out = "domain_cfg_out" ! newly created domain configuration filename
10      !
11   ln_use_jattr = .false.  !  use (T) the file attribute: open_ocean_jstart, if present
12   !                       !  in netcdf input files, as the start j-row for reading
13/
Note: See TracBrowser for help on using the repository browser.