Skip to content

Commit

Permalink
fix processing script
Browse files Browse the repository at this point in the history
  • Loading branch information
juannat7 committed Aug 13, 2024
1 parent fee25f2 commit 72e631e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/process_atmos.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def main(args):
Main driver to download ERA5 data based on individual variable
See https://cds.climate.copernicus.eu/api-how-to on how to configure the API
"""
RESOLUTION = (args.resolution)
RESOLUTION = str(args.resolution)
assert float(RESOLUTION) >= 0.25, 'Highest resolution is 0.25-degree, provide coarser one e.g., 1.5'

# Initialize CDS API
Expand Down

0 comments on commit 72e631e

Please sign in to comment.