UPP (develop)
|
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) |
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.
[in] | LAT | Latitude at which map factor is valid. |
[in] | TRUELAT1 | TRUELAT 1. |
[out] | MSF | Map scale factor. |
Date | Programmer | Comments |
---|---|---|
2006-11-01 | Rozumalski | Swiped from WRF si package |
Definition in file MSFPS.f.
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().