Changes between Version 7 and Version 8 of WRF4G2.0/Postprocessor
- Timestamp:
- Sep 26, 2015 6:41:12 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WRF4G2.0/Postprocessor
v7 v8 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_interpor [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 [http://www2.mmm.ucar.edu/wrf/users/docs/user_guide_V3/users_guide_chap10.htm#p_interp p_interp](available on `$WRF4G_DEPLOYMENT_DIR\repository/apps/p_inperp/`) 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: