
Opened 4 months ago
Closed 3 months ago
#2544 closed Defect (fixed)
snwice_fmass uninitialised if nn_fwb=1 and no si3
Reported by: | mathiot | Owned by: | ![]() |
---|---|---|---|
Priority: | low | Milestone: | |
Component: | SBC | Version: | release-4.0 |
Severity: | minor | Keywords: | fwb, |
Cc: | Branch review: | failed | |
MP ready?: | no | Task progress: | Unspecified |
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)
Changeset | Author | Time | ChangeLog |
---|---|---|---|
13582 | mathiot | 2020-10-09T13:50:49+02:00 | ticket #2544: add initialisation snwice_fmass (trunk) |
13581 | mathiot | 2020-10-09T13:49:08+02:00 | ticket #2544: add initialisation snwice_fmass (NEMO 4) |
Change History (3)
comment:1
Changed 3 months ago by mathiot
comment:2
Changed 3 months ago by mathiot
In 13582:
comment:3
Changed 3 months ago by mathiot
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
In 13581: