Skip to content

MET 10 Not Using Precip Climo File #2052

Locked Answered by JohnHalleyGotway
craigr3 asked this question in File I/O
Discussion options

You must be logged in to vote

Bob, you indicated the following setting in your post:

climo_mean = {
...
field = [{name = "path to file/cfsr_freq_p6_world_mo_2_mean.nc"; level = "A6"; }];

I'm not sure if that's a typo or the actual source of the problem. The name should be set to the NetCDF variable name that you want to read from that file. Here you've set it to "path to file/cfsr_freq_p6_world_mo_2_mean.nc". But, using ncdump I see the following variable names present in that file:

ncdump -h cfsr_freq_p6_world_mo_2_mean.nc | grep "float "
	float CFSR_MEANINCHES_6HOUR_00(lat, lon) ;
	float CFSR_MEANINCHES_6HOUR_06(lat, lon) ;
	float CFSR_MEANINCHES_6HOUR_12(lat, lon) ;
	float CFSR_MEANINCHES_6HOUR_18(lat, lon) ;

Acc…

Replies: 4 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@JohnHalleyGotway
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by JohnHalleyGotway
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment