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

Fixed ny/nx = nlat/nlon bug in netcdf read. #43

Merged
merged 1 commit into from
Jan 30, 2023

Conversation

drnimbusrain
Copy link
Member

No description provided.

@drnimbusrain drnimbusrain merged commit 7f5c02c into feature/flameh_opt Jan 30, 2023
@angehung5
Copy link
Collaborator

angehung5 commented Jan 30, 2023

Model reads 2D netcdf input file successfully but gets following errors when writing netcdf output:

Program received signal SIGSEGV: Segmentation fault - invalid memory reference.

Backtrace for this error:
#0 0x7fdd5d72787f in ???
#1 0x411bd1 in ???
#2 0x401c6a in ???
#3 0x7fdd5d7137b2 in ???
#4 0x401cad in ???
#5 0xffffffffffffffff in ???

Looks like model create an empty netcdf file but fails to write values. And model has no problem with txt outputs.

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

Successfully merging this pull request may close these issues.

2 participants