-
Notifications
You must be signed in to change notification settings - Fork 122
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
Always fail to find "sea_water_velocity" when using "add_readers_from_list" #1516
Comments
Hi,
|
Hi again, My simulation start time is 2013_9_1, and I downloaded the data at 2013_09_01. To prevent the time difference issue, I even downloaded and read the data for 2013_08_31 and 2013_09_02. I believe the forcing data should cover my simulation duration. However, I still encountered the error "outside the time coverage" . Thanks for your reply. Best, |
You are adding the files as individual files/readers, and if these are daily files, they will only be valid exactly at their given time, e.g. only at midnight or noon of that particular day. |
Hi, CODE (if you need more, plz let me know):
DEBUG Info: (if you need more, plz let me know):
|
Hi all,
I downloaded the TOPAZ4 data (https://doi.org/10.48670/moi-00007) to local and try to read it with "add_readers_from_list", but the error "Missing variables: ['x_sea_water_velocity', 'y_sea_water_velocity']" always occurs. The complete code and DEBUG info are as follows.
Looking forward to your advice.
Best wishes,
Daye
Code:
DEBUG info:
The text was updated successfully, but these errors were encountered: