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 15143 for NEMO/trunk/src/OCE/ISF/isfcav.F90 – NEMO

Ignore:
Timestamp:
2021-07-26T16:17:37+02:00 (3 years ago)
Author:
acc
Message:

#2713. Add lbc_lnk on pqfwf in isfcav.F90 to restore restartability and reproducibility for WED025 and ISOMIP+ (for nn_hls=1, at least). This fixes ticket #2713

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/src/OCE/ISF/isfcav.F90

    r15086 r15143  
    170170         ptsc(ji,jj,jp_tem) = zqh(ji,jj) * r1_rho0_rcp 
    171171      END_2D 
     172      CALL lbc_lnk( 'isfmlt', pqfwf, 'T', 1.0_wp) 
    172173      ! 
    173174      ! output fluxes 
Note: See TracChangeset for help on using the changeset viewer.