UPP (develop)
Loading...
Searching...
No Matches
MSFPS.f File Reference

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.
 

Detailed Description

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.

Parameters
[in]LATLatitude at which map factor is valid.
[in]TRUELAT1TRUELAT 1.
[out]MSFMap scale factor.

Program History Log

Date Programmer Comments
2006-11-01 Rozumalski Swiped from WRF si package
Author
Rozumalski
Date
2006-11-01

Definition in file MSFPS.f.

Function/Subroutine Documentation

◆ msfps()

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.

Parameters
[in]LATLatitude at which map factor is valid.
[in]TRUELAT1TRUELAT 1.
[out]MSFMap scale factor.

Definition at line 26 of file MSFPS.f.

Referenced by initpost(), initpost_gfs_nems_mpiio(), and initpost_netcdf().