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.
#2544 (snwice_fmass uninitialised if nn_fwb=1 and no si3) – NEMO

Opened 4 years ago

Closed 4 years ago

Last modified 2 years ago

#2544 closed Defect (fixed)

snwice_fmass uninitialised if nn_fwb=1 and no si3

Reported by: mathiot Owned by: mathiot
Priority: low Milestone:
Component: SBC Version: v4.0
Severity: minor Keywords: fwb v4.0
Cc:

Description

Context

GYRE_PISCES cannot run with nn_fwb = 1. snwice_fmass is not initialised. It affect NEMO 4 and trunk.

Recommendation

set snwice_fmass to 0.0 if key_si3 not defined.

@@ -93,6 +93,7 @@
 #if ! defined key_si3 && ! defined key_cice
          snwice_mass_b(:,:) = 0.e0               ! no sea-ice model is being used : no snow+ice mass
          snwice_mass  (:,:) = 0.e0
+         snwice_fmass (:,:) = 0.e0
 #endif
          !
       ENDIF

Commit History (2)

ChangesetAuthorTimeChangeLog
13582mathiot2020-10-09T13:50:49+02:00

ticket #2544: add initialisation snwice_fmass (trunk)

13581mathiot2020-10-09T13:49:08+02:00

ticket #2544: add initialisation snwice_fmass (NEMO 4)

Change History (4)

comment:1 Changed 4 years ago by mathiot

In 13581:

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

comment:2 Changed 4 years ago by mathiot

In 13582:

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

comment:3 Changed 4 years ago by mathiot

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

comment:4 Changed 2 years ago by nemo

  • Keywords v4.0 added; removed
Note: See TracTickets for help on using tickets.