You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having an issue with my plotting, so I have this questions. It will be very helpful to have a better physical analysis of my results! :)
It is possible to add to the land mask, a country mask that show where the different countries are?
Why I cant plot wind forcings?
I'm generating Stokes Drift, Currents plots without any problem, but when I get to plot the wind I have this error:
ValueError: Argcheck: all 10 particles (-87.30--86.30E, 20.25-21.70N) are outside domain of /data/share/lehre/unix/oz-m-theo2-uebungen/PBWS2020/G6_wbc/Forcings/Complete/KNMI-GLO-WIND_L3-REP-OBS_METOP-A_ASCAT_12_ASC_1642175562423.nc (261.06-359.94E, 7.06-32.06N)
When I try to check the run, it seems that the wind forcing is alright:
When plotting, I'm getting results as attached, and I guess what I'm looking is SnapShot from the last timestep. It is possible in OpenDrift to plot the average of the forcing in the time period?
It is possible to change the color of the trajectory in the plots? Usually is gray, I want to make it a little bit stronger with Black or Red
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello!!!
Hope everything is alright!
I'm having an issue with my plotting, so I have this questions. It will be very helpful to have a better physical analysis of my results! :)
It is possible to add to the land mask, a country mask that show where the different countries are?
Why I cant plot wind forcings?
I'm generating Stokes Drift, Currents plots without any problem, but when I get to plot the wind I have this error:
ValueError: Argcheck: all 10 particles (-87.30--86.30E, 20.25-21.70N) are outside domain of /data/share/lehre/unix/oz-m-theo2-uebungen/PBWS2020/G6_wbc/Forcings/Complete/KNMI-GLO-WIND_L3-REP-OBS_METOP-A_ASCAT_12_ASC_1642175562423.nc (261.06-359.94E, 7.06-32.06N)
When I try to check the run, it seems that the wind forcing is alright:
print(o)
x_wind y_wind 1) /data/share/lehre/unix/oz-m-theo2-uebungen/PBWS2020/G6_wbc/Forcings/Complete/KNMI-GLO-WIND_L3-REP-OBS_METOP-A_ASCAT_12_ASC_1642175562423.nc
and checking the reader:
Reader: /data/share/lehre/unix/oz-m-theo2-uebungen/PBWS2020/G6_wbc/Forcings/Complete/KNMI-GLO-WIND_L3-REP-OBS_METOP-A_ASCAT_12_ASC_1642175562423.nc Projection: +proj=latlong Coverage: [degrees] xmin: 261.062500 xmax: 359.937500 step: 0.125 numx: 792 ymin: 7.062500 ymax: 32.062500 step: 0.125 numy: 201 Corners (lon, lat): (261.06, 32.06) (359.94, 32.06) (261.06, 7.06) (359.94, 7.06) Vertical levels [m]: Not specified Available time range: start: 2010-01-01 00:00:00 end: 2020-12-31 00:00:00 step: 1 day, 0:00:00 4018 times (7 missing) Variables: northward_wind eastward_wind y_wind x_wind
When plotting, I'm getting results as attached, and I guess what I'm looking is SnapShot from the last timestep. It is possible in OpenDrift to plot the average of the forcing in the time period?
It is possible to change the color of the trajectory in the plots? Usually is gray, I want to make it a little bit stronger with Black or Red
Thanks a lot for the help!!!
Beta Was this translation helpful? Give feedback.
All reactions