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.
#2635 (wrong sign in output for ice-ocean sensible flux) – NEMO

Opened 3 years ago

Closed 3 years ago

#2635 closed Bug (fixed)

wrong sign in output for ice-ocean sensible flux

Reported by: clem Owned by: systeam
Priority: low Milestone:
Component: SI3 Version: v4.0.*
Severity: minor Keywords:
Cc:

Description

Context

Output of ice-ocean sensible heat flux has the wrong sign

Fix

replace this line:

IF( iom_use('hfxsensib'  ) )   CALL iom_put( 'hfxsensib'  ,     -qsb_ice_bot * at_i_b         )

By this one:

IF( iom_use('hfxsensib'  ) )   CALL iom_put( 'hfxsensib'  ,      qsb_ice_bot * at_i_b         )

Commit History (2)

ChangesetAuthorTimeChangeLog
14582clem2021-03-04T10:55:13+01:00

4.0-HEAD: solve ticket #2635

14581clem2021-03-04T10:50:10+01:00

trunk: solve ticket #2635

Change History (3)

comment:1 Changed 3 years ago by clem

In 14581:

Error: Failed to load processor CommitTicketReference
No macro or processor named 'CommitTicketReference' found

comment:2 Changed 3 years ago by clem

In 14582:

Error: Failed to load processor CommitTicketReference
No macro or processor named 'CommitTicketReference' found

comment:3 Changed 3 years ago by clem

  • Resolution set to fixed
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.