Skip to content

IMERG dataset error #1534

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

You must be logged in to vote

Dear @MariRiba,

This issue is caused because the older IMERG versions (before V7) had precipitation variable in the name of 'precipitationCal' (which is a combination of both IR & Microwave), but in the new IMERG versions (V07), the precipitation variable is named as 'precipitation'.

This has been resolved in the latest available version LISF - 7.5.0. If using 7.4.x or anything lesser, then edit the code in the 'read_IMERG.F90' file located at 'lis/metforcing/imerg' as below,

Orginal command line: character(len=40) :: dsetname='/Grid/precipitationCal'
New command line: character(len=40) :: dsetname='/Grid/precipitation'

Hope this helps! :)

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by MariRiba
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