output_mod Module



Subroutines

public subroutine init_output(itime, filesize)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: itime
real, intent(inout) :: filesize

public subroutine finalise_output(itime)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: itime

public subroutine output_particles(itime, initial_output)

Variables: * *

Read more…

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: itime
logical, intent(in), optional :: initial_output

public subroutine output_conc(itime, loutstart, loutend, loutnext, outnum)

Read more…

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: itime
integer, intent(inout) :: loutstart
integer, intent(inout) :: loutend
integer, intent(inout) :: loutnext
real, intent(inout) :: outnum

public subroutine conccalc(itime, weight)

Variables: * nspeciesdim = nspec for forward runs, 1 for backward runs * *

Read more…

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: itime
real, intent(in) :: weight

public subroutine partpos_avg(itime, j)

This subroutine averages particle quantities, to be used for particle dump (in partoutput.f90). Averaging is done over output interval. Author: A. Stohl Changes L Bakels: - Computing fields defined in PARTOPTIONS

Read more…

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: itime
integer, intent(in) :: j