Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by emloot

  1. emloot

    allocatable array produces "INVALID WRITE OF SIZE 4"

    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...
  2. emloot

    allocatable array produces "INVALID WRITE OF SIZE 4"

    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...
  3. emloot

    F90 : allocate derived datatypes produces sytax error

    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...

Part and Inventory Search

Back
Top