Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9271467
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T15:37:29+00:00 2026-06-18T15:37:29+00:00

While using the Unidata IDV to access the NOAA CO-OPS ocean model nowcast for

  • 0

While using the Unidata IDV to access the NOAA CO-OPS ocean model nowcast for Galveston Bay via OPeNDAP:

http://opendap.co-ops.nos.noaa.gov/thredds/catalog/NOAA/GBOFS/MODELS/201302/catalog.html?dataset=NOAA/GBOFS/MODELS/201302/nos.gbofs_hsc.fields.nowcast.20130201.t09z.nc

I get an error message “error creating data source”. It appears from their OPeNDAP Data Form that many of the NetCDF Climate and Forecast (CF) Metadata Conventions are met, but apparently not all.

Does anyone know what is missing or wrong?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-18T15:37:29+00:00Added an answer on June 18, 2026 at 3:37 pm

    You are correct, there are a few problems with this dataset that need to be fixed before it will work in IDV:

    1. The Conventions attribute says “COARDS”, but COARDS is appropriate for rectilinear grids (1D coordinate variables), and this data is curvilinear grid (2D lon,lat coordinate variables). The CF Conventions are appropriate here, so the “Conventions” global attribute need to be CF-1.0 or higher.

    2. To be CF-Compliant, the “coordinates” attribute needs to be specified for each variable.

    3. This model has a dimensionless vertical coordinate which requires the “positive” attribute to be “up”, and sigma values to be negative, not positive.

    Luckily, you can fix these problems using NcML. Try creating a file “gbofs.ncml” with the contents below and load that into IDV instead of the OPeNDAP URL. This approach will work with any software that uses the Unidata NetCDF-Java library, so it will work not only with IDV, but with Panoply, and NCTOOLBOX for Matlab.

    <?xml version="1.0" encoding="UTF-8"?>
    <netcdf xmlns="http://www.unidata.ucar.edu/namespaces/netcdf/ncml-2.2"
      location="http://opendap.co-ops.nos.noaa.gov/thredds/dodsC/NOAA/GBOFS/MODELS/201302/nos.gbofs.fields.nowcast.20130201.t03z.nc">
      <!--Change conventions from COARDS to CF-1.6 -->
      <attribute name="Conventions" value="CF-1.6"/>
      <!--The "positive" attribute is only for the z coordinate variable, so remove it from depth and elevation-->
      <variable name="zeta">
        <remove type="attribute" name="positive"/>
      </variable>
      <variable name="depth">
        <remove type="attribute" name="positive"/>
      </variable>
      <!-- Dimensionless vertical coordinates need "positive"=up, and negative sigma values -->
      <variable name="sigma">
        <attribute name="positive" value="up"/>
        <values> -0.1667 -0.4167 -0.5833 -0.7643 -0.9167 </values>
      </variable>
      <!-- Curvilinear grids need a "coordinates" attribute that identifies the coordinate variables-->
      <variable name="temp" shape="time sigma ny nx" type="float">
        <attribute name="coordinates" value="lon lat sigma time"/>
      </variable>
    </netcdf>
    

    I’ll report this to NOAA CO-OPS and hopefully they can fix this in the future. Here’s a screen shot from IDV just to show that this works:
    screen grab from IDV

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

While using wmemset api ( http://msdn.microsoft.com/en-us/library/1fdeehz6(VS.80).aspx ) for the count parameter should I have
While using perl debugger, is there any way to step out of the current
While using Google chrome if I shut down it unexpectedly. like turn of pc
While using Nivo Slider it enlarges my images to about 2x their original size
While using regex to help solve a problem in the Python Challenge , I
While using the vector why do we sometime use the operator[] like homework[mid] but
While using Aptana and Eclipse for the first time in my programming life for
While using fixed width select tag , there is one bug in IE. When
while using g.drawImage(img,0,0,100,100,0,0,0,0,null) it does not produce any result. So how to draw on
while using the following constructor $this->pdo = new PDO ($this->source, $this->username, $this->password); if I

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.