Skip to content

Commit e352524

Browse files
committed
changing file locations of wind/waves in workshop tutorial
1 parent 47a7ecc commit e352524

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • src/DRAKKAR workshop code/PlasticParcels

src/DRAKKAR workshop code/PlasticParcels/helper.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -501,12 +501,12 @@ def load_default_settings():
501501

502502
# Waves model
503503
'stokes_f': True, # Turn on/off Stokes Drift
504-
'stokes_dir': '', # Directory of Stokes drift model data
504+
'stokes_dir': 'ERA5', # Directory of Stokes drift model data
505505
'stokes_filename': 'ERA5_global_waves_monthly_',
506506

507507
# Wind model
508508
'wind_f': True, # Turn on/off Windage
509-
'wind_dir': '', # Directory of Wind model data
509+
'wind_dir': 'ERA5', # Directory of Wind model data
510510
'wind_filename': 'ERA5_global_wind_monthly_',
511511

512512
'allow_time_extrapolation': False, # Allow extrapolation of time for fieldset

0 commit comments

Comments
 (0)