bug in get_state.F

Report or discuss software problems and other woes

Moderators: arango, robertson

Post Reply
Message
Author
bohbang
Posts: 3
Joined: Wed May 03, 2006 2:14 pm
Location: university of washington

bug in get_state.F

#1 Unread post by bohbang »

# if defined BIOLOGY && !defined ANA_BIOLOGY
DO itrc=1,NBT
get_var(idbio(itrc))=.TRUE.
END DO
# endif
...
should be

# if defined BIOLOGY && !defined ANA_BIOLOGY
DO itrc=1,NBT
get_var(idTvar(idbio(itrc)))=.TRUE.
END DO
# endif

right ?

bohbang
Posts: 3
Joined: Wed May 03, 2006 2:14 pm
Location: university of washington

bug in get_state.F

#2 Unread post by bohbang »

I also looked in the file corrections-2.2.tar.
The one stored in corrections-2.2.tar still keeps the wrong code. So does the web code browser! This put me in some confusion for a while until I figure out the role of integer variables in ROMS 2.2. Critters will never exist and grow when you restart with the code. Neither will do nutrients and oxygen. I hope it does not have to be a repeated crash course each time until he/she does it correctly.

Cheers,

Bohyun Bahng

Post Reply