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
ecb4ab8e
Commit
ecb4ab8e
authored
2 years ago
by
Antoine Cyril David Hoffmann
Browse files
Options
Downloads
Patches
Plain Diff
typo in the new subroutine for rhs. It works now.
parent
11855145
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
src/moments_eq_rhs_mod.F90
+4
-4
4 additions, 4 deletions
src/moments_eq_rhs_mod.F90
with
4 additions
and
4 deletions
src/moments_eq_rhs_mod.F90
+
4
−
4
View file @
ecb4ab8e
...
...
@@ -12,7 +12,7 @@ SUBROUTINE compute_moments_eq_rhs
USE
prec_const
USE
collision
USE
time_integration
USE
geometry
,
ONLY
:
gradz_coeff
,
dBdz
,
Ckxky
,
hatB_NL
,
hatB
USE
geometry
,
ONLY
:
gradz_coeff
,
dBdz
,
Ckxky
,
hatB_NL
USE
calculus
,
ONLY
:
interp_z
,
grad_z
,
grad_z2
IMPLICIT
NONE
...
...
@@ -25,7 +25,7 @@ SUBROUTINE compute_moments_eq_rhs
kernel_i
,
nadiab_moments_i
,
ddz_nipj
,
interp_nipj
,
Sipj
,&
moments_i
(
ipgs_i
:
ipge_i
,
ijgs_i
:
ijge_i
,
ikys
:
ikye
,
ikxs
:
ikxe
,
izgs
:
izge
,
updatetlevel
),&
TColl_i
,
ddzND_nipj
,
&
moments_rhs_i
(
ip
g
s_i
:
ip
g
e_i
,
ij
g
s_i
:
ij
g
e_i
,
ikys
:
ikye
,
ikxs
:
ikxe
,
iz
g
s
:
iz
g
e
,
updatetlevel
))
moments_rhs_i
(
ips_i
:
ipe_i
,
ijs_i
:
ije_i
,
ikys
:
ikye
,
ikxs
:
ikxe
,
izs
:
ize
,
updatetlevel
))
!compute ion moments_eq_rhs
IF
(
KIN_E
)
&
...
...
@@ -37,7 +37,7 @@ SUBROUTINE compute_moments_eq_rhs
kernel_e
,
nadiab_moments_e
,
ddz_nepj
,
interp_nepj
,
Sepj
,&
moments_e
(
ipgs_e
:
ipge_e
,
ijgs_e
:
ijge_e
,
ikys
:
ikye
,
ikxs
:
ikxe
,
izgs
:
izge
,
updatetlevel
),&
TColl_e
,
ddzND_nepj
,&
moments_rhs_e
(
ip
g
s_e
:
ip
g
e_e
,
ij
g
s_e
:
ij
g
e_e
,
ikys
:
ikye
,
ikxs
:
ikxe
,
iz
g
s
:
iz
g
e
,
updatetlevel
))
moments_rhs_e
(
ips_e
:
ipe_e
,
ijs_e
:
ije_e
,
ikys
:
ikye
,
ikxs
:
ikxe
,
izs
:
ize
,
updatetlevel
))
CONTAINS
!_____________________________________________________________________________!
...
...
@@ -51,7 +51,7 @@ SUBROUTINE compute_moments_eq_rhs
! computed in collision_mod.F90 and the nonlinear term Sapj computed in
! nonlinear_mod.F90.
! All arguments of the subroutines are inputs only except the last one,
! moments_rhs_ that will contain the sum of every terms in the RHS.
! moments_rhs_ that will contain the sum of every terms in the RHS.
!_____________________________________________________________________________!
SUBROUTINE
moments_eq_rhs
(
ips
,
ipe
,
ipgs
,
ipge
,
ijs
,
ije
,
ijgs
,
ijge
,
jarray
,
parray
,&
xnapj
,
xnapp2j
,
xnapm2j
,
xnapjp1
,
xnapjm1
,
xnapp1j
,
xnapm1j
,&
...
...
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