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

Ignore:
Timestamp:
2019-10-04T21:03:26+02:00 (5 years ago)
Author:
mathiot
Message:

ENHANCE-03_closea: add heat/fw fluxes output from closed seas + rm useless USE statements + add USE ONLY when reasonable + ensure heat conservation during the redistribution process (ticket #2143)

File:
1 edited

Legend:

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

    r11207 r11656  
    9696&namclo        !   parameters of the closed sea (cs) behavior                (default: OFF) 
    9797!----------------------------------------------------------------------- 
    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 
     98   ln_maskcs = .false.        ! (=T) cs are masked ; So, in this case ln_mask_csundef and ln_clo_rnf have no effect. 
     99      !                       ! (=F => set ln_mask_csundef and ln_clo_rnf)  
     100      !                       ! cs masks are read and net evap/precip over closed sea spread out depending on domain_cfg.nc masks. 
     101      !                       ! See ln_mask_csundef and ln_clo_rnf for specific option related to this case 
    101102      ! 
    102       ln_mask_csundef = .false.  ! (=T) undefined closed seas are masked ;  
     103      ln_mask_csundef = .true.   ! (=T) undefined closed seas are masked ;  
    103104      !                          ! (=F) undefined closed seas are kept and no specific treatment is done for these closed seas 
    104105      ! 
    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      ln_clo_rnf = .true.        ! (=T) river mouth specified in domain_cfg.nc masks (rnf and emp case) are added to the runoff mask. 
    106107      !                          !      allow the treatment of closed sea outflow grid-points to be the same as river mouth grid-points 
    107108/ 
Note: See TracChangeset for help on using the changeset viewer.