Skip to content

Commit

Permalink
Add run-croton-* targets to Run directory makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
scrasmussen committed Apr 20, 2024
1 parent 6fc40a2 commit 60066b7
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions tests/ctests/run_dir_makefile.mk
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,19 @@ croton-reach:
make -C .. croton-reach
croton-reach-lakes:
make -C .. croton-reach-lakes
# run croton targets
run-croton:
make -C .. run-croton
run-croton-gridded:
make -C .. run-croton-gridded
run-croton-gridded-no-lakes:
make -C .. run-croton-gridded-no-lakes
run-croton-nwm:
make -C .. run-croton-nwm
run-croton-reach:
make -C .. run-croton-reach
run-croton-reach-lakes:
make -C .. run-croton-reach-lakes

clean:
rm -f *.LDASOUT_DOMAIN1 *.LAKEOUT_DOMAIN1 *.CHRTOUT_DOMAIN1
Expand Down

0 comments on commit 60066b7

Please sign in to comment.