UPP  001
 All Data Structures Files Functions Pages
SCLFLD.f File Reference

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...
 

Detailed Description

sclfld() scale array element by constant.

Author
Russ Treadon W/NP2
Date
1992-09-13

Definition in file SCLFLD.f.

Function/Subroutine Documentation

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.

Parameters
[in]FLDArray whose elements are to be scaled.
[in]SCALEConstant by which to scale elements of fld.
[in]IMO,JMODimension of array fld.
[out]FLDArray whose elements have been scaled by scale.

Program History Log

Date Programmer Comments
1992-09-13 Russ Treadon Initial
2000-01-04 Jim Tuccillo MPI Version
Author
Russ Treadon W/NP2
Date
1992-09-13

Definition at line 25 of file SCLFLD.f.