Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error'' Killed'' in LLC4320 #324

Open
neshghi opened this issue Jul 13, 2023 · 0 comments
Open

Error'' Killed'' in LLC4320 #324

neshghi opened this issue Jul 13, 2023 · 0 comments

Comments

@neshghi
Copy link

neshghi commented Jul 13, 2023

Hi All,
I want to make the input files from LLC4320 data with the file format of '*.nc' for the Persian Gulf. I know this area located in face # 2 and face # 5. I want to get the data for these faces, link together then separate the Persian Gulf area from that.
for the first step, I use following lines:

from xmitgcm import llcreader

model = llcreader.ECCOPortalLLC4320Model()
ds = model.get_dataset(varnames=['Eta'],iter_start=13680,iter_stop=13681,k_chunksize=90)
ds.sel(face=2).to_netcdf('my_file.nc')

but after a few minuets, I have the error as '' Killed'' , so I cannot get the completed file. How can I figure out this problem?
I would be thankful if you helped me about this matter.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant