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 9527 for branches/2017/dev_merge_2017/NEMOGCM/CONFIG/SHARED/namelist_ref – NEMO

Ignore:
Timestamp:
2018-04-30T13:10:53+02:00 (6 years ago)
Author:
gm
Message:

dev_merge_2017: NO selection for lateral momentum boundary condition

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_merge_2017/NEMOGCM/CONFIG/SHARED/namelist_ref

    r9526 r9527  
    536536!!               ***  Lateral boundary condition  ***                 !! 
    537537!!                                                                    !! 
    538 !!   namlbc        lateral momentum boundary condition                  (default: no slip) 
    539 !!   namagrif      agrif nested grid ( read by child model only )       ("key_agrif") 
     538!!   namlbc        lateral momentum boundary condition                  (default: NO selection) 
     539!!   namagrif      agrif nested grid   (read by child model only)       ("key_agrif") 
    540540!!   nam_tide      Tidal forcing                                        (default: OFF) 
    541541!!   nambdy        Unstructured open boundaries                         (default: OFF) 
     
    545545! 
    546546!----------------------------------------------------------------------- 
    547 &namlbc        !   lateral momentum boundary condition                  (default: no slip) 
     547&namlbc        !   lateral momentum boundary condition                  (default: NO selection) 
    548548!----------------------------------------------------------------------- 
    549549   !                       !  free slip  !   partial slip  !   no slip   ! strong slip 
    550    rn_shlat    =    2.     !  shlat = 0  !  0 < shlat < 2  !  shlat = 2  !  2 < shlat 
     550   rn_shlat    =  -9999.   !  shlat = 0  !  0 < shlat < 2  !  shlat = 2  !  2 < shlat 
    551551   ln_vorlat   = .false.   !  consistency of vorticity boundary condition with analytical Eqs. 
    552552/ 
Note: See TracChangeset for help on using the changeset viewer.