*** FSC - Division by acos(theta), east-west derivatives
Interface. ---------- CALL FSC(..) Explicit arguments : PUV - u and v -------------------- PSCALAR - scalar valued varaibles PNSDERS - N-S derivative of S.V.V. PEWDERS - E-W derivative of S.V.V. PUVDERS - E-W derivative of u and v Method. -------
1.1 U AND V.
1.2 N-S DERIVATIVES
2.1 U AND V.
2.2 SCALAR VARIABLES
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=JPIM), | intent(in) | :: | KGL | |||
integer(kind=JPIM), | intent(in) | :: | KF_UV | |||
integer(kind=JPIM), | intent(in) | :: | KF_SCALARS | |||
integer(kind=JPIM), | intent(in) | :: | KF_SCDERS | |||
real(kind=JPRB), | intent(inout) | :: | PUV(:,:) | |||
real(kind=JPRB), | intent(inout) | :: | PSCALAR(:,:) | |||
real(kind=JPRB), | intent(inout) | :: | PNSDERS(:,:) | |||
real(kind=JPRB), | intent(out) | :: | PEWDERS(:,:) | |||
real(kind=JPRB), | intent(out) | :: | PUVDERS(:,:) |