Hello! Thank you for your reply! i implemented the structure you proposed but it leaves me with another error which is connected with the calculation of my field w. w is calculated within sub(u,w) from another field u. it ist also declared within module_gv , also has 3 double precision...
Hello!
I still have a problem allocating derived datatypes.
My setup now reads as followed:
I have a module_gv in which my derived datatype is declared like this:
type, public :: w_field
sequence
double precision :: wx,wy,wz
end type w_field
type(w_field),allocatable,dimension(:,:,:) :: w...
Hello!
I have a problem allocating derived datatypes.
My setup reads as followed:
I have a module_gv in which my derived datatype is declared like this:
type, public :: w_field, sequence
double precision :: wx,wy,wz
end type w_field
type(w_field),allocatable,dimension(:,:,:) :: w
then in the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.