Here is another maybe-trivial--problem.
I cannot figure out how to write a character function that returns a variable-length string just like the intrinsic trim does.
In the example below, the len applied to trim returns
the length of the trimmed string.
character(len=100) :: qaz='qwerty'...
Here is a problem that I would manage easily in fortran 77 but it seems to be more tricky in 90 (but probably i'm wrong):
suppose to have NV arrays of the same shape and dimensions, say (nx,ny,nz). I would like to have a unique array with 4 dims, one indicating the variable to address.
In 77...
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.