Declaration errors in wrt_his.F with SOLVE3D undefined

Bug reports, work arounds and fixes

Moderators: arango, robertson

Post Reply
Message
Author
User avatar
m.hadfield
Posts: 521
Joined: Tue Jul 01, 2003 4:12 am
Location: NIWA

Declaration errors in wrt_his.F with SOLVE3D undefined

#1 Unread post by m.hadfield »

With the recent addition of rotated velocity I/O, a couple of minor declaration bugs were introduced into wrt_his.F when SOLVE3D is undefined: The following symbols are undeclared:
  • The integer tile
  • The subroutine uv_rotate2d
A corrected version of the file is attached.
Attachments
wrt_his.F
(81.83 KiB) Downloaded 223 times

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

Re: Declaration errors in wrt_his.F with SOLVE3D undefined

#2 Unread post by arango »

Yes, good catch. I corrected the repository. Thank you for reporting this bug.

Post Reply