Skip to content

Singularity HDF5 Point Obs Readin #2391

Locked Answered by DanielAdriaansen
justintsu asked this question in Configuration
Discussion options

You must be logged in to vote

Keep in mind that while the observations are only read one time with Python for each time, your COAMPS Python script is called for each entry in the fcst block. So you may consider doing some profiling of how long that script takes to run. Is it global data? What is the nx/ny of the grid?

I'd suggest reducing your config file to a single time, single subset of variables at a single level. It's possible some variables are taking longer than others for some reason, but without some systematic profiling it's hard to know where the bottlenecks are, if there are any.

One question I'd ask is whether it is necessary for you to be setting MET_PYTHON_EXE? If you set this, MET will write out and re…

Replies: 3 comments 25 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
16 replies
@DanielAdriaansen
Comment options

@justintsu
Comment options

@DanielAdriaansen
Comment options

@justintsu
Comment options

@DanielAdriaansen
Comment options

Comment options

You must be logged in to vote
9 replies
@justintsu
Comment options

@DanielAdriaansen
Comment options

@justintsu
Comment options

@DanielAdriaansen
Comment options

Answer selected by DanielAdriaansen
@DanielAdriaansen
Comment options

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