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 12978 for NEMO – NEMO

Changeset 12978 for NEMO


Ignore:
Timestamp:
2020-05-27T14:15:10+02:00 (4 years ago)
Author:
smasson
Message:

Extra_Halo: minor bugfix, see #2366

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2020/dev_r12558_HPC-08_epico_Extra_Halo/src/OCE/DOM/dom_oce.F90

    r12960 r12978  
    248248      ierr(:) = 0 
    249249      ! 
    250       ALLOCATE( mig(jpi), mjg(jpj), mig0(jpi), mjg0(jpj), STAT=ierr(1) ) 
     250      ALLOCATE( mig(jpi), mjg(jpj), mig0(jpi), mjg0(jpj), mig0_oldcmp(jpi), mjg0_oldcmp(jpj), STAT=ierr(1) ) 
    251251         ! 
    252252      ALLOCATE( mi0(jpiglo), mi1(jpiglo), mj0(jpjglo), mj1(jpjglo), STAT=ierr(2) ) 
Note: See TracChangeset for help on using the changeset viewer.