Very slight bug in inp_par.F

Bug reports, work arounds and fixes

Moderators: arango, robertson

Post Reply
Message
Author
longmtm
Posts: 55
Joined: Tue Dec 13, 2005 7:23 pm
Location: Univ of Maryland Center for Environmental Science

Very slight bug in inp_par.F

#1 Unread post by longmtm »

https://www.myroms.org/projects/src/bro ... /inp_par.F

Code: Select all

      WRITE (out,100) ZooER(ng), 'ZooMR',                         &
line 3702, it is reporting ZooER as ZooMR, should be ZooMR

Wen

User avatar
arango
Site Admin
Posts: 1350
Joined: Wed Feb 26, 2003 4:41 pm
Location: DMCS, Rutgers University
Contact:

Re: Very slight bug in inp_par.F

#2 Unread post by arango »

Yes, thank you. I will update the code later today.

User avatar
susonic
Posts: 169
Joined: Tue Aug 21, 2007 5:44 pm
Location: UST21 / Korea
Contact:

Re: Very slight bug in inp_par.F

#3 Unread post by susonic »

Hi, all
In set_data.F line 729, unnecessary parenthesis is included.
Check that one out please.

-Peter

Post Reply