conv_d2r_3d Subroutine

public subroutine conv_d2r_3d(ival, oval)

convert double to real

Arguments

Type IntentOptional Attributes Name
double precision, intent(in) :: ival(:,:,:)

input array

real, intent(out) :: oval(size(ival,1),size(ival,2),size(ival,3))

output array