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 3097 for branches/2011/dev_LOCEAN_CMCC_2011/NEMOGCM/NEMO/OPA_SRC/DOM – NEMO

Ignore:
Timestamp:
2011-11-14T16:58:22+01:00 (13 years ago)
Author:
cetlod
Message:

dev_LOCEAN_CMCC_2011:Move one namelist parameter from dynvor to dommsk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2011/dev_LOCEAN_CMCC_2011/NEMOGCM/NEMO/OPA_SRC/DOM/dommsk.F90

    r3095 r3097  
    3838 
    3939   !                            !!* Namelist namlbc : lateral boundary condition * 
    40    REAL(wp) ::   rn_shlat = 2.   ! type of lateral boundary condition on velocity 
     40   REAL(wp)        :: rn_shlat   = 2.   ! type of lateral boundary condition on velocity 
     41   LOGICAL, PUBLIC :: ln_vorlat  = .false.   !  consistency of vorticity boundary condition  
     42   !                                            with analytical eqs. 
     43 
    4144 
    4245   INTEGER, ALLOCATABLE, SAVE, DIMENSION(:,:) ::  icoord ! Workspace for dom_msk_nsa() 
     
    133136      INTEGER  ::   ijf, ijl, ij0, ij1       !   -       - 
    134137      !! 
    135       NAMELIST/namlbc/ rn_shlat 
     138      NAMELIST/namlbc/ rn_shlat, ln_vorlat 
    136139      !!--------------------------------------------------------------------- 
    137140       
     
    148151         WRITE(numout,*) '~~~~~~' 
    149152         WRITE(numout,*) '   Namelist namlbc' 
    150          WRITE(numout,*) '      lateral momentum boundary cond.    rn_shlat = ',rn_shlat 
     153         WRITE(numout,*) '      lateral momentum boundary cond.    rn_shlat  = ',rn_shlat 
     154         WRITE(numout,*) '      consistency with analytical form   ln_vorlat = ',ln_vorlat  
    151155      ENDIF 
    152156 
Note: See TracChangeset for help on using the changeset viewer.