#2522 closed Defect (fixed)
sbcflx defects
Reported by: | clem | Owned by: | systeam |
---|---|---|---|
Priority: | low | Milestone: | |
Component: | SBC | Version: | v4.0 |
Severity: | minor | Keywords: | v4.0 |
Cc: |
Description
Context
The flux formulation (sbcflx) has several defects:
1) The fields that are read are not masked which may end up in a model crash if the filled values on the continents are not set to zero
2) It seems (to be verified) that all the fields need a lbc_lnk otherwise the north fold is not ok. I do not understand why. This observation comes from a simulation using nemo3.6, so it may not apply to 4.0 and the trunk
3) To fully use sbcflx, one needs to read the salt flux (sfx) from the namelist and not impose it to 0
Analysis
...
Recommendation
Correct the above points for 4.0 and the trunk.
Commit History (2)
Changeset | Author | Time | ChangeLog |
---|---|---|---|
13485 | clem | 2020-09-17T14:45:30+02:00 | trunk: fix ticket #2522 |
13484 | clem | 2020-09-17T14:45:07+02:00 | 4.0-HEAD: fix ticket #2522 |
Change History (4)
comment:1 Changed 4 years ago by clem
comment:2 Changed 4 years ago by clem
In 13485:
comment:3 Changed 4 years ago by clem
- Resolution set to fixed
- Status changed from new to closed
comment:4 Changed 3 years ago by nemo
- Keywords v4.0 added
Note: See
TracTickets for help on using
tickets.
In 13484: