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 12079 for NEMO/branches/2019/UKMO_MERGE_2019/cfgs/SHARED/namelist_ref – NEMO

Ignore:
Timestamp:
2019-12-05T19:47:50+01:00 (4 years ago)
Author:
mathiot
Message:

include ENHANCE-03_closea in UKMO merge branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/UKMO_MERGE_2019/cfgs/SHARED/namelist_ref

    r12077 r12079  
    8282&namcfg        !   parameters of the configuration                      (default: use namusr_def in namelist_cfg) 
    8383!----------------------------------------------------------------------- 
    84    ln_read_cfg = .false.   !  (=T) read the domain configuration file 
    85       !                    !  (=F) user defined configuration           (F => create/check namusr_def) 
     84   ln_read_cfg = .false.     !  (=T) read the domain configuration file 
     85      !                      !  (=F) user defined configuration           (F => create/check namusr_def) 
    8686      cn_domcfg = "domain_cfg"  ! domain configuration filename 
    8787      ! 
    88       ln_closea    = .false.    !  T => keep closed seas (defined by closea_mask field) in the   
    89       !                         !       domain and apply special treatment of freshwater fluxes. 
    90       !                         !  F => suppress closed seas (defined by closea_mask field)  
    91       !                         !       from the bathymetry at runtime. 
    92       !                         !  If closea_mask field doesn't exist in the domain_cfg file 
    93       !                         !       then this logical does nothing. 
    94    ln_write_cfg = .false.   !  (=T) create the domain configuration file 
     88      ln_closea    = .false. !  (=T => fill namclo)  
     89      !                      !  (=F) no control of net precip/evap over closed sea 
     90      ! 
     91   ln_write_cfg = .false.    !  (=T) create the domain configuration file 
    9592      cn_domcfg_out = "domain_cfg_out" ! newly created domain configuration filename 
    9693      ! 
    97    ln_use_jattr = .false.  !  use (T) the file attribute: open_ocean_jstart, if present 
    98    !                       !  in netcdf input files, as the start j-row for reading 
     94   ln_use_jattr = .false.    !  use (T) the file attribute: open_ocean_jstart, if present 
     95   !                         !  in netcdf input files, as the start j-row for reading 
     96/ 
     97!----------------------------------------------------------------------- 
     98&namclo        !   parameters of the closed sea (cs) behavior                (default: OFF) 
     99!----------------------------------------------------------------------- 
     100   ln_maskcs = .false.        ! (=T) cs are masked ; So, in this case ln_mask_csundef and ln_clo_rnf have no effect. 
     101      !                       ! (=F => set ln_mask_csundef and ln_clo_rnf)  
     102      !                       ! cs masks are read and net evap/precip over closed sea spread out depending on domain_cfg.nc masks. 
     103      !                       ! See ln_mask_csundef and ln_clo_rnf for specific option related to this case 
     104      ! 
     105      ln_mask_csundef = .true.   ! (=T) undefined closed seas are masked ;  
     106      !                          ! (=F) undefined closed seas are kept and no specific treatment is done for these closed seas 
     107      ! 
     108      ln_clo_rnf = .true.        ! (=T) river mouth specified in domain_cfg.nc masks (rnf and emp case) are added to the runoff mask. 
     109      !                          !      allow the treatment of closed sea outflow grid-points to be the same as river mouth grid-points 
    99110/ 
    100111!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.