Console Output
++ git branch --show-current
+ export BRANCH=
+ BRANCH=
++ git log -1 --format=%H
+ export COMMIT=110a9b8bdf80d81a9c012354956ecc9c28443cc5
+ COMMIT=110a9b8bdf80d81a9c012354956ecc9c28443cc5
+ mv output gfortran
+ python postprocessing/pyplotgen/pyplotgen.py -l -c output -o clubb_gfortran__110a9b8bdf80d81a9c012354956ecc9c28443cc5
Traceback (most recent call last):
File "/home/jenkins/workspace/branch_clubb_test/postprocessing/pyplotgen/pyplotgen.py", line 819, in <module>
pyplotgen = __processArguments__()
File "/home/jenkins/workspace/branch_clubb_test/postprocessing/pyplotgen/pyplotgen.py", line 799, in __processArguments__
pyplotgen = PyPlotGen(args.output, clubb_folders=args.clubb, replace=args.replace, les=les, e3sm_folders=args.e3sm,
File "/home/jenkins/workspace/branch_clubb_test/postprocessing/pyplotgen/pyplotgen.py", line 165, in __init__
raise RuntimeError("The directory " + folder + " does not exist.")
RuntimeError: The directory output does not exist.