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.
#2437 (Unmasked initial ice fields if read from file) – NEMO

Opened 4 years ago

Closed 4 years ago

#2437 closed Defect (fixed)

Unmasked initial ice fields if read from file

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

Description

Context

Unmasked initial ice fields if read from file

Analysis

Masking is not applied over land to sea ice variables if they are read from a file in iceistate.F90.
Initialization from archived model outputs containing huge values can create problems.

Recommendation

apply

tmask(:,:,1) to z*_*_ini(:,:)

arrays if ln_iceini_file

...

Commit History (2)

ChangesetAuthorTimeChangeLog
12736jchanut2020-04-10T16:23:32+02:00

Mask initial ice fields if read from file, #2437

12735jchanut2020-04-10T16:10:16+02:00

Mask initial ice fields if read from file, #2437

Change History (3)

comment:1 Changed 4 years ago by jchanut

In 12735:

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

comment:2 Changed 4 years ago by jchanut

In 12736:

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

comment:3 Changed 4 years ago by jchanut

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