Skip to content

Commit

Permalink
Update buildnml now that PLUMBER2SITE xmlchange is working
Browse files Browse the repository at this point in the history
  • Loading branch information
TeaganKing authored Aug 2, 2024
1 parent b5395f4 commit c9b6e57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datm/cime_config/buildnml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ def _create_namelists(case, confdir, inst_string, infile, nmlgen, data_list_path
# download and use the listing.csv file to determine data availablity
available_neon_data = _get_neon_data_availability(case, neonsite)
if 'PLUMBER2' in clm_usrdat_name:
plumber2site = case.get_value('CASEROOT').split('/')[-1]
plumber2site = case.get_value('PLUMBER2SITE')
if plumber2site:
config['plumber'] = "True"
else:
Expand Down

0 comments on commit c9b6e57

Please sign in to comment.