get_out_name Subroutine

private subroutine get_out_name(outName, tensorName, fmt, fmt_tnsr, out_type, is, diff, diff2)

Uses

  • proc~~get_out_name~~UsesGraph proc~get_out_name get_out_name module~vars vars proc~get_out_name->module~vars

Sets I/O strings, step sizes, and formats for om_scan.

GGH: 1/18/23

k_1|=swf

GGH: 1/18/23

Arguments

Type IntentOptional Attributes Name
character(len=150) :: outName

String for I/O identification.

character(len=150) :: tensorName

String for Susceptability output.

character(len=100) :: fmt

Output format for solution.

character(len=100) :: fmt_tnsr

Output format for susceptibility tensor.

integer :: out_type

logic for outputing supplementary eigenfunction and heating calculations. 0: Frequency, Eigenfuction, Heating. 1: Frequency, Eigenfuction. 2: Frequency, Heating. 3: Frequency.

integer :: is

Scan index

real :: diff

Spacing for scanned parameter.

real :: diff2

Suplemental spacing for scanned parameter.


Called by

proc~~get_out_name~~CalledByGraph proc~get_out_name get_out_name proc~om_scan om_scan proc~om_scan->proc~get_out_name program~plume plume program~plume->proc~om_scan