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.
#270 (Print outs in sbcflx.F90.) – NEMO

Opened 16 years ago

Closed 15 years ago

#270 closed Enhancement (fixed)

Print outs in sbcflx.F90.

Reported by: k.mogensen@… Owned by: nemo
Priority: lowest Milestone:
Component: OCE Version: v3.0
Severity: Keywords:
Cc:

Description

Hi.

In sbcflx.F90 the following:

CALL prihre( sf(jf)%fnow, jpi, jpj, 1, jpi, 20, 1, jpj, 10, 1., numout )

should be

CALL prihre( sf(jf)%fnow, jpi, jpj, 1, jpi, 20, 1, jpj, 10, zfact, numout )

to get the same printout as for version 2.3. I believe that the whole point of zfact is to scale the printout.

/Kristian

Commit History (1)

ChangesetAuthorTimeChangeLog
1236rblod2008-12-29T19:16:42+01:00

Correction of a print, see ticket #270

Change History (1)

comment:1 Changed 15 years ago by rblod

  • Resolution set to fixed
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.