Skip to content

Commit

Permalink
update configs
Browse files Browse the repository at this point in the history
  • Loading branch information
GilesFearon committed Sep 30, 2024
1 parent 1f4257b commit db03947
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions configs/config_leeway.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
config_name='Test_leeway'
#
# define the date when the croco runs were initialised, in format YYYYMMDD_HH
run_date='20240916_12'
run_date='20240929_12'

# ------------
# object info
Expand All @@ -37,7 +37,7 @@
object_type=26

# start time of spill, in format YYYYMMDD_HH, in UTC
release_start_time='20240916_12'
release_start_time='20240929_12'

# -------------
# forcing files
Expand Down
4 changes: 2 additions & 2 deletions configs/config_oceandrift.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
config_name='Test_oceandrift'
#
# define the date when the croco runs were initialised, in format YYYYMMDD_HH
run_date='20240916_12'
run_date='20240929_12'

# -------------
# release info
Expand All @@ -35,7 +35,7 @@
radius=5
#
# start time of release, in format YYYYMMDD_HH, in UTC
release_start_time='20240916_12'
release_start_time='20240929_12'
#
# duration of the release of particles in hours
release_dur=3
Expand Down
4 changes: 2 additions & 2 deletions configs/config_oil.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
config_name='Test_oil'
#
# define the date when the croco runs were initialised, in format YYYYMMDD_HH
run_date='20240916_12'
run_date='20240929_12'

# -----------
# spill info
Expand All @@ -42,7 +42,7 @@
oil_type='GENERIC INTERMEDIATE FUEL OIL 180'
#
# start time of spill, in format YYYYMMDD_HH, in UTC
release_start_time='20240916_12'
release_start_time='20240929_12'
#
# duration of the release of oil in hours
release_dur=3
Expand Down

0 comments on commit db03947

Please sign in to comment.