Skip to content

Forcing data about ERA5 #233

Answered by sudarsan3010
Zhoujieliang asked this question in Q&A
Discussion options

You must be logged in to vote

Dear @Zhoujieliang,

Even through CDSAPI, the request can be placed only for one month. But you can loop the requests in with simple Python code.
Attached herewith.
download_era5land.txt
(In the above file just change your Python library path and make it a .py executable file)

This Python code will download the ERA5_Land forcings months, which can later be merged together by the following command.
cdo -O cat ERA5_global_2008*.grib ERA5_global_2008.grib

(It is necessary to have both ecCodes and cdo (with ecCodes support) installed on the system)

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@Zhoujieliang
Comment options

Answer selected by tslin2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants