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 15073 for NEMO/trunk/src/OCE/DOM – NEMO

Ignore:
Timestamp:
2021-07-02T16:20:14+02:00 (3 years ago)
Author:
clem
Message:

nn_hls=2 and debug mode: make agrif work and be repro

File:
1 edited

Legend:

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

    r15067 r15073  
    125125      ! dom_qco_r3c defines over [nn_hls, nn_hls-1, nn_hls, nn_hls-1] 
    126126      IF( nn_hls == 2 ) CALL lbc_lnk( 'dom_qco_zgr', r3u(:,:,Kbb), 'U', 1._wp, r3v(:,:,Kbb), 'V', 1._wp, & 
    127          &                                           r3u(:,:,Kmm), 'U', 1._wp, r3v(:,:,Kmm), 'V', 1._wp ) 
    128       ! 
     127         &                                           r3u(:,:,Kmm), 'U', 1._wp, r3v(:,:,Kmm), 'V', 1._wp, r3f(:,:), 'F', 1._wp ) 
     128      !                                                                                                ! r3f is needed for agrif 
    129129   END SUBROUTINE dom_qco_zgr 
    130130 
Note: See TracChangeset for help on using the changeset viewer.