amcz/hysplit_metdata

conversion of era5 data to ARL format

Akhilauppala2056 opened this issue · 3 comments

In shell script If i am not giving file name as era52arl.f error is coming like file is not in the specified directory. when i am giving it as era52arl.f it is accessing that file but it is not converting grib files into arl format. It is saying each and every line in that fortran file as an error.

amcz commented

Have you compiled era52arl? You need to compile it and make sure the executable is available in the directory.

amcz commented

This comment has to do with the fortran program era52arl.f and not the python code.