|
UPP (upp-srw-2.2.0)
|
initpost_gfs_nems_mpiio() initializes post for run. More...
Go to the source code of this file.
Functions/Subroutines | |
| subroutine | gg2rg (im, jm, numi, a) |
| subroutine | initpost_gfs_nems_mpiio (iostatusaer) |
| This routine initializes constants and variables at the start of GFS model or post processor run. | |
| subroutine | intlon (iord, imsk, m1, m2, k1, f1, f2) |
| subroutine | rg2gg (im, jm, numi, a) |
| subroutine | uninterpred (iord, kmsk, lonsperlat, lonr, latr, fi, f) |
initpost_gfs_nems_mpiio() initializes post for run.
Definition in file INITPOST_GFS_NEMS_MPIIO.f.
| subroutine gg2rg | ( | integer, intent(in) | im, |
| integer, intent(in) | jm, | ||
| integer, dimension(jm), intent(in) | numi, | ||
| real, dimension(im,jm), intent(inout) | a | ||
| ) |
Definition at line 4055 of file INITPOST_GFS_NEMS_MPIIO.f.
| subroutine initpost_gfs_nems_mpiio | ( | integer, intent(in) | iostatusaer | ) |
This routine initializes constants and variables at the start of GFS model or post processor run.
| Date | Programmer | Comments |
|---|---|---|
| 2007-03-04 | Hui-Ya Chuang | Initial |
| 2011-02-07 | Jun Wang | Add grib2 option |
| 2011-12-14 | Sarah Lu | Add aer option |
| 2012-01-07 | Sarah Lu | Compute air density |
| 2012-12-22 | Sarah Lu | Add aerosol zerout option |
| 2015-03-16 | S. Moorthi | Adding gocart_on option |
| 2015-03-18 | S. Moorthi | Optimization including threading |
| 2015-08-17 | S. Moorthi | Add TKE for NEMS/GSM |
| 2016-03-04 | H Chuang | Add MPI IO option to read GFS nems output |
| 2016-05-16 | S. Kar | Add computation of omega |
| 2016-07-21 | S. Moorthi | Convert input upper air data from reduced to full grid and reduce memory in divergence calculatiom |
| 2016-07-21 | Jun Wang | Change averaged field name with suffix |
| 2019-07-24 | Li(Kate) Zhang | Merge and update NGAC UPP into FV3-Chem |
| 2021-03-11 | Bo Cui | Change local arrays to dimension (im,jsta:jend) |
| 2022-09-22 | Li(Kate) Zhang | Remove duplicated initializations which have been done in ALLCOCATE_ALL.f |
| 2023-04-04 | Li(Kate Zhang) | Add namelist optoin for CCPP-Chem (UFS-Chem) |
Definition at line 32 of file INITPOST_GFS_NEMS_MPIIO.f.
References modstuff2(), and msfps().
Referenced by wrfpost().
| subroutine intlon | ( | integer, intent(in) | iord, |
| integer, intent(in) | imsk, | ||
| integer, intent(in) | m1, | ||
| integer, intent(in) | m2, | ||
| integer, dimension(m1), intent(in) | k1, | ||
| real, dimension(m1), intent(in) | f1, | ||
| real, dimension(m2), intent(out) | f2 | ||
| ) |
Definition at line 4095 of file INITPOST_GFS_NEMS_MPIIO.f.
| subroutine rg2gg | ( | integer, intent(in) | im, |
| integer, intent(in) | jm, | ||
| integer, dimension(jm), intent(in) | numi, | ||
| real, dimension(im,jm), intent(inout) | a | ||
| ) |
Definition at line 4036 of file INITPOST_GFS_NEMS_MPIIO.f.
| subroutine uninterpred | ( | integer, intent(in) | iord, |
| integer, dimension(lonr,latr), intent(in) | kmsk, | ||
| integer, dimension(latr), intent(in) | lonsperlat, | ||
| integer, intent(in) | lonr, | ||
| integer, intent(in) | latr, | ||
| real, dimension(lonr,latr), intent(in) | fi, | ||
| real, dimension(lonr,latr), intent(out) | f | ||
| ) |
Definition at line 4075 of file INITPOST_GFS_NEMS_MPIIO.f.