Skip to content
Snippets Groups Projects
Commit 176e2560 authored by Hannes Keernik's avatar Hannes Keernik
Browse files

Delete config.py

parent 64f33f4c
No related branches found
No related tags found
No related merge requests found
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
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment