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 6824 for branches/2016/dev_v3_6_STABLE_r6506_AGRIF_LIM3/NEMOGCM/NEMO/OPA_SRC/BDY/bdyini.F90 – NEMO

Ignore:
Timestamp:
2016-07-28T15:36:29+02:00 (8 years ago)
Author:
clem
Message:

update from trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2016/dev_v3_6_STABLE_r6506_AGRIF_LIM3/NEMOGCM/NEMO/OPA_SRC/BDY/bdyini.F90

    r6204 r6824  
    480480 
    481481            nblendta(1:jpbgrd,ib_bdy) =  (nbdyend - nbdybeg + 1) * nn_rimwidth(ib_bdy) 
    482             jpbdtas = MAX(jpbdtas, (nbdyend - nbdybeg + 1)) 
     482            jpbdtas = MAX(jpbdtas, (nbdyend - nbdybeg + 1) * nn_rimwidth(ib_bdy)) 
    483483            IF (lwp.and.(nn_rimwidth(ib_bdy)>nrimmax)) & 
    484484            & CALL ctl_stop( 'rimwidth must be lower than nrimmax' ) 
Note: See TracChangeset for help on using the changeset viewer.