Opened 5 years ago
Closed 5 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)
Changeset | Author | Time | ChangeLog |
---|---|---|---|
12736 | jchanut | 2020-04-10T16:23:32+02:00 | Mask initial ice fields if read from file, #2437 |
12735 | jchanut | 2020-04-10T16:10:16+02:00 | Mask initial ice fields if read from file, #2437 |
Change History (3)
comment:1 Changed 5 years ago by jchanut
comment:2 Changed 5 years ago by jchanut
In 12736:
comment:3 Changed 5 years ago by jchanut
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
In 12735: