PROCESS Variable Descriptions
Introduction
Variables marked with an * are private variables and cannot be accessed outside of their Fortran module scope.
The PROCESS convention on inputs dictates that module variables which can be set from the
input file should be initialised in a routine called init_mod where mod is replaced with the
Fortran module name. However, some variables can also be initialised here too and will register as inputs
when they are not.
Output types signify that these module variables are set by models. This does necessarily mean an "output" will appear in the MFile/Outfile.
vardes will be fixed in https://github.com/ukaea/PROCESS/issues/3834
| Name | Type | Datatype | Default Value | Description |
|---|