amcz / hysplit_metdata

28 stars 23 forks source link

conversion of era5 data to ARL format #8

Closed Akhilauppala2056 closed 3 years ago

Akhilauppala2056 commented 4 years ago

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 4 years ago

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

Akhilauppala2056 commented 4 years ago

Below attachment shows errors that i am getting

On Tue, Feb 25, 2020 at 6:08 PM A. Crawford notifications@github.com wrote:

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

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/amcz/hysplit_metdata/issues/8?email_source=notifications&email_token=AOIZBREIMFVMKJTFUA7U3NDREUGL5A5CNFSM4K3B5JD2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEM3ZR6Y#issuecomment-590846203, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOIZBRCJX2JPMYDJVS4SPYDREUGL5ANCNFSM4K3B5JDQ .

amcz commented 3 years ago

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