UPP  11.0.0
 All Data Structures Files Functions Variables Pages
WRFPOST.f File Reference

wrfpost() drives the external wrf post processor. More...

Go to the source code of this file.

Functions/Subroutines

program wrfpost
 

Detailed Description

wrfpost() drives the external wrf post processor.

Program history log:

Date Programmer Comments
1992-12-24 Russ Treadon Coded etapost as stand alone code
1998-05-29 Black Conversion of post code from 1-D to 2-D
1900-02-04 Jim Tuccillo Parallel version via MPI
2001-02-15 Jim Tuccillo Many common blocks replaced with modules to support fortran "allocate"s for the exact size of the arrays needed based on the number of mpi tasks. This was done to reduce the address space that the loader sees. These changes were necessary for running larger domains such as 12 kms
2001-06-15 JIM Tuccillo Added asyncronous I/O capability. if there are more than one mpi task, the io will be done aynchronously by the last MPI task.
2002-06-17 Mike Baldwin Convert etapost to wrfpost. Include wrf I/O api for input of model data. Modify code to deal with C-grid data. Streamline output to a call of one subroutine instead of three. Replace common blocks with a limited number of modules.
2004-01-01 H Chuang Added nmm io module and binary options
2005-07-08 Binbin Zhou Added RSM model
2005-12-05 H Chuang Added capability to output off-hour forecast which has no impacts on on-hour forecast
2006-02-20 Chuang, Black, and Rogers Finalized complete list of NAM operational products from WRF
2006-02-27 H Chuang Modified to post multiple forecast hours in one execution
2006-03-03 H Chuang Added parrish's mpi binary io to read binary WRF file as random asscess so that variables in WRF output don't have to be read in in specific order
2011-02-06 J Wang Add grib2 option
2011-12-14 Sarah Lu Add the option to read ngac aer file
2012-01-28 J WANG Use post available fields in xml file for grib2
2013-06-25 S Moorthi Add gocart_on logical option to save memory
2013-10-03 J Wang Add option for po to be pascal, and add gocart_on,d3d_on and popascal to namelist
2020-03-25 J Meng Remove grib1
2021-06-20 W Meng Remove reading grib1 and gfsio lib
2021-07-07 J MENG 2D DECOMPOSITION
2021-10-22 KaYee Wong Created formal fortran namelist for itag
2021-11-03 Tracy Hertneky Removed SIGIO option
2022-01-14 W Meng Remove interfaces INITPOST_GS_NEMS, INITPOST_NEMS_MPIIO, INITPOST_NMM and INITPOST_GFS_NETCDF
2022-03-15 W Meng Unify FV3 based interfaces
2022-09-22 L Zhang Add option of nasa_on to process ufs-aerosols
2022-11-08 K Wang Replace aqfamaq_on with aqf_on
2023-01-24 Sam Trahan write_ifi_debug_files flag for IFI debug capability
2023-03-21 Jesse Meng Add slrutah_on option to use U Utah SLR
2023-04-04 Li(Kate Zhang) Add namelist optoin for CCPP-Chem (UFS-Chem)

Definition in file WRFPOST.f.

Function/Subroutine Documentation

program wrfpost ( )