# 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 ?
bug in get_state.F
bug in get_state.F
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
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