Symbol | Description | Uses |
DEG2RAD | 14 |
File | Line number | Procedure | Code |
./pkg/sphere/sphere.F | 312 | SHC2ZONE |
REAL DEG2RAD, SLAT |
./pkg/sphere/sphere.F | 318 | SHC2ZONE |
DEG2RAD = ACOS(-1.0)/180.0 |
./pkg/sphere/sphere.F | 323 | SHC2ZONE |
SLAT = SIN(XLAT*DEG2RAD) |
./pkg/sphere/sphere.F | 401 | SHC4ZONE |
REAL DEG2RAD, CE, CO, SE, SO |
./pkg/sphere/sphere.F | 415 | SHC4ZONE |
DEG2RAD = ACOS(-1.0)/180.0 |
./pkg/sphere/sphere.F | 416 | SHC4ZONE |
SIN0 = SIN(XLAT *DEG2RAD) |
./pkg/sphere/sphere.F | 417 | SHC4ZONE |
SIN1 = SIN(AMAX1(-90.0,XLAT1)*DEG2RAD) |
./pkg/sphere/sphere.F | 418 | SHC4ZONE |
SIN2 = SIN(AMIN1( 0.0,XLAT2)*DEG2RAD) |
./pkg/sphere/sphere.F | 503 | FRSBASE |
REAL DEG2RAD, T, ARG |
./pkg/sphere/sphere.F | 506 | FRSBASE |
DEG2RAD = ACOS(-1.0)/180.0 |
./pkg/sphere/sphere.F | 512 | FRSBASE |
ARG = A * DEG2RAD |