NOAA-ORR-ERD / PyGnome

The General NOAA Operational Modeling Environment
https://gnome.orr.noaa.gov/doc/pygnome/index.html
Other
53 stars 44 forks source link

Wind, Waves #131

Open larissafranklin23 opened 1 year ago

larissafranklin23 commented 1 year ago

I'm trying to insert a wind based on my netcdf file but it's not working. image

When I do this I get this error back: image

What could I do to fix it ?

jay-hennen commented 1 year ago

Looks like PyWindMover isn't being imported.

from gnome.movers.py_wind_mover import PyWindMover

ChrisBarker-NOAA commented 1 year ago

Or: it's in the "scripting" module:

import gnome.scripting as gs

then it should be available as:

gs.PyWindMover

Most things you'll need for common scripting are in the scripting module :-)