parameter and routines usefule for screen I/O
Returns the stdout in PARALLAX
Returns the stdout in PARALLAX
Redirects the stdout in PARALLAX to the given unit
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | new_unit |
Unit the output is redirected to |
Redirects the stderr in PARALLAX to the given unit
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | new_unit |
Unit the output is redirected to |
prints a progress bar for loops to screen
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | i |
position of progress bar, e.g. loop index |
||
| integer, | intent(in) | :: | n |
final index of loop |
||
| integer, | intent(in) | :: | nsteps |
number of steps at which a single 'bar' is printed |
Checks for NetCDF errors and prints a standardized error message
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | istatus |
Status integer returned by the NetCDF function |
||
| character(len=*), | intent(in) | :: | subroutine_name |
Name of the subroutine that called the NetCDF function |