Skip to content

Using Observation Climatology in Point Stat #2856

Closed Answered by JohnHalleyGotway
mc155123 asked this question in Configuration
Discussion options

You must be logged in to vote

@mc155123, I had assumed that that was the point2grid command you were running when you originally said...

I created stdev for obs climatology, and converted both mean and stdev point netcdf file to grid file using point2grid tool.

That runtime error is most likely due to missing single quotes on the command line. The presence of double and single quotes can get rather finicky. The entire field string should be enclosed in single quotes, with double-quotes strings on the inside, like this:

point2grid mean_obs_climatology_00.nc t2m_2024110921.grb2 grid_mean_obs_climatology_00.nc -field 'name="TMP"; level="Z0";' -v 3

I'm not really sure what the previous echo line is doing, but if you wa…

Replies: 3 comments 6 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
6 replies
@mc155123
Comment options

@JohnHalleyGotway
Comment options

@mc155123
Comment options

@JohnHalleyGotway
Comment options

Answer selected by JohnHalleyGotway
@mc155123
Comment options

@JohnHalleyGotway
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment