Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdudfield committed Jan 10, 2025
1 parent 1bbc638 commit 30b283c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion india_forecast_app/models/pvnet/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ def process_and_cache_nwp(nwp_config: NWPProcessAndCacheConfig):
ds = ds.rename({"NCEP-GFS": "NOAA_GLOBAL"})

# rename variable names in the variable coordinate
# This is a renaming from ECMWF variables to what we use in the ML Model
# This is a renaming from GFS variables to what we use in the ML Model
# This change happened in the new nwp-consumer>=1.0.0
# Ideally we won't need this step in the future
variable_coords = ds.variable.values
Expand Down

0 comments on commit 30b283c

Please sign in to comment.