Bugs in adsen_ocean.h

Bug reports, work arounds and fixes

Moderators: arango, robertson

Post Reply
Message
Author
hjsong

Bugs in adsen_ocean.h

#1 Unread post by hjsong »

Hi,

I would like to report some trivial bugs that I found in adsen_ocean.h after updating ROMS code to the most recent version.

First, I think the line 219 should be commented out because it is already declared in line 133.

Line 219 looks like

Code: Select all

 10   FORMAT (' Process Information:',/)
And under the subroutine ROMS_run (after line 227), the local variable 'ng' is not declared.
So after line 245, this should be added as other subroutines.

Code: Select all

!
!  Local variable declarations.
!
      integer :: ng
Well, that's it!

I am just amazed how much the ROMS has been improved!

Hajoon

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

Re: Bugs in adsen_ocean.h

#2 Unread post by arango »

Yes, thank you for reporting this problem. The code was cleaned a lot in version ROMS 3.5 and has a lot of nice new features. The nesting is complex and will require better grid generation tools in the future. We will address this issue when we get there.

Post Reply