We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47a7ecc commit e352524Copy full SHA for e352524
1 file changed
src/DRAKKAR workshop code/PlasticParcels/helper.py
@@ -501,12 +501,12 @@ def load_default_settings():
501
502
# Waves model
503
'stokes_f': True, # Turn on/off Stokes Drift
504
- 'stokes_dir': '', # Directory of Stokes drift model data
+ 'stokes_dir': 'ERA5', # Directory of Stokes drift model data
505
'stokes_filename': 'ERA5_global_waves_monthly_',
506
507
# Wind model
508
'wind_f': True, # Turn on/off Windage
509
- 'wind_dir': '', # Directory of Wind model data
+ 'wind_dir': 'ERA5', # Directory of Wind model data
510
'wind_filename': 'ERA5_global_wind_monthly_',
511
512
'allow_time_extrapolation': False, # Allow extrapolation of time for fieldset
0 commit comments