bug in mod_tides.F

Bug reports, work arounds and fixes

Moderators: arango, robertson

Post Reply
Message
Author
colberg
Posts: 13
Joined: Mon Feb 16, 2004 4:54 pm
Location: CSIRO

bug in mod_tides.F

#1 Unread post by colberg »

mod_tides.F when AVERAGE_DETIDE

line 288
Dmem(ng)=Dmem(ng)+REAL((N(ng)*(2*MTC+1),r8)*size2d

needs
Dmem(ng)=Dmem(ng)+REAL(N(ng)*(2*MTC+1),r8)*size2d

same for line 296, 305

ROMS:
Revision: 921

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

Re: bug in mod_tides.F

#2 Unread post by arango »

Indeed, thank you. I have more stuff to update in the computation of ROMS memory requirements. I am missing arrays to account for. I am trying to come up with the best estimate.

Post Reply