
Opened 23 months ago
Closed 23 months ago
#2287 closed Bug (fixed)
Bug in bdy with flather
Reported by: | girrmann | Owned by: | ![]() |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | BDY | Version: | release-4.0 |
Severity: | major | Keywords: | |
Cc: | Branch review: | ||
MP ready?: | Task progress: |
Description
Context
For eastern and northern boundaries (flagu = -1 and flagv = -1) use rim velocity instead of the velocity of the internal domain.
Analysis
If flagu = -1 then iim1 defined as ii + MAX( 0, INT( flagu ) is equal to ii, same thing for flagv = -1, ijm1 defined as ij + MAX( 0, INT( flagv ). pua2d(iim1,ij) used in computing the rim velocity ( pua2d(ii,ij) ) is set to the rim velocity itself.
Fix
Do not use iim1 and ijm1 indices in pua2d and pva2d. Note that those are the right indices for pssh.
Commit History (3)
Changeset | Author | Time | ChangeLog |
---|---|---|---|
11074 | girrmann | 2019-06-04T17:46:46+02:00 | dev_r10984_HPC-13 : bug fix and cleaning of flather, see #2287 and #2285 |
11073 | girrmann | 2019-06-04T15:16:58+02:00 | v4 : fix bug in flather for bdy, see #2287 |
11072 | girrmann | 2019-06-04T15:14:57+02:00 | trunk : fix bug in flather for bdy, see #2287 |
Change History (4)
comment:1
Changed 23 months ago by girrmann
comment:2
Changed 23 months ago by girrmann
In 11073:
comment:3
Changed 23 months ago by girrmann
In 11074:
comment:4
Changed 23 months ago by girrmann
- Resolution set to fixed
- Status changed from new to closed
In 11072: