Expanding on my previous question here, I want to know if is possible to create custom attributes in fortran ?
something like this
real, custom_attribute, allocatable :: variable(:)
If that can be done, I am guessing the following can be done too
custom_type, custom_attribute, allocatable :: variable(:)
You can create user-defined “types”. Probably you can accomplish your goal with this feature. See http://en.wikipedia.org/wiki/Fortran_95_language_features#Derived_data_types