Opened 11 years ago
Closed 11 years ago
#1077 closed Bug (fixed)
SAS : bug fixes in SAS_SRC : diawri.F90 and sbcssm.F90
Reported by: | molines | Owned by: | clevy |
---|---|---|---|
Priority: | low | Milestone: | |
Component: | OCE | Version: | v3.6 |
Severity: | Keywords: | ||
Cc: |
Description
Bug fix found by R. Dussin in SAS_SRC :
- Miss-use of emps in diawri ( to be change to sfx )
- In sbcssm.F90:
- missing call to sbc_ssm_init at nn_it000
- wrong namelist block name (namsbc_ssm instead of namsbc_sas)
Commit History (1)
Changeset | Author | Time | ChangeLog |
---|---|---|---|
3873 | clevy | 2013-04-15T14:36:02+02:00 | Bugfixes in SAS_SRC : diawri.F90 and sbcssm.F90, see ticket #1077 |
Attachments (2)
Change History (5)
comment:1 Changed 11 years ago by clevy
- Owner changed from NEMO team to clevy
comment:2 Changed 11 years ago by molines
- corrected files are attached to the ticket, with additional fix in sbcssm.F90 for use with sbcice_if .
- take care that these files belong to SAS_SRC tree NOT to OPA_SRC tree.
Changed 11 years ago by molines
Changed 11 years ago by molines
comment:3 Changed 11 years ago by clevy
- Resolution set to fixed
- Status changed from new to closed
Bugixes implemented as suggested in attached files.
For sbcssm.F90 a
IF ( nn_ice == 1 ) test has been added where comments requested it.
Done in rev 3873
Note: See
TracTickets for help on using
tickets.