Skip to content

Commit

Permalink
Fixed input file
Browse files Browse the repository at this point in the history
  • Loading branch information
andyandreolli committed Jun 3, 2022
1 parent fb6c17c commit d668f38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion body_forces/coriolis/coriolis.inc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ subroutine config_body_force()
if (has_terminal) print *, "Using bodyforce, Coriolis force"
if (has_terminal) print *, "Reading Ro from coriolis.in"
! read coriolis.in
open(15, file='camstar.in')
open(15, file='coriolis.in')
read(15, *) omega2
read(15, *) kz_cutoff
read(15, *) y_threshold_bot
Expand Down

0 comments on commit d668f38

Please sign in to comment.