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 14702 – NEMO

Changeset 14702


Ignore:
Timestamp:
2021-04-13T16:08:34+02:00 (3 years ago)
Author:
jchanut
Message:

#2638, push restrictions in agrif mapping in case of East-West periodic or North Fold lbcs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2021/dev_r14608_AGRIF_domcfg/src/NST/agrif_user.F90

    r14675 r14702  
    970970      ENDIF 
    971971 
    972       IF( bounds(2,2,2) > jpjglo) THEN 
     972      IF(( bounds(2,2,2) > jpjglo).AND. ( l_NFold )) THEN 
    973973         IF( bounds(2,1,2) <=jpjglo) THEN 
    974974            nb_chunks = 2 
     
    10621062         ENDIF 
    10631063 
    1064       ELSE IF (bounds(1,1,2) < 1) THEN 
     1064      ELSE IF ((bounds(1,1,2) < 1).AND.( l_Iperio )) THEN 
    10651065         IF (bounds(1,2,2) > 0) THEN 
    10661066            nb_chunks = 2 
Note: See TracChangeset for help on using the changeset viewer.