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 11201 for NEMO/branches/2019/ENHANCE-03_domcfg/namelist_ref – NEMO

Ignore:
Timestamp:
2019-07-01T12:10:15+02:00 (5 years ago)
Author:
mathiot
Message:

ENHANCE-03_domcfg : add management of closed seas in domain cfg by flood filling and lat/lon seed instead of i/j box definition (ticket #2143)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/ENHANCE-03_domcfg/namelist_ref

    r11133 r11201  
    4242   nn_bathy    =    1      !  compute (=0) or read (=1) the bathymetry file 
    4343   rn_bathy    =    0.     !  value of the bathymetry. if (=0) bottom flat at jpkm1 
    44    nn_closea   =    0      !  remove (=0) or keep (=1) closed seas and lakes (ORCA) 
    45    nn_msh      =    1      !  create (=1) a mesh file or not (=0) 
     44   nn_msh      =    0      !  create (=1) a mesh file or not (=0) 
    4645   rn_hmin     =   -3.     !  min depth of the ocean (>0) or min number of ocean level (<0) 
    4746   rn_isfhmin  =    1.00   !  treshold (m) to discriminate grounding ice to floating ice 
     
    9392   jpiglo      =     10    !  1st dimension of global domain --> i =jpidta 
    9493   jpjglo      =     12    !  2nd    -                  -    --> j =jpjdta 
    95    jpizoom     =      1    !  left bottom (i,j) indices of the zoom 
    96    jpjzoom     =      1    !  in data domain indices 
    9794   jperio      =      0    !  lateral cond. type (between 0 and 6) 
    9895                                 !  = 0 closed                 ;   = 1 cyclic East-West 
     
    103100   ln_use_jattr = .false.  !  use (T) the file attribute: open_ocean_jstart, if present 
    104101                           !  in netcdf input files, as the start j-row for reading 
     102   ln_domclo = .true.      ! computation of closed sea masks (see namclo) 
    105103/ 
    106104!----------------------------------------------------------------------- 
     
    137135                        !!!!!!!! Other stretching (not SH94 or SF12) [also uses rn_theta above] 
    138136   rn_thetb    =    1.0    !  bottom control parameter  (0<=thetb<= 1) 
     137/ 
     138!----------------------------------------------------------------------- 
     139&namclo ! (closed sea : need ln_domclo = .true. in namcfg) 
     140!----------------------------------------------------------------------- 
     141   rn_lon_opnsea = -2.0     ! longitude seed of open ocean 
     142   rn_lat_opnsea = -2.0     ! latitude  seed of open ocean 
     143   nn_closea = 8           ! number of closed seas ( = 0; only the open_sea mask will be computed) 
     144   !                name   ! lon_src ! lat_src ! lon_trg ! lat_trg ! river mouth area   ! net evap/precip correction scheme ! radius tgt   ! id trg 
     145   !                       ! (degree)! (degree)! (degree)! (degree)! local/coast/global ! (glo/rnf/emp)                     !     (m)      ! 
     146   ! North American lakes 
     147   sn_lake(1) = 'superior' ,  -86.57 ,  47.30  , -66.49  , 50.45   , 'local'            , 'rnf'                             ,   550000.0 , 2     
     148   sn_lake(2) = 'michigan' ,  -87.06 ,  42.74  , -66.49  , 50.45   , 'local'            , 'rnf'                             ,   550000.0 , 2     
     149   sn_lake(3) = 'huron'    ,  -82.51 ,  44.74  , -66.49  , 50.45   , 'local'            , 'rnf'                             ,   550000.0 , 2     
     150   sn_lake(4) = 'erie'     ,  -81.13 ,  42.25  , -66.49  , 50.45   , 'local'            , 'rnf'                             ,   550000.0 , 2     
     151   sn_lake(5) = 'ontario'  ,  -77.72 ,  43.62  , -66.49  , 50.45   , 'local'            , 'rnf'                             ,   550000.0 , 2     
     152   ! African Lake 
     153   sn_lake(6) = 'victoria' ,   32.93 ,  -1.08  ,  30.44  , 31.37   , 'coast'            , 'emp'                             ,   100000.0 , 3     
     154   ! Asian Lakes 
     155   sn_lake(7) = 'caspian'  ,   50.0  ,  44.0   ,   0.0   ,  0.0    , 'global'           , 'glo'                             ,        0.0 , 1      
     156   sn_lake(8) = 'aral'     ,   60.0  ,  45.0   ,   0.0   ,  0.0    , 'global'           , 'glo'                             ,        0.0 , 1     
    139157/ 
    140158!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.