
#1315 closed Bug (fixed)
bugs in sbcice_cice.F90 at NEMO 3.6 alpha
Reported by: | davestorkey | Owned by: | ![]() |
---|---|---|---|
Priority: | low | Milestone: | Unscheduled |
Component: | OCE | Version: | release-3.6 |
Severity: | Keywords: | CICE | |
Cc: | Branch review: | ||
MP ready?: | Task progress: |
Description
There are a couple of bugs in sbcice_cice.F90 at NEMO 3.6 alpha:
- The fields sshu_b, sshu_n, sshv_b, sshv_n are recalculated following adjustments to the sshb, sshn fields, but these fields are no longer defined globally at NEMO 3.6. I think this bit of code is unnecessary (and it breaks compilation).
- The parameters ji_off and jj_off are defined in terms of jpiglo and jpjglo. But jpiglo and jpjglo are no longer parameters at 3.6. I think we need to make ji_off and jj_off module variables instead of parameters.
Commit History (1)
Changeset | Author | Time | ChangeLog |
---|---|---|---|
4627 | davestorkey | 2014-05-07T15:58:44+02:00 | Bug fixes for sbcice_cice.F90 at NEMO 3.6 alpha. See ticket #1315. |
Change History (7)
comment:1
Changed 7 years ago by davestorkey
- Resolution set to fixed
- Status changed from new to closed
comment:2
Changed 5 years ago by nicolasmartin
- Keywords CICE added; cice removed
comment:3
Changed 5 years ago by nicolasmartin
- Keywords nemo_v3_6* added
comment:4
Changed 3 years ago by nemo
- Keywords release-3.6* added; nemo_v3_6* removed
comment:5
Changed 3 years ago by nemo
- Keywords Misc. added
comment:6
Changed 3 years ago by nemo
- Keywords release-3.6* removed
comment:7
Changed 3 years ago by nemo
- Keywords Misc. removed
Note: See
TracTickets for help on using
tickets.
Fixed in trunk at rev 4627.