-
Notifications
You must be signed in to change notification settings - Fork 121
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
Unable to export desired variables with OpenDrift.run's export_variables parameter #1464
Comments
Hi, and sorry for late reply. What are the contents of your output netCDF file? |
Hi, Thank you! |
I have fixed the issue.
I assume by default, |
Ok, yes that makes sense. |
Hello,
I am trying to generate virtual drifters from a velocity field. I have created a .nc file containing the eastward and northward velocity components, the temperature and the salinity. I want the drifters to record the latitude, longitude, time, velocity, temperature, and salinity.
I can run the simulation and export longitude, latitude, and velocity components but not the temperature and the salinity.
You can find the code below. I printed out the reader too.
reader output
Any insights would be appreciated.
Chiron
The text was updated successfully, but these errors were encountered: