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/releases/release-4.0.1/doc/namelists – NEMO

source: NEMO/releases/release-4.0.1/doc/namelists/namcfg @ 11699

Last change on this file since 11699 was 10445, checked in by nicolasmartin, 5 years ago

Update the content of namelists folder with last revision of namelist*_ref
Add also PISCES and TRC specific namelists

  • Property svn:mime-type set to text/x-fortran
File size: 1.3 KB
Line 
1!-----------------------------------------------------------------------
2&namcfg        !   parameters of the configuration                      (default: use namusr_def in namelist_cfg)
3!-----------------------------------------------------------------------
4   ln_read_cfg = .false.   !  (=T) read the domain configuration file
5      !                    !  (=F) user defined configuration           (F => create/check namusr_def)
6      cn_domcfg = "domain_cfg"  ! domain configuration filename
7      !
8      ln_closea    = .false.    !  T => keep closed seas (defined by closea_mask field) in the 
9      !                         !       domain and apply special treatment of freshwater fluxes.
10      !                         !  F => suppress closed seas (defined by closea_mask field)
11      !                         !       from the bathymetry at runtime.
12      !                         !  If closea_mask field doesn't exist in the domain_cfg file
13      !                         !       then this logical does nothing.
14   ln_write_cfg = .false.   !  (=T) create the domain configuration file
15      cn_domcfg_out = "domain_cfg_out" ! newly created domain configuration filename
16      !
17   ln_use_jattr = .false.  !  use (T) the file attribute: open_ocean_jstart, if present
18   !                       !  in netcdf input files, as the start j-row for reading
19/
Note: See TracBrowser for help on using the repository browser.