Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wind, Waves #131

Open
larissafranklin23 opened this issue Sep 26, 2022 · 2 comments
Open

Wind, Waves #131

larissafranklin23 opened this issue Sep 26, 2022 · 2 comments

Comments

@larissafranklin23
Copy link

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
Copy link
Contributor

Looks like PyWindMover isn't being imported.

from gnome.movers.py_wind_mover import PyWindMover

@ChrisBarker-NOAA
Copy link
Contributor

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 :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants