Skip to content

Commit

Permalink
fixed compile time choices for setup randomwind
Browse files Browse the repository at this point in the history
  • Loading branch information
moverton000 committed Jul 12, 2024
1 parent a3a7a0a commit 043922d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/Makefile_setups
Original file line number Diff line number Diff line change
Expand Up @@ -171,10 +171,10 @@ ifeq ($(SETUP), randomwind)
SETUPFILE=setup_disc.f90
ANALYSIS= analysis_disc.f90
SRCINJECT=utils_binary.f90 inject_randomwind.f90
IND_TIMESTEPS=yes
CONST_AV=yes
ISOTHERMAL=yes
KNOWN_SETUP=yes
MULTIRUNFILE= multirun.f90
IND_TIMESTEPS=yes
endif

ifeq ($(SETUP), grtde)
Expand Down

0 comments on commit 043922d

Please sign in to comment.