Error with ncei_2roms

General scientific issues regarding ROMS

Moderators: arango, robertson

Post Reply
Message
Author
diego_b
Posts: 1
Joined: Wed Sep 18, 2024 2:13 pm
Location: Politecnico of Milan

Error with ncei_2roms

#1 Unread post by diego_b »

Good afternoon,
i'm trying to create surface forcing for my ROMS simulation, but when i try to run the ncei_2roms.m script, after providing it my grid (created with Grid Builder in nc format), i obtain this output

>> ncei_2roms
## Creating romsforc_NARR_Sandy2012.nc...
## Defining Dimensions...
## Defining Variables and Attributes...
going to get GFS grid 4 0.5deg data
getting GFS grid 4 0.5 deg data at 20130819T000000
Error using matlab.internal.imagesci.netcdflib
The NetCDF library encountered an error during execution of 'open' function -
'Malformed or inaccessible DAP2 DDS or DAP4 DMR response (NC_EDDS)'. If the
data source was an OPeNDAP URL, see the OPeNDAP Troubleshooting section in the
Users Guide.

Error in netcdf.open (line 77)
[varargout{:}] = matlab.internal.imagesci.netcdflib('open', ...

Error in internal.matlab.imagesci.nc/openToRead (line 1290)
this.ncRootid = netcdf.open(this.Filename,'NOWRITE');

Error in internal.matlab.imagesci.nc (line 124)
this.openToRead();

Error in ncread (line 69)
ncObj = internal.matlab.imagesci.nc(ncFile);

Error in ncei_2roms (line 378)
x = double(ncread(url,'lon'));


Could you please help me out through it? Let me know if i can provide other useful information.
Regards,

Diego Bindoni

mariefrahman
Posts: 12
Joined: Wed Jun 14, 2023 2:54 am
Location: Meteorological agency of Indonesia (BMKG)

Re: Error with ncei_2roms

#2 Unread post by mariefrahman »

Hi diego,

maybe the script can't find the nc file from the ncei/noaa thredds, cmiiw.
In the ncei_2roms.m file, the web address of the ncei noaa data source is provided, You can see if the data you want is in thredds or not.

https://www.ncei.noaa.gov/thredds/model/model.html

User avatar
wilkin
Posts: 912
Joined: Mon Apr 28, 2003 5:44 pm
Location: Rutgers University
Contact:

Re: Error with ncei_2roms

#3 Unread post by wilkin »

Many NCEI services hosted in Asheville, NC, are down until further notice due to the impacts of hurricane Helene.
Hurricane Helene made landfall Friday September 27th and proceeded to
move inland toward the Blue Ridge Mountain area and more specifically
Asheville, NC. Asheville, NC is home to NOAA's National Centers for
Environmental Information (NCEI) and many other NOAA services
including NODD's Data Broker which moves a variety of datasets from
on-prem to the cloud. The Asheville area has experienced significant
and catastrophic damage from the storm that has left roadways washed
out, areas impassible, and taken down critical infrastructure like
power, internet, and cell service. This is affecting our ability to
deliver data to the cloud and ultimately our customers. Internet and
power are essential for our ability to run the necessary
infrastructure to deliver data. Once that is restored we will work to
restore our data feeds. We are sorry for any inconvenience this may be
causing.

Thanks,

--
Patrick Keown
Program Manager, NOAA Open Data Dissemination (NODD)
Office of the Chief Information Officer (OCIO)
National Oceanic & Atmospheric Administration
John Wilkin: DMCS Rutgers University
71 Dudley Rd, New Brunswick, NJ 08901-8521, USA. ph: 609-630-0559 jwilkin@rutgers.edu

Post Reply