-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dealing with FES 2014's all junk value #143
Comments
I have the same problem as you had. Did you solve it? Thanks, |
Unfortunately I did not solved it yet,
Maybe it has to do something to convert these numbers to the appropiate one... |
Thank you so much. I also found the problem came from fill_value in the FES2014 data. We have to deal with the missing data here. I have been fixing this Python code. If I did it, I will update the file here. By the way, I used this matlab code to create bctide.in "https://github.com/schism-dev/schism/blob/master/src/Utility/Tides/one_click_bctides_schism_fes2014.m", but I modified it as this: That's what i did in the matlab code. |
Hello, This is the new version of my fes2014.py. I added some lines for dealing with the missing data and it worked. Thanks, |
Hello, I'm new to SCHISM and getting the FES 2014 data. This question might be a bit of a beginner's problem but...
I was trying the code on the online guide (https://schism-dev.github.io/schism/master/getting-started/pre-processing-with-pyschism/bctides.html), modifying it a bit for FES 2014 values.
Im sure i downloaded all of the FES 2014's data (eastward velocity, northward velocity, ocean tide extrapolated) from their ftp server. However when i run the code, it took an error
I assumed it was about FES 2014's velocity files. Any way to deal with this?
The text was updated successfully, but these errors were encountered: