-
-
Notifications
You must be signed in to change notification settings - Fork 237
Closed
Labels
BugSomething isn't workingSomething isn't workingEnvironmentEnviroment Class related featuresEnviroment Class related features
Description
Describe the bug
Running the code in Colab Notebook preview led to an error.
---------------------------------------------------------------------------
RuntimeError Traceback (most recent call last)
[<ipython-input-17-71fdef7bdc29>](https://localhost:8080/#) in <module>()
----> 1 Env.setAtmosphericModel(type="Forecast", file="GFS")
[/usr/local/lib/python3.7/dist-packages/rocketpy/Environment.py](https://localhost:8080/#) in setAtmosphericModel(self, type, file, dictionary, pressure, temperature, wind_u, wind_v)
935 if not success:
936 raise RuntimeError(
--> 937 "Unable to load latest weather data for GFS through " + file
938 )
939 elif file == "FV3":
RuntimeError: Unable to load latest weather data for GFS through https://nomads.ncep.noaa.gov/dods/gfs_0p25/gfs20220717/gfs_0p25_06zTo Reproduce
Just run the default code in the preview.
Expected behavior
It's expected to run the demo smoothly.
Screenshots
Additional context
Checking the GrADS Data Server, indeed, I'm currently not seeing any "gfs20220717" dir. Maybe fixing the link can solve this issue.
Metadata
Metadata
Assignees
Labels
BugSomething isn't workingSomething isn't workingEnvironmentEnviroment Class related featuresEnviroment Class related features
