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 11207 for NEMO/branches/2019/ENHANCE-03_closea/cfgs – NEMO

Ignore:
Timestamp:
2019-07-02T19:32:41+02:00 (5 years ago)
Author:
mathiot
Message:

ENHANCE-03_closea: closea correction change to match new closea mask in domain_cfg (ticket #2143)

Location:
NEMO/branches/2019/ENHANCE-03_closea
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/ENHANCE-03_closea/cfgs/SHARED/namelist_ref

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