As far as I know, the good application model in the weather and climate always uses derived type variables, in order to adapt to different resolution data. But it seems that OpenACC don’t support derived type veriables,doesn’t it? Because members of the derived type variable have allocatable or pointer attribute.The data with these kinds of attribute could not transfer data.
How to deal with this kind of variables in OpenACC? Please kindly advise me