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.
namclo in NEMO/branches/2020/ticket_2444/doc/namelists – NEMO

source: NEMO/branches/2020/ticket_2444/doc/namelists/namclo @ 12771

Last change on this file since 12771 was 12771, checked in by mathiot, 4 years ago

#2444: missing files

File size: 1.1 KB
Line 
1!-----------------------------------------------------------------------
2&namclo        !   parameters of the closed sea (cs) behavior           (default: OFF)
3!-----------------------------------------------------------------------
4   ln_maskcs = .false.        ! (=T) cs are masked ; So, in this case ln_mask_csundef and ln_clo_rnf have no effect.
5      !                       ! (=F => set ln_mask_csundef and ln_clo_rnf)
6      !                       ! cs masks are read and net evap/precip over closed sea spread out depending on domain_cfg.nc masks.
7      !                       ! See ln_mask_csundef and ln_clo_rnf for specific option related to this case
8      !
9      ln_mask_csundef = .true.   ! (=T) undefined closed seas are masked ;
10      !                          ! (=F) undefined closed seas are kept and no specific treatment is done for these closed seas
11      !
12      ln_clo_rnf = .true.        ! (=T) river mouth specified in domain_cfg.nc masks (rnf and emp case) are added to the runoff mask.
13      !                          !      allow the treatment of closed sea outflow grid-points to be the same as river mouth grid-points
14/
Note: See TracBrowser for help on using the repository browser.