UPP (upp-srw-2.2.0)
Loading...
Searching...
No Matches
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.
 
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

◆ initpost_netcdf()

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) Zhang Add 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 2023-05-31 | Wen Meng | Bug fix in qrmax initialization 2023-06-14 | Wen Meng ! Bug fix of reading seaswtc and modification of sndepac calculation 2023-07-06 | Eric James ! Read in SOILL on 9 levels for RRFS

Author
Hui-Ya Chuang
Date
2016-03-04

Definition at line 43 of file INITPOST_NETCDF.f.

References msfps().

Referenced by wrfpost().

◆ read_netcdf_2d_para()

subroutine read_netcdf_2d_para ( integer, intent(in)  ncid,
integer, intent(in)  ista,
integer, intent(in)  ista_2l,
integer, intent(in)  iend,
integer, intent(in)  iend_2u,
integer, intent(in)  jsta,
integer, intent(in)  jsta_2l,
integer, intent(in)  jend,
integer, intent(in)  jend_2u,
real, intent(in)  spval,
character(len=20), intent(in)  varname,
real, dimension(ista_2l:iend_2u,jsta_2l:jend_2u), intent(out)  buf 
)

Definition at line 3879 of file INITPOST_NETCDF.f.

◆ read_netcdf_3d_para()

subroutine read_netcdf_3d_para ( integer, intent(in)  ncid,
integer, intent(in)  im,
integer, intent(in)  jm,
integer, intent(in)  ista,
integer, intent(in)  ista_2l,
integer, intent(in)  iend,
integer, intent(in)  iend_2u,
integer, intent(in)  jsta,
integer, intent(in)  jsta_2l,
integer, intent(in)  jend,
integer, intent(in)  jend_2u,
real, intent(in)  spval,
character(len=20), intent(in)  varname,
real, dimension(ista_2l:iend_2u,jsta_2l:jend_2u,lm), intent(out)  buf,
integer, intent(in)  lm 
)

Definition at line 3827 of file INITPOST_NETCDF.f.