these need to be initialized so that something sensible happens at the beginning
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=wp), | intent(in) | :: | dt | |||
real(kind=wp), | intent(in) | :: | dtprec | |||
real(kind=wp), | intent(in) | :: | t | |||
integer, | intent(in), | dimension(3) | :: | ymd | date for which we wish to calculate perturbations |
|
real(kind=wp), | intent(in) | :: | UTsec | |||
character(len=*), | intent(in) | :: | precdir | directory where neutral simulation data is kept |
||
type(curvmesh) | :: | x | ||||
real(kind=wp), | intent(out), | dimension(:,:,:) | :: | W0 | last dimension is the number of particle populations |
|
real(kind=wp), | intent(out), | dimension(:,:,:) | :: | PhiWmWm2 | last dimension is the number of particle populations |