Skip to content

Commit

Permalink
this version runs to t=900 for DensityCurrent with AMR (erf-model#1919)
Browse files Browse the repository at this point in the history
* this version runs to t=900 for DensityCurrent with AMR

* fix cmake

* removed unused
  • Loading branch information
asalmgren authored Oct 31, 2024
1 parent f6dd23b commit f6b1c87
Show file tree
Hide file tree
Showing 19 changed files with 110 additions and 483 deletions.
1 change: 0 additions & 1 deletion Exec/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ elseif (ERF_ENABLE_REGRESSION_TESTS_ONLY)
add_subdirectory(DevTests/MovingTerrain)
else ()
add_subdirectory(ABL)
add_subdirectory(SuperCell)
add_subdirectory(SquallLine_2D)
add_subdirectory(RegTests/Bubble)
add_subdirectory(RegTests/Couette_Poiseuille)
Expand Down
2 changes: 2 additions & 0 deletions Exec/RegTests/DensityCurrent/GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ DEBUG = FALSE
TEST = TRUE
USE_ASSERTION = TRUE

USE_POISSON_SOLVE = TRUE

# GNU Make
Bpack := ./Make.package
Blocs := .
Expand Down
5 changes: 2 additions & 3 deletions Exec/RegTests/DensityCurrent/inputs_amr
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ amr.max_level = 1 # maximum level number allowed
amr.n_cell = 128 1 32 # dx=dy=dz=100 m, Straka et al 1993 / Xue et al 2000
erf.fixed_dt = 2.0 # fixed time step [s] -- Straka et al 1993
erf.fixed_fast_dt = 0.5 # fixed time step [s] -- Straka et al 1993
erf.plot_int_1 = 100 # number of timesteps between plotfiles
erf.check_int =-1000 # number of timesteps between checkpoints
erf.plot_int_1 = 150 # number of timesteps between plotfiles
erf.check_int =-100 # number of timesteps between checkpoints

# DIAGNOSTICS & VERBOSITY
erf.sum_interval =-1 # timesteps between computing mass
Expand Down Expand Up @@ -73,7 +73,6 @@ prob.U_0 = 0.0
################################ MULTILEVEL ################################
amr.ref_ratio_vect = 2 1 2

erf.coupling_type = "OneWay"
erf.regrid_int = 10

erf.refinement_indicators = lo_theta
Expand Down
12 changes: 0 additions & 12 deletions Exec/SuperCell/CMakeLists.txt

This file was deleted.

63 changes: 0 additions & 63 deletions Exec/SuperCell/ERF_prob.H

This file was deleted.

233 changes: 0 additions & 233 deletions Exec/SuperCell/ERF_prob.cpp

This file was deleted.

32 changes: 0 additions & 32 deletions Exec/SuperCell/GNUmakefile

This file was deleted.

2 changes: 0 additions & 2 deletions Exec/SuperCell/Make.package

This file was deleted.

2 changes: 0 additions & 2 deletions Exec/SuperCell/README

This file was deleted.

Loading

0 comments on commit f6b1c87

Please sign in to comment.