Skip to content
Snippets Groups Projects
Commit 5650694b authored by Antoine Cyril David Hoffmann's avatar Antoine Cyril David Hoffmann :seedling:
Browse files

cleaning

parent d5560ced
No related branches found
No related tags found
No related merge requests found
......@@ -344,13 +344,6 @@ END SUBROUTINE fft1D_plans
CALL apply_ExB_NL_factor(ikyG,ExB_NL_factor)
CALL apply_ExB_NL_factor(ikyF,ExB_NL_factor)
CALL apply_ExB_NL_factor(ikxG,ExB_NL_factor)
! ! TEST apply inverse to test the identity
! invfactor = 1._xp/ExB_NL_factor
! CALL apply_ExB_NL_factor(ikxF,invfactor)
! CALL apply_ExB_NL_factor(ikyG,invfactor)
! CALL apply_ExB_NL_factor(ikyF,invfactor)
! CALL apply_ExB_NL_factor(ikxG,invfactor)
! ! END TEST
ENDIF
! Anti Aliasing
DO iky = 1,local_nky
......@@ -508,7 +501,7 @@ END SUBROUTINE fft1D_plans
! Treat the result with the ExB NL factor
DO iky = 1,NY_/2+1
DO ix = 1,local_nx_
tmp_kyx(iky,ix) = tmp_kyx(iky,ix)!*inv_ExB_NL_factor(iky,ix)
tmp_kyx(iky,ix) = tmp_kyx(iky,ix)*inv_ExB_NL_factor(iky,ix)
ENDDO
ENDDO
! Back to Fourier space in the third buffer
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment