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

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

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

#2444: missing files

File size: 1.9 KB
Line 
1!-----------------------------------------------------------------------
2&namclo ! (closed sea : need ln_domclo = .true. in namcfg)
3!-----------------------------------------------------------------------
4   rn_lon_opnsea = -2.0     ! longitude seed of open ocean
5   rn_lat_opnsea = -2.0     ! latitude  seed of open ocean
6   nn_closea = 8           ! number of closed seas ( = 0; only the open_sea mask will be computed)
7   !                name   ! lon_src ! lat_src ! lon_trg ! lat_trg ! river mouth area   ! net evap/precip correction scheme ! radius tgt   ! id trg
8   !                       ! (degree)! (degree)! (degree)! (degree)! local/coast/global ! (glo/rnf/emp)                     !     (m)      !
9   ! North American lakes
10   sn_lake(1) = 'superior' ,  -86.57 ,  47.30  , -66.49  , 50.45   , 'local'            , 'rnf'                             ,   550000.0 , 2   
11   sn_lake(2) = 'michigan' ,  -87.06 ,  42.74  , -66.49  , 50.45   , 'local'            , 'rnf'                             ,   550000.0 , 2   
12   sn_lake(3) = 'huron'    ,  -82.51 ,  44.74  , -66.49  , 50.45   , 'local'            , 'rnf'                             ,   550000.0 , 2   
13   sn_lake(4) = 'erie'     ,  -81.13 ,  42.25  , -66.49  , 50.45   , 'local'            , 'rnf'                             ,   550000.0 , 2   
14   sn_lake(5) = 'ontario'  ,  -77.72 ,  43.62  , -66.49  , 50.45   , 'local'            , 'rnf'                             ,   550000.0 , 2   
15   ! African Lake
16   sn_lake(6) = 'victoria' ,   32.93 ,  -1.08  ,  30.44  , 31.37   , 'coast'            , 'emp'                             ,   100000.0 , 3   
17   ! Asian Lakes
18   sn_lake(7) = 'caspian'  ,   50.0  ,  44.0   ,   0.0   ,  0.0    , 'global'           , 'glo'                             ,        0.0 , 1     
19   sn_lake(8) = 'aral'     ,   60.0  ,  45.0   ,   0.0   ,  0.0    , 'global'           , 'glo'                             ,        0.0 , 1   
20/
Note: See TracBrowser for help on using the repository browser.