Search found 11 matches

by seethala.chellappan
June 29th, 2021, 2:53 pm
Forum: HYSPLIT for Mac OS X
Topic: ERA52ARL code compilation error
Replies: 28
Views: 4483928

Re: ERA52ARL code compilation error

Not sure if I still understand you. I run the python code in pycharm env. I edited the following options year/month/day and area in get_era5_cds.py and run it. I can also provide the full 2D and 3D file I generated through this program (if that helps) if you want to run era52arl code and check inter...
by seethala.chellappan
June 29th, 2021, 9:12 am
Forum: HYSPLIT for Mac OS X
Topic: ERA52ARL code compilation error
Replies: 28
Views: 4483928

Re: ERA52ARL code compilation error

get_era5_cds.py file is as below: # vim: tabstop=4 expandtab shiftwidth=4 softtabstop=4 #from ecmwfapi import ECMWFDataServer import cdsapi #from calendar import monthrange #from calendar import month_name from optparse import OptionParser import sys import datetime import string """ MAIN PROGRAM: r...
by seethala.chellappan
June 28th, 2021, 4:50 pm
Forum: HYSPLIT for Mac OS X
Topic: ERA52ARL code compilation error
Replies: 28
Views: 4483928

Re: ERA52ARL code compilation error

Below I executed grib_count with the file names.

% grib_count ERA5_2000.Jan01.3dpl.grib ERA5_2000.Jan01.2dpl.all.grib

5592
by seethala.chellappan
June 24th, 2021, 10:06 am
Forum: HYSPLIT for Mac OS X
Topic: ERA52ARL code compilation error
Replies: 28
Views: 4483928

Re: ERA52ARL code compilation error

Hi Alice, Thank you! The input files (ERA5_2000.Jan01.3dpl.grib, ERA5_2000.Jan01.2dpl.all.grib) for era52arl executable are created using your python code from Github. Below are answers to your questions. Looking forward to hear from you. 1. Can you just run the executable for era52arl with no input...
by seethala.chellappan
June 23rd, 2021, 8:05 am
Forum: HYSPLIT for Mac OS X
Topic: ERA52ARL code compilation error
Replies: 28
Views: 4483928

Re: ERA52ARL code compilation error

Hello Sonny, Thank you for the era52arl Mac executables. Initially, I had an error with eccodes definition path, that I have resolved now. But, I am getting the following error now. Also attached the era52arl.cfg file content at the bottom. Hopefully, you can help me resolve this issue soon? % ./era...
by seethala.chellappan
June 18th, 2021, 12:28 pm
Forum: Conversion programs
Topic: why ECCODES ERROR : get: values Passed array is too small ?
Replies: 4
Views: 64771

Re: why ECCODES ERROR : get: values Passed array is too small ?

Hi Charlie, I ended up with the same error. Did you manage to solve this issue? How did you do it? The admin of the remote host solved for you? Thank you for any tips you may have. (base) [schellapp@puhti-login2 working]$ ./era52arl -iERA5_2010.Feb07.3dpl.grib -aERA5_2010.Feb07.2dpl.all.grib -t1 -oe...
by seethala.chellappan
June 17th, 2021, 7:34 am
Forum: HYSPLIT for Mac OS X
Topic: ERA52ARL code compilation error
Replies: 28
Views: 4483928

Re: ERA52ARL code compilation error

Hi Sonny, I have tried using your 'era52arl' executable provided by you. It didn't show any error for executing it without inputs. But, with inputs, I get the following error. I can see the error is 'eccodes' path, as the executable was created in your computer. Is there any workaround for this issu...
by seethala.chellappan
June 3rd, 2021, 3:46 pm
Forum: HYSPLIT for Mac OS X
Topic: ERA52ARL code compilation error
Replies: 28
Views: 4483928

Re: ERA52ARL code compilation error

Hi Sonny, The executables are working now. Thank you! One quick question. The automatic trajectories plots are interesting, but what I really need is to get the lat/lon tracks and corresponding met data., i.e., to read the files 'tdump' and 'cdump'. I can write my own code to read, but I think it is...
by seethala.chellappan
June 3rd, 2021, 11:49 am
Forum: HYSPLIT for Mac OS X
Topic: ERA52ARL code compilation error
Replies: 28
Views: 4483928

Re: ERA52ARL code compilation error

Hi Sonny, Thank you very much! I received the email. I am going to work with those files and keep you updated about how it goes.
by seethala.chellappan
June 2nd, 2021, 12:08 pm
Forum: HYSPLIT for Mac OS X
Topic: ERA52ARL code compilation error
Replies: 28
Views: 4483928

Re: ERA52ARL code compilation error

Hi Sonny, Thank you! Do you know how I can handle hysplit library in a precompiled version? Following your suggestion, I executed "gfortran era52arl.f90 -o era52arl.exe -I/opt/homebrew/Cellar/eccodes/2.22.0/include -L/opt/homebrew/Cellar/eccodes/2.22.0/lib -leccodes_f90 -leccodes", but not included ...

Go to advanced search