Skip to content

Commit

Permalink
Change the list of groups added for writing out the cpl.input_data_li…
Browse files Browse the repository at this point in the history
…st file to check for file existence, fixing ESCOMP#526
  • Loading branch information
ekluzek committed Jan 18, 2025
1 parent b742505 commit ee2677f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cime_config/buildnml
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ def _create_drv_namelists(case, infile, confdir, nmlgen, files):
# Write namelist file drv_in and initial input dataset list.
# --------------------------------
namelist_file = os.path.join(confdir, "drv_in")
drv_namelist_groups = ["papi_inparm", "prof_inparm", "debug_inparm"]
drv_namelist_groups = ["DRIVER_attributes", "MED_attributes", "ALLCOMP_attributes", "ROF_attributes", "WAV_attributes"]
nmlgen.write_output_file(
namelist_file, data_list_path=data_list_path, groups=drv_namelist_groups
)
Expand Down

0 comments on commit ee2677f

Please sign in to comment.