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

initpost_netcdf() initializes post for run. More...

Go to the source code of this file.

Functions/Subroutines

subroutine initpost_netcdf (ncid2d, ncid3d)
 This routine initializes constants and variables at the start of GFS model or post processor run. More...
 
subroutine read_netcdf_2d_para (ncid, ista, ista_2l, iend, iend_2u, jsta, jsta_2l, jend, jend_2u, spval, VarName, buf)
 
subroutine read_netcdf_3d_para (ncid, im, jm, ista, ista_2l, iend, iend_2u, jsta, jsta_2l, jend, jend_2u, spval, varname, buf, lm)
 

Detailed Description

initpost_netcdf() initializes post for run.

Author
Hui-Ya Chuang
Date
2016-03-04

Definition in file INITPOST_NETCDF.f.

Function/Subroutine Documentation

subroutine initpost_netcdf ( integer  ncid2d,
integer  ncid3d 
)

This routine initializes constants and variables at the start of GFS model or post processor run.

Program History Log

Date Programmer Comments
2007-03-01 Hui-Ya Chuang Initial. Start from INITPOST_GFS_NEMS_MPIIO.f
2021-03-11 Bo Cui Change local arrays to dimension (im,jsta:jend)
2021-10-26 Jesse Meng 2D DECOMPOSITION
2022-02-07 Wen Meng Changes for parallel netcdf read
2022-03-15 Wen Meng Unify regional and global interfaces
2022-03-22 Wen Meng Read PWAT from model
2022-04-08 Bo Cui 2D decomposition for unified fv3 read interfaces
2022-06-05 Hui-Ya Chuang Modify dx/dy computation for RRFS domain over north pole
2022-07-10 Wen Meng Output lat/lon on four coner points of rotated lat-lon grids in text file.
2022-07-18 Wen Meng Read instant top of atmos ULWRF from model
2022-09-18 Li(Kate) ZhangAdd aerosol fileds for GEFS-Aerosols (gocart_on) and UFS-Aerosols(nasa_on) model
2022-10-28 Eric James Modifications to allow passing through soil moisture availability field from RUC LSM for RRFS
2022-11-08 Kai Wang Read time averaged PM2.5 and O3 concentration from model
2022-11-08 Wen Meng Remove instant PM2.5 calculation
2022-11-16 Eric James Read smoke, dust, biomass burning, and hourly wildfire potential from RRFS
2022-12-07 Wen Meng Read AOD from AQM model
2022-12-23 Eric Aligo Read six winter weather diagnostics from model
2023-01-30 Sam Trahan Read cldfra or cldfra_bl, whichever is available
2023-02-23 Eric James Read coarse PM and aodtot from RRFS
2023-03-02 Sam Trahan Read lightning threat index fields
2023-03-22 WM Lewis Read RRFS effective radii (EFFRL, EFFRI, EFFRS)
2023-04-04 Li(Kate Zhang) Add namelist optoin for CCPP-Chem(UFS-Chem)

2023-04-17 | Eric James | Read in unified ext550 extinction (and remove aodtot) for RRFS 2023-04-21 | Eric James | Read in / calculate some fields needed for GSL p-type diagnosis for RRFS

Author
Hui-Ya Chuang
Date
2016-03-04

Definition at line 40 of file INITPOST_NETCDF.f.

References upp_physics::fpvsnew(), and msfps().

Referenced by wrfpost().