Skip to content

Commit

Permalink
Use Clm60 compsets rather than Clm51
Browse files Browse the repository at this point in the history
  • Loading branch information
ekluzek committed Mar 9, 2024
1 parent 25bc318 commit c3025e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/ctsm/site_and_regional/run_neon.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,9 +209,9 @@ def main(description):

res = "CLM_USRDAT"
if run_type == "transient":
compset = "IHist1PtClm51Bgc"
compset = "IHist1PtClm60Bgc"
else:
compset = "I1PtClm51Bgc"
compset = "I1PtClm60Bgc"

# -- Looping over neon sites

Expand Down

0 comments on commit c3025e5

Please sign in to comment.