Skip to content

Commit

Permalink
SAM is broken and doesn't work with WPS restart. (#1442)
Browse files Browse the repository at this point in the history
  • Loading branch information
AMLattanzi authored Feb 16, 2024
1 parent b49b6b6 commit 0a1e223
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Exec/RegTests/WPS_Test/inputs_real_ChisholmView
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ erf.use_gravity = true
erf.use_terrain = true
erf.use_terrain = false

erf.moisture_model = "SAM"
erf.moisture_model = "Kessler"

erf.les_type = "None"
erf.molec_diff_type = "Constant"
Expand Down
3 changes: 1 addition & 2 deletions Source/Microphysics/Kessler/Diagnose_Kessler.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#include "Microphysics.H"
#include "EOS.H"
#include "Kessler.H"

/**
* Computes diagnostic quantities like cloud ice/liquid and precipitation ice/liquid
Expand Down
3 changes: 1 addition & 2 deletions Source/Microphysics/SAM/Cloud_SAM.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@

#include "Microphysics.H"
#include "SAM.H"
#include "IndexDefines.H"
#include "TileNoZ.H"

Expand Down

0 comments on commit 0a1e223

Please sign in to comment.