In serial version is regridding and working OK, but parallel version still has problem..
Trying to nail that, and by digging I think I've found bug in ./Modules/mod_forces.F line 509
should be like this as we are having 2 time steps in PairG:
# ifndef ANA_PAIR
allocate ( FORCES(ng) % PairG(LBi:UBi,LBj:UBj,2) )
Dmem(ng)=Dmem(ng)+2.0_r8*size2d
# endif
This is still not fixing parallel tile problem and Pair
![Sad :(](./images/smilies/icon_sad.gif)
Cheers
Ivica