config.py

Wed, 28 Aug 2024 11:28:24 +0000

author
pilar <pilar.gumaclaramunt@cnr.it>
date
Wed, 28 Aug 2024 11:28:24 +0000
changeset 4
75213aef70b8
parent 2
763a7ac22031
permissions
-rw-r--r--

Changed the timestamps to UTC and the filenames of the plots

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