
Opened 8 weeks ago
Last modified 11 days ago
#2581 new Defect
icb speed limit and speeding ticket
Reported by: | mathiot | Owned by: | ![]() |
---|---|---|---|
Priority: | low | Milestone: | Unscheduled |
Component: | ICB | Version: | |
Severity: | minor | Keywords: | ICB, |
Cc: | Branch review: | failed | |
MP ready?: | no | Task progress: | Unspecified |
Description
Context
In the icb module, we can enforce the icb speed limit via rn_speed_limit and issue a speeding ticket if needed. Scaling down the icb speed at the end of icb_accel does not have any effect and the collection of speeding ticket is hard to interpret (all domains report the same number of speeding tickets, even if no icb on the domain).
Analysis and recommandation
- Icb speed is not an output of icb_accel, so scaling the speeding down according to the cfl will not have any effect on the simulation. Probably we should scale down the velocity and recompute the acceleration accordingly.
- About the icb report, I suggest to remove the mpp_sum on nspeeding_ticket in icb_dia. Like this, every process will show the number of speeding ticket on its domain.
- probably additional information on what cause the speeding ticket could be useful (is it the atmo, the oce, the ice …)
It affects the trunk and v4.
Commit History (1)
Changeset | Author | Time | ChangeLog |
---|---|---|---|
14268 | davestorkey | 2021-01-06T09:46:41+01:00 | UKMO branch to implement Pierre's version of the iceberg speed limiter (ticket #2581). |
Note: See
TracTickets for help on using
tickets.
In 14268: