#2005 closed Bug (fixed)
trend diagnostics: stripes in dispkevfo that look like processors limits
Reported by: | deshayes | Owned by: | gm |
---|---|---|---|
Priority: | low | Milestone: | |
Component: | OCE | Version: | v3.6 |
Severity: | major | Keywords: | OPA dispkevfo v3.6 |
Cc: |
Description
Context
Variable dispkevfo (ocean_kinetic_energy_dissipation_per_unit_area_due_to_vertical_friction) produced for CMIP6 looks incorrect : there are odd values along lines that look like the limits of domain decomposition.
Analysis
In routine dynzdf_imp, variable dispkevfo is calculated from ua and va that are not properly lbc_lnk_ed.
Fix
Create temporary variable based on ua and va with proper lbc_lnk. then compute dispkevfo.
Commit History (1)
Changeset | Author | Time | ChangeLog |
---|---|---|---|
9286 | cetlod | 2018-01-29T10:40:42+01:00 | bugfix on ocean kinetic energy dissipation due to vertical friction diag., see ticket #2005 |
Change History (4)
comment:1 Changed 7 years ago by gm
- Owner set to gm
- Status changed from new to assigned
- Summary changed from stripes in dispkevfo that look like processors limits to trend diagnostics: stripes in dispkevfo that look like processors limits
comment:2 Changed 7 years ago by cetlod
comment:3 Changed 6 years ago by gm
- Resolution set to fixed
- Status changed from assigned to closed
comment:4 Changed 3 years ago by nemo
- Keywords OPA v3.6 added
Note: See
TracTickets for help on using
tickets.
In 9286: