-
Notifications
You must be signed in to change notification settings - Fork 22
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
Problem with making large dat file as INPUT #17
Comments
Hello, Another possibility to try is maybe to try to work in netCDF, instead of the binary format created by |
Hi, we have tried to write the dataset for a shorter time period. It turned out to work totally right in the DINEOF code, and here are the output contents:
However,we have to work with the dataset with a long time period and a larger area in the end to achieve our research goal. So maybe we will try to work with netCDF instead of the binary format. |
Good to know it works at least for a shorter time period / smaller domain. It is difficult to say if there is an issue when writing a very large file with |
Hi, I am trying to make a 30GB dat file as an input of DINEOF, and I run the code in Matlab using gwrite.m.
The array seems to be alright in a numerical matrix in MATLAB, with a mean value of about 0.6. However, when it was read into the DINEOF code, errors occurred as below:
Mean and standard deviation of the data is ZERO. So I wondered there may be problems when saving the dat file. But no warnings or other error messages appeared.
ANY help will be appreciated.
Thank you.
The text was updated successfully, but these errors were encountered: