Skip to content

Commit

Permalink
delete unnecessary rm
Browse files Browse the repository at this point in the history
  • Loading branch information
paulf81 committed Nov 21, 2024
1 parent 046b28e commit 4d843f4
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,7 @@ source "$CONDA_PATH"
conda activate hercules

# Clean up existing outputs
if [ -f hercules_output_control.csv ]; then rm hercules_output_control.csv; fi
if [ -d outputs ]; then rm -r outputs; fi

# Create the outputs folder
mkdir -p outputs

# Set the helics port to use:
Expand All @@ -51,7 +48,6 @@ echo "Starting floris"
python3 floris_runscript.py inputs/amr_input.inp >> outputs/logfloris.log 2>&1

# Clean up helics output if there

# Search for a file that begins with the current year
# And ends with csv
# If the file exists, move to outputs folder
Expand Down

0 comments on commit 4d843f4

Please sign in to comment.