Replies: 2 comments 1 reply
-
You can create a reader like normal, and then specify which variables should be used when adding it to the simulation, e.g. |
Beta Was this translation helpful? Give feedback.
-
It is not totally clear what you are trying to achieve. |
Beta Was this translation helpful? Give feedback.
-
Hi all,
I've been working on simulating oil spills using OpenOil with Copernicus Marine data on the Brazilian Equatorial Margin. Currently, the simulation automatically selects variables, but I want to take control and manually choose the variables for the simulation. Here's the structure of the Mercator data I'm working with:
Reader: E:/OpenDrift/4. Reader_MEB/mercator/GAF_2023_01.nc
Projection:
+proj=latlong
Coverage: [degrees]
xmin: -55.000000 xmax: -30.000000 step: 0.0833321 numx: 301
ymin: -6.000000 ymax: 6.000000 step: 0.0833335 numy: 144
Corners (lon, lat):
(-55.00, 6.00) (-30.00, 6.00)
(-55.00, -6.00) (-30.00, -6.00)
Vertical levels [m]:
[-0.494025]
Available time range:
start: 2023-01-01 00:30:00 end: 2023-01-31 23:30:00 step: 1:00:00
744 times (0 missing)
Variables:
surface_sea_water_x_velocity
sea_surface_wave_stokes_drift_y_velocity
sea_surface_wave_stokes_drift_x_velocity
northward_sea_water_velocity
surface_sea_water_y_velocity_due_to_tide
eastward_sea_water_velocity
surface_sea_water_x_velocity_due_to_tide
surface_sea_water_y_velocity
y_sea_water_velocity
x_sea_water_velocity
sea_water_speed - derived from ['x_sea_water_velocity', 'y_sea_water_velocity']
sea_surface_wave_stokes_drift_speed - derived from ['sea_surface_wave_stokes_drift_x_velocity', 'sea_surface_wave_stokes_drift_y_velocity']
0:00:45.0 total
0:00:00.9 preparing
0:00:43.9 reading
0:00:06.8 interpolation
0:00:00.2 interpolation_time
0 masking
Currently, the simulation automatically selects variables, but I want to manually configure it. How can I achieve this? Your guidance and suggestions would be greatly appreciated.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions