
Opened 3 years ago
Closed 16 months ago
#2132 closed Bug (fixed)
Typo in sbccpl receving wind stress over sea ice
Reported by: | jharlass | Owned by: | ![]() |
---|---|---|---|
Priority: | low | Milestone: | 2019 WP |
Component: | SBC | Version: | release-4.0 |
Severity: | minor | Keywords: | coupling, ice, wind |
Cc: | Branch review: | ||
MP ready?: | Task progress: |
Description (last modified by clevy)
Context
Typo in line 1271 of sbccpl.F90 (in 3.6 release) when wind stress over ice is transformed from T-grid on ice velocity point.
To be checked and fixed for 4.0 and 3.6 if relevant
Analysis
One out of 4 components erroneously uses stress over open water.
Fix
Index: sbccpl.F90
===================================================================
-
sbccpl.F90
1269 1269 p_taui(ji,jj) = 0.25 * ( frcv(jpr_itx1)%z3(ji,jj ,1) + frcv(jpr_itx1)%z3(ji-1,jj ,1) & 1270 1270 & + frcv(jpr_itx1)%z3(ji,jj-1,1) + frcv(jpr_itx1)%z3(ji-1,jj-1,1) ) 1271 1271 p_tauj(ji,jj) = 0.25 * ( frcv(jpr_ity1)%z3(ji,jj ,1) + frcv(jpr_ity1)%z3(ji-1,jj ,1) & 1272 & + frcv(jpr_ oty1)%z3(ji,jj-1,1) + frcv(jpr_ity1)%z3(ji-1,jj-1,1) )1272 & + frcv(jpr_ity1)%z3(ji,jj-1,1) + frcv(jpr_ity1)%z3(ji-1,jj-1,1) ) 1273 1273 END DO 1274 1274 END DO 1275 1275 CASE( 'I' )
Commit History (1)
Changeset | Author | Time | ChangeLog |
---|---|---|---|
12227 | smasson | 2019-12-12T17:14:20+01:00 | v3.6: minor bugfix in sbccpl, see #2132 |
Change History (4)
comment:1
Changed 2 years ago by clevy
- Description modified (diff)
- Milestone set to 2019 WP
- Owner changed from systeam to vancop
- Status changed from new to assigned
- Version changed from release-3.6 to release-4.0
comment:2
Changed 22 months ago by clem
comment:3
Changed 16 months ago by smasson
In 12227:
comment:4
Changed 16 months ago by smasson
- Resolution set to fixed
- Status changed from assigned to closed
Note: See
TracTickets for help on using
tickets.
it is fixed in NEMO4 but still there in NEMO3.6