Read a variable for a timestep from a file
Nodes of different colours represent the following:
Solid arrows point from a procedure to one which it calls. Dashed arrows point from an interface to procedures which implement that interface. This could include the module procedures in a generic interface or the implementation in a submodule of an interface in a parent module.
Read a variable step from a file
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | fn | Filename |
||
character(len=*), | intent(in) | :: | vn | Variable name |
||
real(kind=dp), | intent(out), | dimension(:) | :: | v | Variable to fill with data from file |
|
integer, | intent(in), | optional | :: | ts | Timestep |
Read a variable step from a file
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | fn | Filename |
||
character(len=*), | intent(in) | :: | vn | Variable name |
||
real(kind=dp), | intent(out), | dimension(:,:) | :: | v | Variable to fill with data from file |
|
integer, | intent(in), | optional | :: | ts | Timestep |
Read a variable step from a file
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | fn | Filename |
||
character(len=*), | intent(in) | :: | vn | Variable name |
||
real(kind=dp), | intent(out), | dimension(:,:,:) | :: | v | Variable to fill with data from file |
|
integer, | intent(in), | optional | :: | ts | Timestep |