Skip to content

Commit

Permalink
Merge pull request #94 from CIAT-DAPA/develop
Browse files Browse the repository at this point in the history
month
  • Loading branch information
santiago123x authored Oct 8, 2024
2 parents debee01 + c2f782f commit db146a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aclimate_resampling/complete_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ def download_era5_data(self,variables=["t_max","t_min","sol_rad"], test = False)
'variable': enum_variables[v]["name"],
'statistic': enum_variables[v]["statistics"],
'year': year,
'month': [f"{month:02}"],
'month': [f"{month:02d}"],
'day': days,
'version': self.cdsapi_version,
},
Expand Down

0 comments on commit db146a1

Please sign in to comment.