Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AdaptEST
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
UT Climate Research Centre
ClimateProjections
AdaptEST
Commits
176e2560
Commit
176e2560
authored
7 months ago
by
Hannes Keernik
Browse files
Options
Downloads
Patches
Plain Diff
Delete config.py
parent
64f33f4c
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
past_climate_scripts/config.py
+0
-47
0 additions, 47 deletions
past_climate_scripts/config.py
with
0 additions
and
47 deletions
past_climate_scripts/config.py
deleted
100644 → 0
+
0
−
47
View file @
64f33f4c
main_path
=
'
/gpfs/space/home/keernikh/adaptest/
'
logging_path
=
'
%spy_output/
'
%
main_path
eobs_daily_loc_path
=
'
%sdata/eobs/daily/
'
%
main_path
era5_hourly_loc_path
=
'
/gpfs/space/projects/climate_data/era5/
'
era5_daily_loc_path
=
'
%sdata/era5_daily/
'
%
main_path
era5_icclim_indices_path
=
'
%sdata/icclim/
'
%
main_path
eobs_daily_ver
=
'
28.0
'
eobs_daily_source_path
=
'
https://knmi-ecad-assets-prd.s3.amazonaws.com/ensembles/data/Grid_0.1deg_reg_ensemble/
'
eobs_indices_loc_path
=
'
%sdata/eobs/indices/
'
%
main_path
eobs_indices_ver
=
'
27.0
'
eobs_indices_source_path
=
'
https://surfobs.climate.copernicus.eu/data/indices/eobs/
'
fig_path
=
'
%spast_climate_figs/
'
%
main_path
# Date strings for use_dt_slicing_bool and use_dt:
dt_start
=
"
1991-01-01
"
dt_end
=
"
2020-12-31
"
ref_dt_start
=
"
1961-01-01
"
ref_dt_end
=
"
1990-12-31
"
dt_selected
=
"
1950-07-02
"
# Choose one of the two options:
use_dt_slicing_bool
=
True
# include data from two periods: dt_start-dt_end, ref_dt_start-ref_dt_end
use_dt
=
False
# include data from dt_selected only
# 'indices' or 'daily'
prod
=
'
daily
'
baltex_area
=
{
'
maxlat
'
:
72
,
'
maxlon
'
:
40
,
'
minlat
'
:
48
,
'
minlon
'
:
5
}
rectangle_area
=
{
'
maxlat
'
:
72
,
'
maxlon
'
:
40
,
'
minlat
'
:
40
,
'
minlon
'
:
5
}
estonia_area
=
{
'
maxlat
'
:
60
,
'
maxlon
'
:
30
,
'
minlat
'
:
57
,
'
minlon
'
:
20
}
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