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.
#1645 (river coupling with BFM does not work in v3_6_STABLE) – NEMO

Opened 8 years ago

Closed 8 years ago

#1645 closed Defect (fixed)

river coupling with BFM does not work in v3_6_STABLE

Reported by: vichi Owned by: cetlod
Priority: normal Milestone:
Component: TOP Version: v3.6
Severity: Keywords:
Cc:

Description

The multiplicative factor for runoff is used in the BFM to compute the nutrient inputs. That variable used to be PUBLIC in some of the versions, but probably this went lost in one of the merging onto the stable revision
The following lines should be changed in OPA_SRC/SBC/sbcrnf.F90​ to allow the use of this parameter in the BFM

REAL(wp)                   ::   rn_rfact        !: multiplicative factor for runoff
----
REAL(wp),  PUBLIC     ::   rn_rfact        !: multiplicative factor for runoff

Commit History (2)

ChangesetAuthorTimeChangeLog
6232lovato2016-01-12T17:25:19+01:00

Fix for ticket #1645 (and update CMCC xios arch file)

6134lovato2015-12-18T16:01:55+01:00

Add changes proposed in ticket #1252 and #1645 (related to runoff data sharing)

Change History (2)

comment:1 Changed 8 years ago by clevy

  • Owner changed from NEMO team to cetlod

comment:2 Changed 8 years ago by lovato

  • Resolution set to fixed
  • Status changed from new to closed

Proposed changes were included in the dev_merge_2015 at revision 6134.

Note: See TracTickets for help on using tickets.