Hello GOTM users,
I'm usig the ver 4.0.0 of GOTM.
In the subroutine bio_save (file: bio_save.F90), selecting the output
format in ASCII, entering the open file "bio.out", there is the "nn"
variable definition.
nn = ubound(cc(1,:),1)
However defining the "nn" variable with the upper bound of the cc
matrix means that the depth in bio.out starts from zero instead of 0.5
m.
I was wondering if this is OK or we have to use this instruction
nn = ubound(cc(1,:),1)-1
Also the physical output file (u,v,T,S,etc.) begins with 0.5 m.
Thank you
Regards
Massimo
----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.