NCEP url to run ROMS in operational mode

Cool Findings and Plots

Moderators: arango, robertson

Post Reply
Message
Author
anurag123
Posts: 1
Joined: Mon Aug 05, 2019 1:39 pm
Location: Khalifa university

NCEP url to run ROMS in operational mode

#1 Unread post by anurag123 »

Dear All

I am trying to configure ROMS in gulf region with operation mode, for which I have to need NCEP reanalysis2 forcing data. To download it when I had given make_NCEP then I am getting error as:

Error using download_NCEP (line 87)
Wrong NCEP version

Error in make_NCEP (line 104)
download_NCEP(Ymin,Ymax,Mmin,Mmax,lonmin,lonmax,latmin,latmax,...


I am thinking, download_NCEP.m code is not finding ncep data portal correctly.

I did try with different ncep data url like as
1)ncep_url='http://www.esrl.noaa.gov/psd/thredds/do ... analysis2/';
2)ncep_url='https://nomads.ncep.noaa.gov:9090/dods/ ... nalysis-2/';
3)ncep_url='http://nomad3.ncep.noaa.gov:9090/dods/r ... nalysis-2/';
4)ncep_url='http://nomad1.ncep.noaa.gov:9090/dods/r ... nalysis-2/';
but at each one I am getting same error.

Can any one suggest me how to overcome with this problem? or can any one provide the correct ncep data url which I can used in download_NCEP.m to download these data.
Looking for your valuable comments and suggestions.

Best Regards
Anurag

Post Reply