Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
ash-seviri
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ash
ash-seviri
Commits
4b8eb786
Commit
4b8eb786
authored
2 years ago
by
Espen Sollum
Browse files
Options
Downloads
Patches
Plain Diff
Merging changes to branch dev; to be reverted
parent
de3b76c2
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
AshDetection/AshDetection.py
+3
-0
3 additions, 0 deletions
AshDetection/AshDetection.py
AshDetection/asteval.py
+0
-730
0 additions, 730 deletions
AshDetection/asteval.py
AshDetection/config.py
+26
-13
26 additions, 13 deletions
AshDetection/config.py
with
29 additions
and
743 deletions
AshDetection/AshDetection.py
+
3
−
0
View file @
4b8eb786
from
matplotlib
import
use
use
(
'
Agg
'
)
import
numpy
as
np
import
sys
import
copy
...
...
This diff is collapsed.
Click to expand it.
AshDetection/asteval.py
deleted
100755 → 0
+
0
−
730
View file @
de3b76c2
This diff is collapsed.
Click to expand it.
AshDetection/config.py
+
26
−
13
View file @
4b8eb786
...
...
@@ -19,19 +19,32 @@ __version__ = VERSION
# Default locations of SEVIRI raw files and more. Remember trailing
# slashes.
####################################################################
#_PATH_ROOT = "/homevip/espen/"
_PATH_ROOT
=
"
/viper/nadir/home/satdata
"
#PATH_NETCDF = _PATH_ROOT + "NVAP-ncout/"
PATH_TMP
=
_PATH_ROOT
+
"
/tmp/
"
#PATH_SEVIRI_RAW = "/storage/home/eso/Data/RAW/"
# Can find older files here (~60-90 days)
PATH_SEVIRI_RAW
=
"
/urd-tmp/products/IcelandEurope/raw_MSG3_IcelandEurope_1088_0088_1537x494/
"
PATH_ASH_PROP_TABLES
=
_PATH_ROOT
+
"
/repos/ash-seviri/data/BTtables/
"
PATH_ERBT
=
_PATH_ROOT
+
"
/repos/ash-seviri/data/
"
PATH_GEO
=
_PATH_ROOT
+
"
/repos/ash-seviri/data/
"
PATH_EXE
=
_PATH_ROOT
+
"
/repos/ash-seviri/AshDetection/
"
PATH_PLOT
=
_PATH_ROOT
+
"
/NVAP-ncout/plots/
"
# _PATH_ROOT = "/viper/nadir/home/satdata"
# PATH_TMP = _PATH_ROOT + "/tmp/"
# # Can find older files here (~60-90 days)
# PATH_SEVIRI_RAW = "/urd-tmp/products/IcelandEurope/raw_MSG3_IcelandEurope_1088_0088_1537x494/"
# PATH_ASH_PROP_TABLES = _PATH_ROOT + "/repos/ash-seviri/data/BTtables/"
# PATH_ERBT = _PATH_ROOT + "/repos/ash-seviri/data/"
# PATH_GEO = _PATH_ROOT + "/repos/ash-seviri/data/"
# PATH_EXE = _PATH_ROOT + "/repos/ash-seviri/AshDetection/"
# PATH_PLOT = _PATH_ROOT + "/NVAP-ncout/plots/"
####################################################################
# For testing @esolap
####################################################################
_PATH_ROOT
=
"
/home/eso/repos/ash_detection/
"
PATH_NETCDF
=
"
.
"
PATH_TMP
=
"
/tmp/
"
#PATH_SEVIRI_RAW = "/sat_data/products/IcelandEurope/raw_MSG3_IcelandEurope_1088_0088_1537x494/"
PATH_SEVIRI_RAW
=
_PATH_ROOT
+
"
testdata_seviri/
"
PATH_ASH_PROP_TABLES
=
_PATH_ROOT
+
"
/data/BTtables/
"
PATH_ERBT
=
_PATH_ROOT
+
"
/data/
"
PATH_GEO
=
_PATH_ROOT
+
"
/data/
"
PATH_EXE
=
_PATH_ROOT
+
"
/AshDetection/
"
FILE_PATH_LSMASK
=
PATH_GEO
+
"
LandSeaMask
"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment