config.py

Tue, 02 Jul 2024 08:37:49 +0000

author
pilar <pilar.gumaclaramunt@cnr.it>
date
Tue, 02 Jul 2024 08:37:49 +0000
changeset 2
763a7ac22031
parent 0
fce4cae19357
permissions
-rw-r--r--

Added the plotting of high and low resolution together in the same plot.

pilar@0 1 # :::::::::::::::::::
pilar@0 2 # Directories
pilar@0 3 # :::::::::::::::::::
pilar@0 4 #NETCDF_PATH: 'C:/Users/Pilar/Documents/GitHub/eldamwl_plot/data/'
pilar@0 5 #HTML_PATH: 'C:/Users/Pilar/Documents/GitHub/eldamwl_plot/plots/'
pilar@0 6 #LOG_PATH: 'logs/'
pilar@0 7 netcdf_path = 'data/'
pilar@2 8 html_path = 'plots/'
pilar@2 9
pilar@2 10 # :::::::::::::::::::
pilar@2 11 # Running config
pilar@2 12 # :::::::::::::::::::
pilar@2 13 interactive = False
pilar@2 14

mercurial