Skip to content

Commit

Permalink
fix typo in modify_fates_paramfile.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ckoven committed Nov 26, 2024
1 parent 96ae462 commit cbfefff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/modify_fates_paramfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ def main():
'fates_history_damage_bins',
'fates_NCWD','fates_litterclass','fates_leafage_class', \
'fates_plant_organs','fates_hydr_organs','fates_hlm_pftno', \
'fates_leafage_class','fates_landuse_class']:
'fates_leafage_class','fates_landuseclass']:
otherdimpresent = True
otherdimname = var.dimensions[i]
otherdimlength = var.shape[i]
Expand Down

0 comments on commit cbfefff

Please sign in to comment.