Skip to content

Commit

Permalink
setup I&J spill
Browse files Browse the repository at this point in the history
  • Loading branch information
GilesFearon committed Oct 16, 2024
1 parent 775ebfe commit 9298235
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
14 changes: 7 additions & 7 deletions configs/config_oceandrift.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@
# (these are not used in local runs)
#
# give a name for your configuration
config_name='Test_oceandrift'
config_name='I&J_spill_01'
#
# define the date when the croco runs were initialised, in format YYYYMMDD_HH
run_date='20240929_12'
run_date='20241016_00'

# -------------
# release info
# -------------
#
# coordinates of the release (in geographical degrees)
lon_release=25.74
lat_release=-33.855
lon_release=19.6185
lat_release=-35.39933333
#
# depth of the release
# for a subsurface release you can also specify a distance off the seabed like z='seafloor+100' for 100m off the bottom
Expand All @@ -32,13 +32,13 @@
# radius to be used in initialising the particles
# particles will be initialised around 'lon_release,lat_release' using a standard deviation of 'radius'
# this allows for some initial spreading at location of the initialised particles
radius=5
radius=100
#
# start time of release, in format YYYYMMDD_HH, in UTC
release_start_time='20240929_12'
release_start_time='20241013_12'
#
# duration of the release of particles in hours
release_dur=3
release_dur=1

# -------------
# forcing files
Expand Down
8 changes: 4 additions & 4 deletions configs/config_oil.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
# -----------
#
# coordinates of the release (in geographical degrees)
lon_release=25.74
lat_release=-33.855
lon_release=19.6185
lat_release=-35.39933333
#
# depth of the release
# for a subsurface release you can also specify a distance off the seabed like z='seafloor+100' for 100m off the bottom
Expand All @@ -33,7 +33,7 @@
# particles will be initialised around 'lon_release,lat_release' using a standard deviation of 'radius'
# this allows for some initial spreading at location of the initialised particles
# for a subsea blowout this could be hundereds of meters, but a surface spill it will be small, in the order of meters
radius=5
radius=100
#
# specify the oil type - important for weathering properties
# Can choose any oil name from https://adios.orr.noaa.gov/oils/
Expand All @@ -45,7 +45,7 @@
release_start_time='20241013_12'
#
# duration of the release of oil in hours
release_dur=3
release_dur=1
#
# volume of oil spilled in m3
# This is not used directly in the model - it's only used here to get the oil flow rate below
Expand Down

0 comments on commit 9298235

Please sign in to comment.