Skip to content

Commit 3497948

Browse files
committed
OK this was wrong as well, as most of these are in the config file and NOT in the namelist file, debug_inparm needs to be first because it's read first, the prof_inparm and papi_inparm are searched for first so order doesn't matter
1 parent ef71459 commit 3497948

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 = ["debug_inparm", "DRIVER_attributes", "MED_attributes", "ALLCOMP_attributes", "CLOCK_attributes", "PELAYOUT_attributes"]
321+
drv_namelist_groups = ["debug_inparm"]
322322
# Add optional namelista that the GPTL library can read (from CIME or ESMF)
323323
drv_namelist_groups.extend( ["prof_inparm", "papi_inparm"] )
324324
nmlgen.write_output_file(

0 commit comments

Comments
 (0)