Skip to content

Commit

Permalink
Add moisture model name to inputs that employ moisture and update doc…
Browse files Browse the repository at this point in the history
…s. (#1304)
  • Loading branch information
AMLattanzi authored Nov 17, 2023
1 parent accb442 commit 03c1754
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Docs/sphinx_doc/Inputs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -899,6 +899,8 @@ List of Parameters
| Parameter | Definition | Acceptable | Default |
| | | Values | |
+=============================+==========================+====================+============+
| **erf.moisture_model** | Name of moisture model | "SAM", "Kessler" | "Null" |
+-----------------------------+--------------------------+--------------------+------------+
| **erf.do_cloud** | use basic moisture model | true / false | true |
+-----------------------------+--------------------------+--------------------+------------+
| **erf.do_precip** | include precipitation | true / false | true |
Expand Down
2 changes: 2 additions & 0 deletions Exec/DevTests/MetGrid/inputs
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ erf.les_type = "Smagorinsky"
#erf.les_type = "Deardorff"
erf.Cs = 0.1

erf.moisture_model = "SAM"

#erf.terrain_z_levels = 0 130 354 583 816 1054 1549 2068 2615 3193 3803 4450 5142 5892 6709 7603 8591 9702 10967 12442 14230 16610 18711 20752 22133 23960 26579 28493 31236 33699 36068 40000

# INITIALIZATION WITH ATM DATA
Expand Down
2 changes: 2 additions & 0 deletions Exec/Radiation/inputs_radiation
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ erf.use_gravity = true
erf.use_coriolis = false
erf.use_rayleigh_damping = false

erf.moisture_model = "SAM"

erf.les_type = "Deardorff"
#erf.les_type = "None"
#
Expand Down
1 change: 1 addition & 0 deletions Exec/RegTests/Bubble/inputs_squall2d_x
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ erf.use_rayleigh_damping = false # TODO: enable
# PHYSICS OPTIONS
erf.les_type = "Deardorff"
erf.pbl_type = "None"
erf.moisture_model = "SAM"

erf.molec_diff_type = "Constant"
erf.rho0_trans = 1.0 # [kg/m^3], used to convert input diffusivities
Expand Down
2 changes: 2 additions & 0 deletions Exec/SuperCell/inputs_moisture
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ erf.use_gravity = true
erf.use_coriolis = false
erf.use_rayleigh_damping = false

erf.moisture_model = "SAM"

erf.les_type = "Deardorff"
#erf.les_type = "None"
#
Expand Down

0 comments on commit 03c1754

Please sign in to comment.