Skip to content

Commit

Permalink
Quick fix for local reference of dt
Browse files Browse the repository at this point in the history
  • Loading branch information
emilycollier committed Oct 15, 2024
1 parent d210098 commit aa27920
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cosipy/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ def set_correct_config(cls, config_table: dict) -> dict:
"""
# WRF_X_CSPY: for efficiency and consistency
if Config.WRF_X_CSPY:
config_table["PARAMETERIZATIONS"]["albedo_method"] = "Oerlemans98"
config_table["PARAMETERIZATIONS"]["stability_correction"] = "MO"
config_table["PARAMETERIZATIONS"][
"sfc_temperature_method"
Expand Down

0 comments on commit aa27920

Please sign in to comment.