This routine dumps the timings%timedat to disc
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(mus_IBM_globType), | intent(inout) | :: | me | global IBM datatype incl. array of IBM datatypes |
||
type(mus_param_type), | intent(in) | :: | params | global parameters |
||
logical, | intent(in) | :: | useTime | use the timestamps when dumping the info? |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | private | :: | iIBM | ||||
integer, | private | :: | iTimer | ||||
integer, | private | :: | iUnit | ||||
real(kind=rk), | private | :: | cTime | ||||
character(len=PathLen), | private | :: | header | ||||
character(len=PathLen), | private | :: | output | ||||
character(len=PathLen), | private | :: | filename | ||||
character(len=16), | private | :: | timeStamp |