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 10126 for NEMO/branches/2018/dev_r10057_ENHANCE03_ZTILDE/doc/namelists/namcfg – NEMO

Ignore:
Timestamp:
2018-09-13T16:59:46+02:00 (6 years ago)
Author:
jchanut
Message:

Merge with trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2018/dev_r10057_ENHANCE03_ZTILDE/doc/namelists/namcfg

    r9355 r10126  
    11!----------------------------------------------------------------------- 
    2 &namcfg        !   parameters of the configuration                     !   (default: user defined GYRE) 
     2&namcfg        !   parameters of the configuration                      (default: use namusr_def in namelist_cfg) 
    33!----------------------------------------------------------------------- 
    44   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 
     5      !                    !  (=F) user defined configuration           (F => create/check namusr_def) 
     6      cn_domcfg = "domain_cfg"  ! domain configuration filename 
    77      ! 
    8    ln_write_cfg= .true.   !  (=T) create the domain configuration file 
     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 
    915      cn_domcfg_out = "domain_cfg_out" ! newly created domain configuration filename 
    1016      ! 
Note: See TracChangeset for help on using the changeset viewer.