-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Sample focus in litter beaching following the algorithm develop in the framework of the "Free Litter" project.
- Loading branch information
1 parent
3637954
commit 12c806c
Showing
21 changed files
with
1,247 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
FILL_VALUE : -99 | ||
ILB_IUB : 1 3 | ||
JLB_JUB : 1 10 | ||
ORIGIN : -10 41 | ||
GRID_ANGLE : 0 | ||
COORD_TIP : 4 | ||
LATITUDE : 41 | ||
LONGITUDE : -10 | ||
CONSTANT_SPACING_X : 1 | ||
DX : 1e-3 | ||
!CONSTANT_SPACING_Y : 1 | ||
!DY : 1e-2 | ||
<BeginYY> | ||
0 | ||
1e-3 | ||
2.9e-2 | ||
3e-2 | ||
<EndYY> | ||
|
||
<BeginGridData2D> | ||
1 | ||
0.5 | ||
0 | ||
-0.5 | ||
-1 | ||
-1.5 | ||
-2 | ||
-2.5 | ||
-3 | ||
-3.5 | ||
1 | ||
0.5 | ||
0 | ||
-0.5 | ||
-1 | ||
-1.5 | ||
-2 | ||
-2.5 | ||
-3 | ||
-3.5 | ||
1 | ||
0.5 | ||
0 | ||
-0.5 | ||
-1 | ||
-1.5 | ||
-2 | ||
-2.5 | ||
-3 | ||
-3.5 | ||
<EndGridData2D> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
METHOD_STATISTIC : 1 | ||
GLOBAL_STATISTIC : 1 | ||
PERCENTILE : 99 | ||
ACCUMULATED : 1 | ||
MONTHLY_STATISTIC : 1 | ||
DAILY_STATISTIC : 1 | ||
|
||
<BeginClass> | ||
0 1e-3 | ||
1e-3 1e-2 | ||
1e-2 1e-1 | ||
1e-1 1e0 | ||
1e0 1e1 | ||
1e1 1e2 | ||
1e2 1e3 | ||
1e3 1e4 | ||
1e4 1e5 | ||
1e5 1e6 | ||
1e6 1e7 | ||
1e7 1e8 | ||
<EndClass> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
METHOD_STATISTIC : 1 | ||
GLOBAL_STATISTIC : 1 | ||
PERCENTILE : 99 | ||
ACCUMULATED : 1 | ||
MONTHLY_STATISTIC : 1 | ||
DAILY_STATISTIC : 1 | ||
|
||
<BeginClass> | ||
0 1e-3 | ||
1e-3 1e-2 | ||
1e-2 1e-1 | ||
1e-1 1e0 | ||
1e0 1e1 | ||
1e1 1e2 | ||
1e2 1e3 | ||
1e3 1e4 | ||
1e4 1e5 | ||
1e5 1e6 | ||
1e6 1e7 | ||
1e7 1e8 | ||
<EndClass> | ||
|
||
|
Oops, something went wrong.