diff --git a/configs/config_oceandrift.py b/configs/config_oceandrift.py index 0c80829..9faf8da 100755 --- a/configs/config_oceandrift.py +++ b/configs/config_oceandrift.py @@ -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 @@ -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 diff --git a/configs/config_oil.py b/configs/config_oil.py index 34b4362..4e298f6 100755 --- a/configs/config_oil.py +++ b/configs/config_oil.py @@ -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 @@ -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/ @@ -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