Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Gyacomo
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Antoine Cyril David Hoffmann
Gyacomo
Commits
3e9a416b
Commit
3e9a416b
authored
4 years ago
by
Antoine Cyril David Hoffmann
Browse files
Options
Downloads
Patches
Plain Diff
Added option to write Ni00 moment
parent
6b60bf9d
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
wk/fort.90
+9
-8
9 additions, 8 deletions
wk/fort.90
with
9 additions
and
8 deletions
wk/fort.90
+
9
−
8
View file @
3e9a416b
...
...
@@ -3,9 +3,9 @@ A Skeleton for MPI Time-Dependent program
S. Brunner, T.M. Tran CRPP/EPFL
-
&BASIC
nrun=10000
nrun=10000
0
dt=0.01
tmax=
1
00 ! time normalized to 1/omega_pe
tmax=
2
00 ! time normalized to 1/omega_pe
/
&GRID
pmaxe = 15 ! number of Hermite moments
...
...
@@ -14,16 +14,17 @@ S. Brunner, T.M. Tran CRPP/EPFL
jmaxi = 4 ! number of Hermite moments
nkr = 1
krmin = 0.
krmax = 0. ! Normalized to
?
nkz =
1
krmax = 0. ! Normalized to
cs0/Omega_i
nkz =
2
kzmin = 0.1
kzmax = 0.
1
! Normalized to
?
kzmax = 0.
2
! Normalized to
cs0/Omega_i
/
&OUTPUT_PAR
nsave_0d = 0
nsave_1d = 0
nsave_2d = 100
nsave_5d = 100
nsave_5d = 0
write_Ni00 = .true.
write_moments = .true.
write_phi = .true.
write_doubleprecision = .true.
...
...
@@ -38,9 +39,9 @@ S. Brunner, T.M. Tran CRPP/EPFL
sigma_i = 1.0 ! sqrt(m_i/m_i)
q_e =-1.0 ! Electrons charge
q_i = 1.0 ! Ions charge
eta_n =
2
.0 ! L_perp / L_n Density gradient
eta_n =
1
.0 ! L_perp / L_n Density gradient
eta_T = 0.0 ! L_perp / L_T Temperature gradient
eta_B =
1.0
! L_perp / L_B Magnetic gradient and curvature
eta_B =
0.5
! L_perp / L_B Magnetic gradient and curvature
lambdaD = 0.0 ! Debye length
/
&INITIAL_CON
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment