Error when defining the time in Parcels Run using SOSE data #1932
Unanswered
cristinarumi
asked this question in
Q&A
Replies: 1 comment
-
Thanks for raising this issue, @cristinarumi. You haven't added the code for creating the FieldSet, so I can't check exactly how you set up that part of your script; but I assume you use |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Question: Problem defining the time in parcels using SOSE
Question
Currently, the script runs successfully for 10 years using SOSE data from 2006 to 2010. However, when it reaches the 10-year mark, it breaks, and I would like to extend it to run for 50 years.
Below, I have attached the script I am using, along with the error message that appears when it reaches 20% completion (equivalent to 10 years).
Additionally, I tried to run more than 10 years using only one file (corresponding to one year: cubetime=np.reshape(cubetime,(1,73))) of SOSE and it worked. So the problem should be on how the data is defined in the "cubetime". How I can modify the script to solve the problem when using the 5 years of data?
SOSE files are one for each year (2006, 2007, 2008, 2009, 2010) and the data is every 5 days.
Supporting code/error messages
Beta Was this translation helpful? Give feedback.
All reactions