global_variables Module

This module contains miscellaneous global variables not well-suited to any of the other 'variables' modules.



Contents


Variables

TypeVisibility AttributesNameInitial
character(len=48), public :: icase

power plant type

character(len=180), public :: runtitle

short descriptive title for the run

integer, public :: verbose

switch for turning on/off diagnostic messages

  • =0 turn off diagnostics
  • =1 turn on diagnostics
integer, public :: run_tests

turns on built-in tests if set to 1

integer, public :: maxcal

maximum number of VMCON iterations

character(len=400), public :: fileprefix

input file prefix

character(len=400), public :: output_prefix

output file prefix

character(len=25), public :: xlabel

scan parameter description label

character(len=25), public :: vlabel

scan value name label

character(len=25), public :: xlabel_2

scan parameter description label (2nd dimension)

character(len=25), public :: vlabel_2

scan value name label (2nd dimension)

integer, public :: iscan_global

Makes iscan available globally.

real(kind=dp), public :: convergence_parameter

VMCON convergence parameter "sum"


Subroutines

public subroutine init_global_variables()

Initialise global variables

Arguments

None