PARAMETER (sigmax=10.)
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | nloc | |||
| integer, | intent(in) | :: | ncum | |||
| integer, | intent(in) | :: | nd | |||
| integer, | intent(in), | DIMENSION (nloc) | :: | icb | ||
| integer, | intent(in), | DIMENSION (nloc) | :: | inb | ||
| real, | intent(in), | DIMENSION (nloc) | :: | pbase | ||
| real, | intent(in), | DIMENSION (nloc) | :: | plcl | ||
| real, | intent(in), | DIMENSION (nloc, nd) | :: | p | ||
| real, | intent(in), | DIMENSION (nloc, nd+1) | :: | ph | ||
| real, | intent(in), | DIMENSION (nloc, nd) | :: | tv | ||
| real, | intent(in), | DIMENSION (nloc, nd) | :: | tvp | ||
| real, | intent(in), | DIMENSION (nloc, nd) | :: | buoy | ||
| real, | intent(in), | DIMENSION (nloc, nd) | :: | supmax | ||
| logical, | intent(in) | :: | ok_inhib | |||
| real, | intent(in), | DIMENSION (nloc) | :: | ale | ||
| real, | intent(in), | DIMENSION (nloc) | :: | alp | ||
| real, | intent(in), | DIMENSION (nloc, nd) | :: | omega | ||
| real, | intent(inout), | DIMENSION (nloc, nd) | :: | sig | ||
| real, | intent(inout), | DIMENSION (nloc, nd) | :: | w0 | ||
| real, | intent(inout), | DIMENSION (nloc) | :: | ptop2 | ||
| real, | intent(out), | DIMENSION (nloc) | :: | cape | ||
| real, | intent(out), | DIMENSION (nloc) | :: | cin | ||
| real, | intent(out), | DIMENSION (nloc, nd) | :: | m | ||
| integer, | intent(inout), | DIMENSION (nloc) | :: | iflag | ||
| real, | DIMENSION (nloc) | :: | coef | |||
| real, | intent(out), | DIMENSION (nloc) | :: | plim1 | ||
| real, | intent(out), | DIMENSION (nloc) | :: | plim2 | ||
| real, | intent(out), | DIMENSION (nloc, nd) | :: | asupmax | ||
| real, | intent(out), | DIMENSION (nloc) | :: | supmax0 | ||
| real, | intent(out), | DIMENSION (nloc) | :: | asupmaxmin | ||
| real, | intent(out), | DIMENSION (nloc) | :: | cbmflast | ||
| real, | intent(out), | DIMENSION (nloc) | :: | plfc | ||
| real, | intent(out), | DIMENSION (nloc) | :: | wbeff |