source: CONFIG_DEVT/IPSLCM6.5_work_ENSEMBLES/modeles/NEMO/doc/namelists/namcfg @ 5501

Last change on this file since 5501 was 5501, checked in by aclsce, 4 years ago

First import of IPSLCM6.5_work_ENSEMBLES working configuration

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.