ioos / comt

IOOS Coastal and Ocean Modeling Testbed. See:
https://github.com/ioos/comt/wiki
MIT License
1 stars 7 forks source link

VIMS SELFE Hurricane Ike 2D Final Run Wave Only won't return elev #17

Closed brandonmayer-zz closed 10 years ago

brandonmayer-zz commented 10 years ago

Just noting a problem I encountered with a testbed1 dataset: http://comt.sura.org/thredds/dodsC/data/comt_1_archive/inundation_tropical/VIMS_SELFE/Hurricane_Ike_2D_final_run_wave_only.html

I couldn't access the 'elev' data via netcdf, so I tried a get request

http://comt.sura.org/thredds/dodsC/data/comt_1_archive/inundation_tropical/VIMS_SELFE/Hurricane_Ike_2D_final_run_wave_only.ascii?elev[0:1:2][0:1:15]

Which returns

Error { code = 500; message = "1"; };

@rsignell-usgs @brianmckenna

rsignell-usgs commented 10 years ago

Okay, I'm on it. I see a few other problems with the VIMS SELFE. Stand by...

brandonmayer-zz commented 10 years ago

Yep no problem. For posterity I just opened #18 b/c I noticed another VIMS SELFE issue. I wasn't sure if they belonged to the same issue or not so feel free to close or leave #18 open as you see fit.

rsignell-usgs commented 10 years ago

Okay, the problem here was that these VIMS SELFE wave only datasets should not have had water level to start with -- that was not a saved variable. But I also discovered that these runs should have had wave direction, but did not. So I added the wave direction variables and removed the elevation variables via https://github.com/ioos/comt_1_archive/commit/b36e17298c5487494ea8f6a8b2aa8638c5fb775c

I created the https://github.com/ioos/comt_1_archive repo to keep track of changes to the NcML for testbed 1. Do you think we should raise these issues there instead? Might be good because folks on comt might not want to see all the detailed issues with dataset errors.

brandonmayer-zz commented 10 years ago

Great! I'll post the issues wherever you think is best, which unless I hear otherwise is the new comt_1_archive, thanks again.

rsignell-usgs commented 10 years ago

Yes, let's post issues for testbed 1 at: https://github.com/ioos/comt_1_archive and post issues for testbed 2 at: https://github.com/ioos/comt_2

brandonmayer-zz commented 10 years ago

Will do thanks again.