-
Notifications
You must be signed in to change notification settings - Fork 1
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
Issue with new indexing tool #10
Labels
Comments
The file list that I had created had the following sample layout...
|
@dwayne-hart Are you sure these files have a depth dimension? In the datasetconfig.json you have votemper, iicesurftemp with "dims": ["time", "depth", "yc", "xc"]. Could that be causing the problem given that these are 2D files? ncdump -h on the files will tell you the names of the dimensions. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Tried to index the RIOPS forecast 2D latlon data from SeDOO using a carefully crafted --file-list.
(navigator) buildadm@u1604-on-production-b:~/ocean-nav/db$ ls /data/eccc_forecasts_netcdf/riops_forecast/2D/LL/ | grep -P "2019.*(00|06|12|18)_00[0-5]_2D_latlon0.1x0.1.nc" | awk '{print "/data/eccc_forecasts_netcdf/riops_forecast/2D/LL/"$1}' > RIOPS-FC-2D-LL.txt
Next I then ran the new version of the indexing tool
(navigator) buildadm@u1604-on-production-b:~/ocean-nav/db$ ./nc-timestamp-mapper -n RIOPS-FC-2D-LL -i /data/eccc_forecasts_netcdf/riops_forecast/2D/LL -o /home/buildadm/ocean-nav/db -h --file-list RIOPS-FC-2D-LL.txt
I then configured the datasetconfig.json file to include;
I then restarted the runserver.sh script and when I selected the RIOPS Forecast the following error was found...
The ON code is based on your release after James had provided the review.
The text was updated successfully, but these errors were encountered: