Skip to content

Commit 756065f

Browse files
committed
Remove ROF_attributes and WAV_attributes from the list of groups on the config file, but add in CLOCK_attributes and PELAYOUT_attributes as they are read in Fortran code
1 parent c5bbd1f commit 756065f

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", "ROF_attributes", "WAV_attributes"]
321+
drv_namelist_groups = ["debug_inparm", "DRIVER_attributes", "MED_attributes", "ALLCOMP_attributes", "CLOCK_attributes", "PELAYOUT_attributes"]
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)