How to get the right time dimension of variable using series analysis wrapper? #1143
-
I would like to calculate the series analysis with the dataset below as an example using METplus 3.1 and MET 9.1 on Orion. I've tried to setup METplus configuration file as below. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 16 replies
-
Hi @weiwilliam, If you were to upgrade to using METplus 4.0, then you would be able to get the correct valid times from this configuration. This version is available on Orion. Setup instructions can be found here https://dtcenter.org/community-code/metplus/metplus-4-0-existing-builds. You will need to set the following in your METplus config file:
This will run the tool once per valid time and substitute the correct valid time into OBS_VAR1_LEVELS for each run. I recommend upgrading to v4.0, but if you must use METplus 3.1, please let me know. I believe you can configure the tool using that version to process these files by making a few changes including looping by initialization time, providing a forecast lead list, and modifying the filename templates. |
Beta Was this translation helpful? Give feedback.
-
Hi @weiwilliam, I am going to mark this discussion as answered and lock it to prevent commenting. Please follow GitHub issue #1166 for this work for any updates related to the enhancements needed to fix this issue. |
Beta Was this translation helpful? Give feedback.
-
Hi @weiwilliam , I am unlocking this discussion to give you an update. I was able to process your data with SeriesAnalysis. The changes required to get this to work are included in pull request #1353 and will be available in the METplus 4.1.0-beta5 release that will be created within a week. Here are a few of the settings that I changed from the config file you provided to get it to work:
I also removed SERIES_ANALYSIS_CONFIG_FILE because you do not need to set this anymore. Leaving it unset will use the wrapped config file provided with the repository. Please let me know if you have any other issues or questions. |
Beta Was this translation helpful? Give feedback.
Hi @weiwilliam , I am unlocking this discussion to give you an update. I was able to process your data with SeriesAnalysis. The changes required to get this to work are included in pull request #1353 and will be available in the METplus 4.1.0-beta5 release that will be created within a week. Here are a few of the settings that I changed from the config file you provided to get it to work:
I also removed SERIES_ANALYSIS_CONFIG_FILE because you do not need to set this anymore. Le…