Skip to content

Commit

Permalink
Correct names of namelists, make sure order is correct
Browse files Browse the repository at this point in the history
  • Loading branch information
ekluzek committed Jun 3, 2023
1 parent c063cd8 commit bdf4d46
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 @@ -273,7 +273,7 @@ def write_nml_in_file(case, nmlgen, confdir, nml_file):
os.remove(data_list_path)

namelist_file = os.path.join(confdir, nml_file)
nmlgen.write_output_file(namelist_file, data_list_path=data_list_path, groups=["SLOPE", "IRF_UG", "KWT"])
nmlgen.write_output_file(namelist_file, data_list_path=data_list_path, groups=["HSLOPE", "IRF_UH", "KWT"])

###############################################################################
def buildnml(case, caseroot, compname):
Expand Down

0 comments on commit bdf4d46

Please sign in to comment.