File |
Line number |
Procedure |
Code |
./pkg/sphere/sphere.F |
156 |
SHC2GRID |
REAL HN (NLONLMT) |
./pkg/sphere/sphere.F |
182 |
SHC2GRID |
CALL SHC2ZONE( LMAX, SHC, XLAT1, XLAT2, HS, HN, P ) |
./pkg/sphere/sphere.F |
184 |
SHC2GRID |
CALL FSC2DAT( NLON, HN ) |
./pkg/sphere/sphere.F |
210 |
SHC4GRID |
REAL HN (NLONLMT) |
./pkg/sphere/sphere.F |
242 |
SHC4GRID |
CALL FSC4DAT(NLON,HN) |
./pkg/sphere/sphere.F |
245 |
SHC4GRID |
CALL SHC4ZONE(LMAX,SHC,XLAT1,XLAT2,HS,HN,P) |
./pkg/sphere/sphere.F |
297 |
SHC2ZONE |
SUBROUTINE SHC2ZONE(LMAX,SHC,XLAT1,XLAT2,HS,HN,P) |
./pkg/sphere/sphere.F |
306 |
SHC2ZONE |
REAL HN(1+LMAX+LMAX) ! OUTPUT |
./pkg/sphere/sphere.F |
368 |
SHC2ZONE |
HN(1) = E |
./pkg/sphere/sphere.F |
372 |
SHC2ZONE |
HN(M+M ) = E |
./pkg/sphere/sphere.F |
373 |
SHC2ZONE |
HN(M+M+1) = F |
./pkg/sphere/sphere.F |
382 |
SHC4ZONE |
SUBROUTINE SHC4ZONE(LMAX,SHC,XLAT1,XLAT2,HS,HN,P) |
./pkg/sphere/sphere.F |
395 |
SHC4ZONE |
REAL HN(1+LMAX+LMAX) |
./pkg/sphere/sphere.F |
438 |
SHC4ZONE |
CE = HS(J)+HN(J) |
./pkg/sphere/sphere.F |
439 |
SHC4ZONE |
CO = HS(J)-HN(J) |
./pkg/sphere/sphere.F |
440 |
SHC4ZONE |
SE = HS(J)+HN(JP) |
./pkg/sphere/sphere.F |
441 |
SHC4ZONE |
SO = HS(J)-HN(JP) |