Write a variable for a timestep to a file
Write a variable at a timestep
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | fn | Filename |
||
real(kind=dp), | intent(in) | :: | t | Time |
||
integer, | intent(in) | :: | ts | Timestep |
||
character(len=*), | intent(in) | :: | vn | Variable name |
||
real(kind=dp), | intent(in), | dimension(:) | :: | v | Variable |
Write a variable at a timestep
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | fn | Filename |
||
real(kind=dp), | intent(in) | :: | t | Time |
||
integer, | intent(in) | :: | ts | Timestep |
||
character(len=*), | intent(in) | :: | vn | Variable name |
||
real(kind=dp), | intent(in), | dimension(:,:) | :: | v | Variable |
Write a variable at a timestep
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | fn | Filename |
||
real(kind=dp), | intent(in) | :: | t | Time |
||
integer, | intent(in) | :: | ts | Timestep |
||
character(len=*), | intent(in) | :: | vn | Variable name |
||
real(kind=dp), | intent(in), | dimension(:,:,:) | :: | v | Variable |