UPP
001
|
sclfld() scale array element by constant. More...
Go to the source code of this file.
Functions/Subroutines | |
subroutine | SCLFLD (FLD, SCALE, IMO, JMO) |
This routine multiples (scales) the first IMO*JMO elements of array fld by the real scalar scale. More... | |
subroutine SCLFLD | ( | real, dimension(imo,jmo), intent(inout) | FLD, |
real, intent(in) | SCALE, | ||
integer, intent(in) | IMO, | ||
integer, intent(in) | JMO | ||
) |
This routine multiples (scales) the first IMO*JMO elements of array fld by the real scalar scale.
Array elements which equal a special value will not be scaled by scale. They will be left as is. The special value, spval, is passed through common block options. It is set in include file options.
[in] | FLD | Array whose elements are to be scaled. |
[in] | SCALE | Constant by which to scale elements of fld. |
[in] | IMO,JMO | Dimension of array fld. |
[out] | FLD | Array whose elements have been scaled by scale. |
Date | Programmer | Comments |
---|---|---|
1992-09-13 | Russ Treadon | Initial |
2000-01-04 | Jim Tuccillo | MPI Version |