Skip to content

Commit

Permalink
Back off -Werror in passed forcings case to avoid recursive bug-fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilMiller authored and aaraney committed Mar 29, 2024
1 parent 7b0088b commit 15807d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make_and_run_pass_forcings.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash
gcc -Werror ./src/main_pass_forcing.c ./src/pet.c ./src/bmi_pet.c ./extern/forcing_code/src/aorc.c ./extern/forcing_code/src/bmi_aorc.c -lm -o run_bmi_forcings_pass
gcc ./src/main_pass_forcing.c ./src/pet.c ./src/bmi_pet.c ./extern/forcing_code/src/aorc.c ./extern/forcing_code/src/bmi_aorc.c -lm -o run_bmi_forcings_pass
./run_bmi_forcings_pass ./configs/pet_config_bmi.txt ./configs/aorc_config_cat_67.txt

0 comments on commit 15807d3

Please sign in to comment.