New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
#1077 (SAS : bug fixes in SAS_SRC : diawri.F90 and sbcssm.F90) – NEMO

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)

ChangesetAuthorTimeChangeLog
3873clevy2013-04-15T14:36:02+02:00

Bugfixes in SAS_SRC : diawri.F90 and sbcssm.F90, see ticket #1077

Attachments (2)

sbcssm.F90 (14.0 KB) - added by molines 11 years ago.
diawri.F90 (22.1 KB) - added by molines 11 years ago.

Download all attachments as: .zip

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.