Symbol | Description | Uses |
xx_ip1jp1 | 9 |
File | Line number | Procedure | Code |
./pkg/flt/flt_mapping.F | 122 | FLT_MAP_IJLOCAL2XY |
_RL xx_ij,xx_ip1j,xx_ijp1,xx_ip1jp1 |
./pkg/flt/flt_mapping.F | 160 | FLT_MAP_IJLOCAL2XY |
xx_ip1jp1=xG(i+1,j+1,bi,bj) |
./pkg/flt/flt_mapping.F | 165 | FLT_MAP_IJLOCAL2XY |
if (xx_ip1jp1.GT.xx_ij+180) xx_ip1jp1=xx_ip1jp1-360 |
./pkg/flt/flt_mapping.F | 166 | FLT_MAP_IJLOCAL2XY |
if (xx_ip1jp1.LT.xx_ij-180) xx_ip1jp1=xx_ip1jp1+360 |
./pkg/flt/flt_mapping.F | 169 | FLT_MAP_IJLOCAL2XY |
& + ddx*ddy*( xx_ip1jp1 - xx_ip1j - xx_ijp1 + xx_ij ) |