Skip to content

Commit

Permalink
Added placeholder for clm5_0_CRUJRA2024 closest_tuning in buildnml
Browse files Browse the repository at this point in the history
  • Loading branch information
slevis-lmwg committed Feb 7, 2025
1 parent fc2bca5 commit fca4696
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cime_config/buildnml
Original file line number Diff line number Diff line change
Expand Up @@ -105,12 +105,12 @@ def buildnml(case, caseroot, compname):
"clm5_0_QIAN": "clm5_0_GSWP3v1",
"clm5_0_NLDAS2": "clm5_0_GSWP3v1",
"clm5_0_ERA5": "clm5_0_GSWP3v1",
"clm5_0_CRUJRA2024": "clm5_0_GSWP3v1",
"clm6_0_1PT": "clm6_0_GSWP3v1",
"clm6_0_QIAN": "clm6_0_GSWP3v1",
"clm6_0_NLDAS2": "clm6_0_GSWP3v1",
"clm6_0_ERA5": "clm6_0_GSWP3v1",
"clm6_0_CRUv7": "clm6_0_GSWP3v1",
"clm6_0_CRUJRA2024": "clm6_0_GSWP3v1",
}
for mode, closest in closest_tuning.items():
if lnd_tuning_mode == mode:
Expand Down

0 comments on commit fca4696

Please sign in to comment.