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.
Ticket Diff – NEMO

Changes between Version 2 and Version 3 of Ticket #2466


Ignore:
Timestamp:
2020-05-25T10:52:18+02:00 (4 years ago)
Author:
jchanut
Comment:

After discussions (thanks Gurvan !), I understood the philosophy behind the local heat compensation due to runoff. A corrective flux is applied, no matter local convergence of heat could compensate the temperature decrease due to dilution, hence "a null temperature flux" approach. Code is therefore consistent with what was intended (and not reading temperature data doesn't mean there's no runoff temperature flux).

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2466

    • Property Status changed from new to closed
    • Property Resolution changed from to invalid
  • Ticket #2466 – Description

    v2 v3  
    5050                       pts(,:,1,jn,Krhs) = 0. 
    5151                 ELSE 
    52                        pts(,:,1,jn,Krhs) = pts(,:,1,jn,Krhs) + rnf(:,:) * r1_rho0 * pts(:,:,1,jn,Kbb) / e3t(:,:,1,Kmm) 
     52                       pts(,:,1,jn,Krhs) = rnf(:,:) * r1_rho0 * pts(:,:,1,jn,Kbb) / e3t(:,:,1,Kmm) 
    5353                 ENDIF 
    5454}}}