FLASH-X
Doxygen Generated Documentation From Interface Source Code
Functions/Subroutines
Logfile_stampVarMask.F90 File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine Logfile_stampVarMask (unkVarMask, willCallEos, tag, maskTag)
 

Function/Subroutine Documentation

◆ Logfile_stampVarMask()

subroutine Logfile_stampVarMask ( logical  unkVarMask,
logical  willCallEos,
character(len=*), intent(in)  tag,
character(len=*)  maskTag 
)

Generates a line in the log file that displays an unk mask (as used for masking in variables in Grid_fillGuardCells calls) and the state of the willcalleos flag.

unkvarmask : A logicall array. For each true element, the logged string has the first letter of the corresponding variable. For each flase element, the logged string has the character '-'.

willcalleos : A flag. if true, the line logged has the characters '+Eos' appended.

tag : A string that will appear at the beginning of the log line.

masktag : A string that will appear right before the logged mask string, which follows it separated by '='.

NOTES

This subroutine is mostly useful for debugging purposes.

Definition at line 39 of file Logfile_stampVarMask.F90.