Skip to content

Commit

Permalink
Add prc_typ for clm2
Browse files Browse the repository at this point in the history
  • Loading branch information
forsyth2 committed Jun 25, 2024
1 parent d936b85 commit 48988df
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion zppy/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,10 @@ def getComponent(input_component, input_files):
prc_typ = tmp
elif tmp in ("cpl",):
component = "cpl"
elif tmp in ("clm2", "elm"):
elif tmp in ("clm2",):
component = "lnd"
prc_typ = "clm"
elif tmp in ("elm",):
component = "lnd"
prc_typ = tmp
elif tmp in ("mosart",):
Expand Down

0 comments on commit 48988df

Please sign in to comment.