Skip to content

Commit

Permalink
HOMME: fix some valgrind errors in namelist parsing module
Browse files Browse the repository at this point in the history
  • Loading branch information
bartgol committed Dec 9, 2024
1 parent 37e22bd commit 466f90e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions components/homme/src/share/namelist_mod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -426,6 +426,13 @@ subroutine readnl(par)
se_ftype = ftype ! MNL: For non-CAM runs, ftype=0 in control_mod
nsplit = 1
pertlim = 0.0_real_kind
#else
se_partmethod = SFCURVE
se_ne = 0
se_ne_x = 0
se_ne_y = 0
se_lx = 0
se_ly = 0
#endif
sub_case = 1
numnodes = -1
Expand Down

0 comments on commit 466f90e

Please sign in to comment.