#2132 closed Bug (fixed)
Typo in sbccpl receving wind stress over sea ice
Reported by: | jharlass | Owned by: | vancop |
---|---|---|---|
Priority: | low | Milestone: | 2019 WP |
Component: | SBC | Version: | v4.0 |
Severity: | minor | Keywords: | coupling ice v4.0 wind |
Cc: |
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 (5)
comment:1 Changed 6 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 v3.6 to v4.0
comment:2 Changed 5 years ago by clem
comment:3 Changed 5 years ago by smasson
In 12227:
comment:4 Changed 5 years ago by smasson
- Resolution set to fixed
- Status changed from assigned to closed
comment:5 Changed 3 years ago by nemo
- Keywords v4.0 added
Note: See
TracTickets for help on using
tickets.
it is fixed in NEMO4 but still there in NEMO3.6