Skip to content

const -> star found in bad slot #1411

Locked Answered by j-opatz
aamemiya asked this question in File I/O
Discussion options

You must be logged in to vote

Thank you for the reupload of data, everything was available this second time and I was able to take a quick look at the file.

From what I can see inside the file, we're missing critical data in order for MET's plot-data-plane to work. Let's take the QHYD variable as an example.

From the printout for this variable, we see it's defined:

float QHYD(time, z, y, x) ;

For MET to know where to plot this data on a grid, 2 of these dimensions need to be evenly spaced grid information, which we indicated to MET via the * character. But from the dimensions of the array variables:

z = 36 ;
x = 15 ;
y = 20;
time = UNLIMITED ; // (21 currently)

We can see there's nothing to let MET know where on a…

Replies: 2 comments 8 replies

Comment options

You must be logged in to vote
3 replies
@aamemiya
Comment options

@j-opatz
Comment options

j-opatz Feb 8, 2022
Collaborator

@aamemiya
Comment options

Comment options

You must be logged in to vote
5 replies
@aamemiya
Comment options

@j-opatz
Comment options

j-opatz Feb 14, 2022
Collaborator

@aamemiya
Comment options

@j-opatz
Comment options

j-opatz Feb 15, 2022
Collaborator

@aamemiya
Comment options

Answer selected by aamemiya
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
2 participants