Extreme large u,v current near coast #241
-
I use TPXO9-atlas-v5 model, and the u,v current get from transport divided by depth (U/D, V/D) in pyTMD code seems get extreme large u, v near coastal region (shallow water). For example: (Please correct me if I had any mistakes in code)
As the result, it get extreme large u, v and thus magnitude > 50 m/s. Seems not reasonable values for tidal current, and that's not special cases, which occurred in most of the coastal regions. I'm confused about these results, and think if it's because I misused the TPXO9 models in code, and applied it in wrong use cases. Any comments about my code and results, or guides to the usage would be appreciated. Thanks a lot. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 5 replies
-
Hi @cywhale, try with the |
Beta Was this translation helpful? Give feedback.
-
Was worth a shot. I hope that all the masked cases work, but I'm not 100% confident. |
Beta Was this translation helpful? Give feedback.
-
You're right. I think the built-in scale value is wrong for TPXO9-atlas currents. I think it should be 1e-4 instead of 1e-2. I'll put a fix in today. |
Beta Was this translation helpful? Give feedback.
this should be fixed in
main
after PR #243. Let me know if you need anything.