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 13065 for NEMO/branches/2020/dev_r12558_HPC-08_epico_Extra_Halo/src/OCE/DYN/dynspg_ts.F90 – NEMO

Ignore:
Timestamp:
2020-06-08T18:11:57+02:00 (4 years ago)
Author:
smasson
Message:

Extra_Halo: toward AGRIF compatibility, see #2366

File:
1 edited

Legend:

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

    r12989 r13065  
    966966      ! Max courant number for ext. grav. waves 
    967967      ! 
    968       DO_2D_11_11 
     968      DO_2D_00_00 
    969969         zxr2 = r1_e1t(ji,jj) * r1_e1t(ji,jj) 
    970970         zyr2 = r1_e2t(ji,jj) * r1_e2t(ji,jj) 
     
    972972      END_2D 
    973973      ! 
    974       zcmax = MAXVAL( zcu(Nis1:Nie1,Njs1:Nje1) ) 
     974      zcmax = MAXVAL( zcu(Nis0:Nie0,Njs0:Nje0) ) 
    975975      CALL mpp_max( 'dynspg_ts', zcmax ) 
    976976 
Note: See TracChangeset for help on using the changeset viewer.