Skip to content

Commit e592013

Browse files
committed
Hard-coding sw_dynamics to False, will change to NamelistDefaults.sw_dynamics with the next NDSL release
1 parent 322c21c commit e592013

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyFV3/_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ class DynamicalCoreConfig:
274274
nf_omega: int = NamelistDefaults.nf_omega
275275
fv_sg_adj: int = NamelistDefaults.fv_sg_adj
276276
n_sponge: int = NamelistDefaults.n_sponge
277-
sw_dynamics: bool = NamelistDefaults.sw_dynamics
277+
sw_dynamics: bool = False # TODO: Change to NamelistDefaults.sw_dynamics
278278
namelist_override: Optional[str] = None
279279

280280
def __post_init__(self):

0 commit comments

Comments
 (0)