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 14919 for NEMO/branches/2021 – NEMO

Changeset 14919 for NEMO/branches/2021


Ignore:
Timestamp:
2021-05-27T20:01:49+02:00 (3 years ago)
Author:
mathiot
Message:

ticket #2669: set sign convention of thermald output in bg03 the same as in other mlt scheme

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2021/ticket2669_isf_fluxes/src/OCE/ISF/isfparmlt.F90

    r14917 r14919  
    166166      ! 
    167167      ! output thermal driving 
    168       CALL iom_put('isfthermald_par',( ztfrz(:,:) - ztavg(:,:) ) * mskisf_par(:,:)) 
     168      CALL iom_put('isfthermald_par',( ztavg(:,:) - ztfrz(:,:) ) * mskisf_par(:,:)) 
    169169      ! 
    170170      ! output freezing point used to define the thermal driving and heat content fluxes 
Note: See TracChangeset for help on using the changeset viewer.