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 11879 for NEMO/trunk/src/OCE/BDY – NEMO

Ignore:
Timestamp:
2019-11-08T21:36:58+01:00 (4 years ago)
Author:
smasson
Message:

trunk: fix in bdydta, same results but prevents that all subdomains read all bdy

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/src/OCE/BDY/bdydta.F90

    r11793 r11879  
    615615            ENDIF 
    616616 
    617             IF( llneed ) THEN                                              ! dta_bdy(jbdy)%xxx will be needed 
     617            IF( llneed .AND. iszdim > 0 ) THEN                             ! dta_bdy(jbdy)%xxx will be needed 
    618618               !                                                           !   -> must be associated with an allocated target 
    619619               ALLOCATE( bf_alias(1)%fnow( iszdim, 1, ipk ) )              ! allocate the target 
Note: See TracChangeset for help on using the changeset viewer.