Ignore:
Timestamp:
02/13/12 19:45:12 (12 years ago)
Author:
rblod
Message:

Add possibility to choose where to apply the barotropic correction

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMOGCM/NEMO/OPA_SRC/OBC/obc_par.F90

    r22 r23  
    113113      jpisfm1 =  jpisf-1        !: last  ocean point         "                 " 
    114114    
     115   !! * CHOSE WHERE YOU WANT TO LOCATE THE BAROTROPIC CORRECTION VELOCITY 
     116   LOGICAL, PARAMETER ::     &  !: 
     117      lp_obc_east_barotp_corr  = .TRUE.,   & !: 
     118      lp_obc_west_barotp_corr  = .TRUE.,   & !: 
     119      lp_obc_north_barotp_corr = .TRUE.,   & !: 
     120      lp_obc_south_barotp_corr = .TRUE.      !: 
     121 
    115122   INTEGER, PARAMETER ::   jpnic = 2700   !: maximum number of isolated coastlines points  
    116123 
Note: See TracChangeset for help on using the changeset viewer.