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

Changeset 15067


Ignore:
Timestamp:
2021-07-01T18:49:27+02:00 (3 years ago)
Author:
clem
Message:

nn_hls=2: AMM12 passes debug test. e3f needed to be defined on some boundaries

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/src/OCE/DOM/domqco.F90

    r15014 r15067  
    184184         !                                ! no 'key_qcoTest_FluxForm' : surface weighted ssh average 
    185185 
    186       DO_2D_OVR( nn_hls-1, nn_hls-1, nn_hls-1, nn_hls-1 ) 
     186      DO_2D_OVR( nn_hls, nn_hls-1, nn_hls, nn_hls-1 ) 
    187187         ! round brackets added to fix the order of floating point operations 
    188188         ! needed to ensure halo 1 - halo 2 compatibility 
     
    197197!!st         ELSE                                      !- Flux Form   (simple averaging) 
    198198#else 
    199       DO_2D_OVR( nn_hls-1, nn_hls-1, nn_hls-1, nn_hls-1 ) 
     199      DO_2D_OVR( nn_hls, nn_hls-1, nn_hls, nn_hls-1 ) 
    200200         ! round brackets added to fix the order of floating point operations 
    201201         ! needed to ensure halo 1 - halo 2 compatibility 
Note: See TracChangeset for help on using the changeset viewer.