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
f34ee449
Commit
f34ee449
authored
2 years ago
by
Antoine Cyril David Hoffmann
Browse files
Options
Downloads
Patches
Plain Diff
corrections of small errors detected by the gnu fortran compiler
parent
82e51c51
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
src/basic_mod.F90
+2
-2
2 additions, 2 deletions
src/basic_mod.F90
src/coeff_mod.F90
+0
-1
0 additions, 1 deletion
src/coeff_mod.F90
src/grid_mod.F90
+1
-1
1 addition, 1 deletion
src/grid_mod.F90
src/numerics_mod.F90
+3
-3
3 additions, 3 deletions
src/numerics_mod.F90
with
6 additions
and
7 deletions
src/basic_mod.F90
+
2
−
2
View file @
f34ee449
...
@@ -79,10 +79,10 @@ CONTAINS
...
@@ -79,10 +79,10 @@ CONTAINS
use
prec_const
use
prec_const
IMPLICIT
NONE
IMPLICIT
NONE
CALL
find_input_file
NAMELIST
/
BASIC
/
nrun
,
dt
,
tmax
,
maxruntime
NAMELIST
/
BASIC
/
nrun
,
dt
,
tmax
,
maxruntime
CALL
find_input_file
READ
(
lu_in
,
basic
)
READ
(
lu_in
,
basic
)
!Init cumulative timers
!Init cumulative timers
...
...
This diff is collapsed.
Click to expand it.
src/coeff_mod.F90
+
0
−
1
View file @
f34ee449
...
@@ -5,7 +5,6 @@ MODULE coeff
...
@@ -5,7 +5,6 @@ MODULE coeff
USE
PREC_CONST
USE
PREC_CONST
use
BASIC
use
BASIC
USE
MODEL
USE
FMZM
USE
FMZM
PUBLIC
PUBLIC
...
...
This diff is collapsed.
Click to expand it.
src/grid_mod.F90
+
1
−
1
View file @
f34ee449
...
@@ -525,7 +525,7 @@ CONTAINS
...
@@ -525,7 +525,7 @@ CONTAINS
! Ghosts boundaries (depend on the order of z operators)
! Ghosts boundaries (depend on the order of z operators)
IF
(
Nz
.EQ.
1
)
THEN
IF
(
Nz
.EQ.
1
)
THEN
izgs
=
izs
;
izge
=
ize
;
izgs
=
izs
;
izge
=
ize
;
zarray
(
izs
,:)
=
0
;
zarray_full
(
izs
)
=
0
;
zarray_full
(
izs
)
=
0
;
ELSEIF
(
Nz
.GE.
4
)
THEN
ELSEIF
(
Nz
.GE.
4
)
THEN
izgs
=
izs
-
2
;
izge
=
ize
+
2
;
izgs
=
izs
-
2
;
izge
=
ize
+
2
;
ELSE
ELSE
...
...
This diff is collapsed.
Click to expand it.
src/numerics_mod.F90
+
3
−
3
View file @
f34ee449
...
@@ -3,7 +3,7 @@ MODULE numerics
...
@@ -3,7 +3,7 @@ MODULE numerics
USE
prec_const
USE
prec_const
USE
grid
USE
grid
USE
utility
USE
utility
USE
coeff
implicit
none
implicit
none
PUBLIC
::
build_dnjs_table
,
evaluate_kernels
,
evaluate_EM_op
PUBLIC
::
build_dnjs_table
,
evaluate_kernels
,
evaluate_EM_op
...
@@ -117,7 +117,7 @@ SUBROUTINE evaluate_poisson_op
...
@@ -117,7 +117,7 @@ SUBROUTINE evaluate_poisson_op
USE
basic
USE
basic
USE
array
,
Only
:
kernel_e
,
kernel_i
,
inv_poisson_op
,
inv_pol_ion
USE
array
,
Only
:
kernel_e
,
kernel_i
,
inv_poisson_op
,
inv_pol_ion
USE
grid
USE
grid
USE
model
,
ONLY
:
tau_e
,
tau_i
,
q_e
,
q_i
,
KIN_E
USE
model
,
ONLY
:
tau_e
,
tau_i
,
q_e
,
q_i
,
qe2_taue
,
qi2_taui
,
KIN_E
IMPLICIT
NONE
IMPLICIT
NONE
REAL
(
dp
)
::
pol_i
,
pol_e
! (Z_a^2/tau_a (1-sum_n kernel_na^2))
REAL
(
dp
)
::
pol_i
,
pol_e
! (Z_a^2/tau_a (1-sum_n kernel_na^2))
INTEGER
::
ini
,
ine
INTEGER
::
ini
,
ine
...
@@ -163,7 +163,7 @@ SUBROUTINE evaluate_ampere_op
...
@@ -163,7 +163,7 @@ SUBROUTINE evaluate_ampere_op
USE
basic
USE
basic
USE
array
,
Only
:
kernel_e
,
kernel_i
,
inv_ampere_op
USE
array
,
Only
:
kernel_e
,
kernel_i
,
inv_ampere_op
USE
grid
USE
grid
USE
model
,
ONLY
:
tau_e
,
tau_i
,
q_e
,
q_i
,
KIN_E
,
beta
USE
model
,
ONLY
:
tau_e
,
tau_i
,
q_e
,
q_i
,
KIN_E
,
beta
,
sigma_e
,
sigma_i
USE
geometry
,
ONLY
:
hatB
USE
geometry
,
ONLY
:
hatB
IMPLICIT
NONE
IMPLICIT
NONE
REAL
(
dp
)
::
pol_i
,
pol_e
,
kperp2
! (Z_a^2/tau_a (1-sum_n kernel_na^2))
REAL
(
dp
)
::
pol_i
,
pol_e
,
kperp2
! (Z_a^2/tau_a (1-sum_n kernel_na^2))
...
...
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