Closed LAWTIDEBOY closed 1 year ago
I would like to add the following information: I am using the fArc mesh :)
Thank in advance for the support !!
@LAWTIDEBOY My first suspicion is transposed output. In the output data that you use, what is the order of dimensions [time, elem, depth] or [time, depth, elem]?
Hello Nikolay, thank !
ncdump -h u.fesom.2000.nc
gives this:
float u(time, elem, nz1) ; u:description = "horizontal velocity" ; u:long_name = "horizontal velocity" ; u:units = "m/s" ;
so: [time, elem, depth] is that wrong ?
Both are right, but produced by different versions of the model :) Your variant is the one that the transport code was initially developed for. However the problem was handled in this PR https://github.com/FESOM/pyfesom2/pull/176 . Can you send me your data (subset) and notebook that you trying to run?
@LAWTIDEBOY can you please try #192 and see if this fixes your problem. Sorry for the delay :(
Thank Nikolay, I checked and it works fine !!! :))))
Description
I am trying to reproduce the tutorial for transport calculation. It looks like there is an array dimension issue, but I cant find the problem in transport.py
What I Did
OUTPUTS:
ERROR MESSAGE: