Skip to content

Commit

Permalink
Merge pull request #341 from hklion/input_namespaces
Browse files Browse the repository at this point in the history
fix prob_lo/hi prefix in inputs_cf_orlanski
  • Loading branch information
hklion authored Jan 29, 2025
2 parents 4f4ca83 + aff69dc commit e5223f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Exec/IdealMiniGrid/inputs_cf_orlanski
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ remora.max_step = 100

# PROBLEM SIZE & GEOMETRY
# dims come from ROMS ana_grid, and must match vals in prob.cpp right now
remora.geometry.prob_lo = 0. 0. -5000.
remora.geometry.prob_hi = 320000. 320000. 0.
remora.prob_lo = 0. 0. -5000.
remora.prob_hi = 320000. 320000. 0.

remora.n_cell = 10 16 20

Expand Down

0 comments on commit e5223f5

Please sign in to comment.