Changes between Version 6 and Version 7 of WRF4G2.0/Postprocessor
- Timestamp:
- Sep 26, 2015 6:38:27 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WRF4G2.0/Postprocessor
v6 v7 7 7 == postprocessors in WRF4G == 8 8 9 Similar to preprocessor, WRF4G postprocessor is an executable script that can be written in any programming language, provided it does accept one argument, which is one WRF raw file. We usually use a modified version of p_interp or [ https://github.com/markelg/py_interp py_interp] to interpolate to filter out unnecessary variables and interpolate to pressure levels. Note that users with large storage resources may not be interested in using a postprocessor. In order to create a postprocessor, it has to be located in the `wrf4g_files/bin` directory of the specific experiment. Post-processors are included under the `$WRF4G_DEPLOYMENT_DIR/repository/apps/postprocessor/` directory.9 Similar to preprocessor, WRF4G postprocessor is an executable script that can be written in any programming language, provided it does accept one argument, which is one WRF raw file. We usually use a modified version of p_interp or [https://github.com/markelg/py_interp py_interp] to interpolate to filter out unnecessary variables and interpolate to pressure levels. Note that users with large storage resources may not be interested in using a postprocessor. In order to create a postprocessor, it has to be located in the `wrf4g_files/bin` directory of the specific experiment. Post-processors are included under the `$WRF4G_DEPLOYMENT_DIR/repository/apps/postprocessor/` directory. 10 10 11 11 Sample postprocesor: