
Wrapper module for the generation of version and serial headers. It helps to track what data was generated with which version of the code.
Note
This module can be exported to the other KKR codes, to use them one just needs to comment out the correct pre-compilation flag defined as the begining of the file.
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| character(len=5), | private, | parameter | :: | codename | = | 'JuKKR' | |
| character(len=:), | public, | allocatable | :: | serialnr |
This is called after an open statement of a file that is written, prints header line
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | unit | |||
| character(len=*), | intent(in), | optional | :: | addition | ||
| logical, | intent(in), | optional | :: | disable_print |
Checks if a header with serial-number is in the first line
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | unit |