w90_conv Module

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


Uses

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

Used by

  • module~~w90_conv~~UsedByGraph module~w90_conv w90_conv program~w90chk2chk w90chk2chk program~w90chk2chk->module~w90_conv

Contents


Variables

TypeVisibility AttributesNameInitial
logical, public, save:: export_flag
character(len=33), public, save:: header

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_chkpt()

Read formatted checkpoint file

Arguments

None

public subroutine conv_read_chkpt_fmt()

Read formatted checkpoint file

Arguments

None

public subroutine conv_write_chkpt()

Write formatted checkpoint file

Arguments

None

public subroutine conv_write_chkpt_fmt()

Write formatted checkpoint file

Arguments

None