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_EEL_R5.h90

    r1 r23  
    7272      jpisfm1 =  jpisf-1        !: last  ocean point         "                 " 
    7373    
     74   !! * CHOSE WHERE YOU WANT TO LOCATE THE BAROTROPIC CORRECTION VELOCITY 
     75   LOGICAL, PARAMETER ::     &  !: 
     76      lp_obc_east_barotp_corr  = .TRUE.,   & !: 
     77      lp_obc_west_barotp_corr  = .TRUE.,   & !: 
     78      lp_obc_north_barotp_corr = .TRUE.,   & !: 
     79      lp_obc_south_barotp_corr = .TRUE.      !: 
     80 
    7481   INTEGER, PARAMETER ::     &  !: 
    7582      jpnic = 2700              !: maximum number of isolated coastlines points  
Note: See TracChangeset for help on using the changeset viewer.