List Question
20 TechQA 2023-10-31T11:01:34.080000Fortran: Initialization of allocatable array with another array
52 views
Asked by Fabien
Why an allocated array gets unallocated when it is passed to a subroutine?
62 views
Asked by Youjun Hu
Fortran derived-type parameter with allocatables
193 views
Asked by Roux
How to read the second column of a text file in fortran and then allocate it in an array?
179 views
Asked by Florian Hubart
How to have an allocatable array of variable rank (number of dimensions)?
167 views
Asked by Stef1611
intent(out) and allocatable Fortran arrays: what is really done?
466 views
Asked by Stef1611
Problem with deallocate allocatable arrays in Fortran
208 views
Asked by cfelix cfelix
Fortran low performance with allocatable arrays
297 views
Asked by Vivey
Reset (deallocate / nullify) a Fortran allocatable array that has been corrupted
883 views
Asked by Jellby
Deallocate causes program to stop without error message
187 views
Asked by Ottmar Schaub
How to solve 'Fortran runtime error: I/O past end of record on unformatted file'?
2.9k views
Asked by Stephen Wong
Fortran function returning allocatable array with non-trivial bounds
246 views
Asked by Federico Perini
I wish to create Jagged arrays in Fortran but receives "There is no specific subroutine for the generic ‘new’ at (1)"
153 views
Asked by Jon Bjarke
Access extended type components in a SELECT TYPE construct
112 views
Asked by Xiasu Yang
f2py on module with allocatable string
236 views
Asked by Guuk
How to allocate columns in text file as variables then write to a file
225 views
Asked by Matthew19
Fortran doesn't keep lower/upper array bounds after copy to another allocatable array
430 views
Asked by pablosaa
Fortran function returning allocatable array
2.7k views
Asked by francesco
Unable to print allocated status of a allocatable inside a derived type
46 views
Asked by franpena
Assignment of allocatable array with itself values
1.1k views
Asked by franpena