Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions ndsl/namelist.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ class NamelistDefaults:
rlmx = 300.0 # upper-limiter on asymtotic mixing length in satmedmfdiff
do_dk_hb19 = False # flag for using hb19 background diff formula in satmedmfdiff
cap_k0_land = False # flag for applying limiter on background diff in inversion layer over land in satmedmfdiff
sw_dynamics = False # flag for turning on shallow water conditions in dyn core
Comment thread
jjuyeonkim marked this conversation as resolved.

@classmethod
def as_dict(cls):
Expand Down