conversion of era5 data to ARL format
Akhilauppala2056 opened this issue · 3 comments
Akhilauppala2056 commented
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.
Akhilauppala2056 commented
Below attachment shows errors that i am getting
…On Tue, Feb 25, 2020 at 6:08 PM A. Crawford ***@***.***> 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
<#8?email_source=notifications&email_token=AOIZBREIMFVMKJTFUA7U3NDREUGL5A5CNFSM4K3B5JD2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEM3ZR6Y#issuecomment-590846203>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOIZBRCJX2JPMYDJVS4SPYDREUGL5ANCNFSM4K3B5JDQ>
.
amcz commented
This comment has to do with the fortran program era52arl.f and not the python code.