diff --git a/MSFPS_8f.html b/MSFPS_8f.html index 973e12885..b34dd4130 100644 --- a/MSFPS_8f.html +++ b/MSFPS_8f.html @@ -3,7 +3,7 @@
- +msfps() computes the map scale factor for a polar stereographic grid at a give latitude. +
msfps() computes the map scale factor for a polar stereographic grid at a give latitude. More...
Go to the source code of this file.
Functions/Subroutines | |
-subroutine | MSFPS (LAT, TRUELAT1, MSF) |
subroutine | msfps (LAT, TRUELAT1, MSF) |
msfps() computes the map scale factor for a polar stereographic grid at a give latitude. More... | |
msfps() computes the map scale factor for a polar stereographic grid at a give latitude.
+msfps() computes the map scale factor for a polar stereographic grid at a give latitude.
This subroutine computes the map scale factor for a polar stereographic grid at a give latitude.
subroutine msfps | +( | +real, intent(in) | +LAT, | +
+ | + | real, intent(in) | +TRUELAT1, | +
+ | + | real, intent(out) | +MSF | +
+ | ) | ++ |
msfps() computes the map scale factor for a polar stereographic grid at a give latitude.
+This subroutine computes the map scale factor for a polar stereographic grid at a give latitude.
+[in] | LAT | Latitude at which map factor is valid. |
[in] | TRUELAT1 | TRUELAT 1. |
[out] | MSF | Map scale factor. |
Definition at line 26 of file MSFPS.f.
+ +Referenced by initpost(), initpost_gfs_nems_mpiio(), and initpost_netcdf().
+ +ngmfld() computes layer mean NGM fields +
ngmfld() computes layer mean NGM fields More...
Go to the source code of this file.
Functions/Subroutines | |
-subroutine | NGMFLD (RH4710, RH4796, RH1847, RH8498, QM8510) |
subroutine | ngmfld (RH4710, RH4796, RH1847, RH8498, QM8510) |
ngmfld() computes layer mean NGM fields More... | |
ngmfld() computes layer mean NGM fields
+ngmfld() computes layer mean NGM fields
This routine computes a handful of NGM layer mean fields. This is done to provide a fully complete ETA NGM look-alike output file.
-Sigma (layer) | Field(s) |
---|
subroutine ngmfld | +( | +real, dimension(ista_2l:iend_2u,jsta_2l:jend_2u), intent(out) | +RH4710, | +
+ | + | real, dimension(ista_2l:iend_2u,jsta_2l:jend_2u), intent(out) | +RH4796, | +
+ | + | real, dimension(ista_2l:iend_2u,jsta_2l:jend_2u), intent(out) | +RH1847, | +
+ | + | real, dimension(ista_2l:iend_2u,jsta_2l:jend_2u), intent(out) | +RH8498, | +
+ | + | real, dimension(ista_2l:iend_2u,jsta_2l:jend_2u), intent(out) | +QM8510 | +
+ | ) | ++ |
ngmfld() computes layer mean NGM fields
+This routine computes a handful of NGM layer mean fields.
+[out] | RH4710 | Sigma layer 0.47-1.00 mean relative humidity. |
[out] | RH4796 | Sigma layer 0.47-0.96 mean relative humidity. |
[out] | RH1847 | Sigma layer 0.18-0.47 mean relative humidity. |
[out] | RH8498 | Sigma layer 0.84-0.98 mean relative humidity. |
[out] | QM8510 | Sigma layer 0.85-1.00 mean moisture convergence. |
Definition at line 59 of file NGMFLD.f.
+ +Referenced by miscln().
+ +otlft() computes lifted index. +
otlft() computes lifted index. More...
Go to the source code of this file.
Functions/Subroutines | |
-subroutine | OTLFT (PBND, TBND, QBND, SLINDX) |
subroutine | otlft (PBND, TBND, QBND, SLINDX) |
otlft() computes lifted index. More... | |
otlft() computes lifted index.
-This routine computes lifts a parcel specified by the passed pressure, temperature, and specific humidity to 500mb and then computes a lifted index. This lifted lifted index is the difference between the lifted parcel's temperature at 500mb and the ambient 500mb temperature.
+otlft() computes lifted index.
+This routine lifts a parcel specified by the passed pressure, temperature, and specific humidity to 500mb and then computes a lifted index. This lifted index is the difference between the lifted parcel's temperature at 500mb and the ambient 500mb temperature.
[in] | PBND | Parcel pressure. |
subroutine otlft | +( | +real, dimension(ista:iend,jsta:jend), intent(in) | +PBND, | +
+ | + | real, dimension(ista:iend,jsta:jend), intent(in) | +TBND, | +
+ | + | real, dimension(ista:iend,jsta:jend), intent(in) | +QBND, | +
+ | + | real, dimension(ista:iend,jsta:jend), intent(out) | +SLINDX | +
+ | ) | ++ |
otlft() computes lifted index.
+This routine lifts a parcel specified by the passed pressure, temperature, and specific humidity to 500mb and then computes a lifted index. This lifted index is the difference between the lifted parcel's temperature at 500mb and the ambient 500mb temperature.
+[in] | PBND | Parcel pressure. |
[in] | TBND | Parcel temperature. |
[in] | QBND | Parcel specific humidity. |
[out] | SLINDX | Lifted index. |
Definition at line 44 of file OTLFT.f.
+ +References upp_physics::fpvsnew().
+ +Referenced by miscln().
+ +otlift() computes SFC to 500mb lifted index. +
otlift() computes SFC to 500mb lifted index. More...
Go to the source code of this file.
Functions/Subroutines | |
-subroutine | OTLIFT (SLINDX) |
subroutine | otlift (SLINDX) |
otlift() computes SFC to 500mb lifted index. More... | |
otlift() computes SFC to 500mb lifted index.
-This routine computes a surface to 500mb lifted index. The lifted parcel is from the first atmpspheric ETA layer (ie, the ETA layer closest to the model ground). The lifted index is the difference between this parcel's temperature at 500mb and the ambient 500mb temperature.
+otlift() computes SFC to 500mb lifted index.
+This routine computes a surface to 500mb lifted index. The lifted parcel is from the first atmospheric ETA layer (ie, the ETA layer closest to the model ground). The lifted index is the difference between this parcel's temperature at 500mb and the ambient 500mb temperature.
[out] | SLINDX | lifted index. |
subroutine otlift | +( | +real, dimension(ista:iend,jsta:jend), intent(out) | +SLINDX | ) | ++ |
otlift() computes SFC to 500mb lifted index.
+This routine computes a surface to 500mb lifted index. The lifted parcel is from the first atmospheric ETA layer (ie, the ETA layer closest to the model ground). The lifted index is the difference between this parcel's temperature at 500mb and the ambient 500mb temperature.
+[out] | SLINDX | lifted index. |
Definition at line 38 of file OTLIFT.f.
+ +References upp_physics::fpvsnew().
+ +This data is characterized by 74 points.
[in] | day | Julian day (positive scalar or vector), (spring equinox = 80), (summer solstice= 171), (fall equinox = 266), (winter solstice= 356). |
[in] | time | Universal Time in hours (scalar or vector). |
[in] | lat | Geographic latitude of point on earth's surface (degrees). |
[in] | lon | Geographic longitude of point on earth's surface (degrees). |
[out] | sun_zenith | - solar zenith angle. |
[out] | sun_azimuth | - solar azimuth angle. |
[in] | day | integer Julian day (positive scalar or vector), (spring equinox = 80), (summer solstice= 171), (fall equinox = 266), (winter solstice= 356). |
[in] | time | real Universal Time in hours (scalar or vector). |
[in] | lat | real Geographic latitude of point on earth's surface (degrees). |
[in] | lon | real Geographic longitude of point on earth's surface (degrees). |
[in] | pi | real The mathematical constant pi. |
[out] | sun_zenith | real Solar zenith angle. |
[out] | sun_azimuth | real Solar azimuth angle. |
Definition at line 61 of file ZENSUN.f.
+Definition at line 62 of file ZENSUN.f.
-Referenced by INITPOST().
+Referenced by initpost().
@@ -229,7 +230,7 @@