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.
#1743 (SST coupling with land/sea mask) – NEMO

Opened 8 years ago

Closed 7 years ago

#1743 closed Enhancement (wontfix)

SST coupling with land/sea mask

Reported by: huwlewis Owned by: nemo
Priority: low Milestone: 2016 WP
Component: OCE Version: v3.6
Severity: Keywords: coupling
Cc:

Description

Context

In current implementation, rt0 (273.15K) is added to the NEMO surface temperature field before sending to an atmosphere component, which may result in valid temperatures (i.e. 273.15K) appearing on land points. This ticket aims to update SBC/sbccpl.F90 to ensure valid (>0) surface temperatures are only applied on NEMO sea points.

Changes

Update to SBC/sbccpl.F90 to scale sent field by the tmask land/sea mask.

Commit History (3)

ChangesetAuthorTimeChangeLog
6704huwlewis2016-06-14T12:40:40+02:00

Remove #1743 branch and try again a clean branch

6699huwlewis2016-06-13T17:16:40+02:00

Create a branch for #1743 sst coupling with land/sea mask

6690huwlewis2016-06-13T16:34:17+02:00

Create a branch for #1743 for sst coupling with land/sea mask

Change History (1)

comment:1 Changed 7 years ago by lovato

  • Resolution set to wontfix
  • Status changed from new to closed

Apparently, the coupled atmospheric model is not suffering from this issue that it is open since more than a year,
unless changes are tracked in some branch that is not mentioned here.
It seems to me that providing zero kelvin temperatures over land (as ocean values are also in kelvin scale)
instead of ZEROES is a suitable solution.

The ticket will be close.

Who may be still in charge/interested can reopen the ticket and add mandatory documentation
(code revision, fix, wiki, dev branch, etc...) to enable the ST to check proposed modifications.

Note: See TracTickets for help on using tickets.