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:',/)
So after line 245, this should be added as other subroutines.
Code: Select all
!
! Local variable declarations.
!
integer :: ng
I am just amazed how much the ROMS has been improved!
Hajoon