Skip to content

Commit c9b6e57

Browse files
authored
Update buildnml now that PLUMBER2SITE xmlchange is working
1 parent b5395f4 commit c9b6e57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datm/cime_config/buildnml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ def _create_namelists(case, confdir, inst_string, infile, nmlgen, data_list_path
148148
# download and use the listing.csv file to determine data availablity
149149
available_neon_data = _get_neon_data_availability(case, neonsite)
150150
if 'PLUMBER2' in clm_usrdat_name:
151-
plumber2site = case.get_value('CASEROOT').split('/')[-1]
151+
plumber2site = case.get_value('PLUMBER2SITE')
152152
if plumber2site:
153153
config['plumber'] = "True"
154154
else:

0 commit comments

Comments
 (0)