We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7be45f7 commit e427e0dCopy full SHA for e427e0d
1 file changed
PyStemmusScope/iostreamer.py
@@ -40,7 +40,7 @@ def create_io_dir(forcing_filename, config):
40
Path (string) to input, output directory and config file for every station/forcing.
41
"""
42
# get start time with the format Y-M-D-HM
43
- timestamp = time.strftime('%Y%m%d_%H%M')
+ timestamp = time.strftime('%Y-%m-%d-%H%M')
44
station_name = forcing_filename.split('_')[0]
45
# create input directory
46
input_dir = Path(f"{config['WorkDir']}/input/{station_name}_{timestamp}")
0 commit comments