w90_conv_spn Module

Module to convert spn files from formatted to unformmated and vice versa - useful for switching between computers


Uses

  • module~~w90_conv_spn~~UsesGraph module~w90_conv_spn w90_conv_spn module~w90_constants w90_constants module~w90_conv_spn->module~w90_constants module~w90_io w90_io module~w90_conv_spn->module~w90_io module~w90_io->module~w90_constants

Used by

  • module~~w90_conv_spn~~UsedByGraph module~w90_conv_spn w90_conv_spn program~w90spn2spn w90spn2spn program~w90spn2spn->module~w90_conv_spn

Contents


Variables

TypeVisibility AttributesNameInitial
logical, public, save:: export_flag
character(len=60), public, save:: header
complex(kind=dp), public, allocatable, save:: spn_o(:,:,:,:)

Subroutines

public subroutine print_usage()

Writes the usage of the program to stdout

Arguments

None

public subroutine conv_get_seedname()

Set the seedname from the command line

Arguments

None

public subroutine conv_read_spn()

Read unformatted spn file

Arguments

None

public subroutine conv_read_spn_fmt()

Read formatted spn file

Arguments

None

public subroutine conv_write_spn()

Write unformatted spn file

Arguments

None

public subroutine conv_write_spn_fmt()

Write formatted spn file

Arguments

None