Skip to content
Snippets Groups Projects
Commit ccd109df authored by Antoine Cyril David Hoffmann's avatar Antoine Cyril David Hoffmann
Browse files

New field to write 00 moments in parallel through gathering

parent dd62fee6
No related branches found
No related tags found
No related merge requests found
...@@ -24,4 +24,8 @@ MODULE array ...@@ -24,4 +24,8 @@ MODULE array
COMPLEX(dp), DIMENSION(:,:,:,:), ALLOCATABLE :: Sepj ! electron COMPLEX(dp), DIMENSION(:,:,:,:), ALLOCATABLE :: Sepj ! electron
COMPLEX(dp), DIMENSION(:,:,:,:), ALLOCATABLE :: Sipj ! ion COMPLEX(dp), DIMENSION(:,:,:,:), ALLOCATABLE :: Sipj ! ion
! Gyrocenter density for electron and ions (meant for 2D output)
COMPLEX(dp), DIMENSION(:,:), ALLOCATABLE :: Ne00
COMPLEX(dp), DIMENSION(:,:), ALLOCATABLE :: Ni00
END MODULE array END MODULE array
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