This is our program
| Type | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|
| real(kind=fp) | :: | lat1 | = | 30. | 中心纬度 | |
| real(kind=fp) | :: | lon1 | = | 115. | 中心经度 | |
| real(kind=fp) | :: | truelat1 | = | 20. | First true latitude | |
| real(kind=fp) | :: | truelat2 | = | 40. | Second true latitude | |
| real(kind=fp) | :: | lat | ||||
| real(kind=fp) | :: | lon | ||||
| real(kind=fp) | :: | x | ||||
| real(kind=fp) | :: | y | ||||
| type(proj_type) | :: | p |