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.
#2614 ("NOT USED" case not correctly handled by SAS) – NEMO

Opened 3 years ago

Closed 3 years ago

#2614 closed Bug (fixed)

"NOT USED" case not correctly handled by SAS

Reported by: gsamson Owned by: gsamson
Priority: low Milestone:
Component: SAS Version: trunk
Severity: minor Keywords:
Cc: smasson, clem

Description

Context

trying to use SAS with SST forcing only

Analysis

surface fields are not initialised to default values when using "NOT USED" as forcing file name

Fix

add default init for all SAS forcing variables when the forcing file name is "NOT USED"
such as what is done in iceistate.F90 for example:

IF( TRIM(sf_ssm_2d(jf_ssh)%clrootname) == 'NOT USED' ) &

& sf_ssm_2d(jf_ssh)%fnow(:,:,1) = 0._wp

Commit History (1)

ChangesetAuthorTimeChangeLog
14510gsamson2021-02-19T17:01:29+01:00

bugfix for 'NOT USED' case with SAS, does not change SAS sette test; ticket #2614

Change History (2)

comment:1 Changed 3 years ago by gsamson

In 14510:

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

comment:2 Changed 3 years ago by gsamson

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