tiny NEMURO write statement issue

Bug reports, work arounds and fixes

Moderators: arango, robertson

Post Reply
Message
Author
cae
Posts: 36
Joined: Mon Jun 30, 2003 5:29 pm
Location: UC Santa Cruz

tiny NEMURO write statement issue

#1 Unread post by cae »

Hi.

This bug is inconsequential except for writing information to the output log. On lines 556-557 of nemuro_inp.h (revision 671), it reads:

Code: Select all

            WRITE (out,80) MorPS0(ng), 'MorPL0',                        &
     &            'Large phytoplankton mortality rate',                 &
but should read

Code: Select all

            WRITE (out,80) MorPL0(ng), 'MorPL0',                        &
     &            'Large phytoplankton mortality rate',                 &

Post Reply