Skip to content

Commit cdb016c

Browse files
committed
Add back debug_inparm as it is required
1 parent 6886f32 commit cdb016c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cime_config/buildnml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ def _create_drv_namelists(case, infile, confdir, nmlgen, files):
318318
# Write namelist file drv_in and initial input dataset list.
319319
# --------------------------------
320320
namelist_file = os.path.join(confdir, "drv_in")
321-
drv_namelist_groups = ["DRIVER_attributes", "MED_attributes", "ALLCOMP_attributes", "ROF_attributes", "WAV_attributes"]
321+
drv_namelist_groups = ["debug_inparm", "DRIVER_attributes", "MED_attributes", "ALLCOMP_attributes", "ROF_attributes", "WAV_attributes"]
322322
nmlgen.write_output_file(
323323
namelist_file, data_list_path=data_list_path, groups=drv_namelist_groups
324324
)

0 commit comments

Comments
 (0)