config.py

changeset 2
763a7ac22031
parent 0
fce4cae19357
equal deleted inserted replaced
1:f0db47eb70b1 2:763a7ac22031
4 #NETCDF_PATH: 'C:/Users/Pilar/Documents/GitHub/eldamwl_plot/data/' 4 #NETCDF_PATH: 'C:/Users/Pilar/Documents/GitHub/eldamwl_plot/data/'
5 #HTML_PATH: 'C:/Users/Pilar/Documents/GitHub/eldamwl_plot/plots/' 5 #HTML_PATH: 'C:/Users/Pilar/Documents/GitHub/eldamwl_plot/plots/'
6 #LOG_PATH: 'logs/' 6 #LOG_PATH: 'logs/'
7 netcdf_path = 'data/' 7 netcdf_path = 'data/'
8 html_path = 'plots/' 8 html_path = 'plots/'
9
10 # :::::::::::::::::::
11 # Running config
12 # :::::::::::::::::::
13 interactive = False
14

mercurial