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
674e340b
Commit
674e340b
authored
2 years ago
by
Antoine Cyril David Hoffmann
Browse files
Options
Downloads
Patches
Plain Diff
remove unused parts
parent
03491df7
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/geometry_mod.F90
+1
-4
1 addition, 4 deletions
src/geometry_mod.F90
src/stepon.F90
+0
-5
0 additions, 5 deletions
src/stepon.F90
with
1 addition
and
9 deletions
src/geometry_mod.F90
+
1
−
4
View file @
674e340b
...
...
@@ -326,13 +326,10 @@ CONTAINS
IMPLICIT
NONE
REAL
::
shift
,
kx_shift
! For periodic CHI BC or 0 dirichlet
LOGICAL
::
PERIODIC_CHI_BC
=
.
TRU
E.
LOGICAL
::
PERIODIC_CHI_BC
=
.
FALS
E.
ALLOCATE
(
ikx_zBC_R
(
ikys
:
ikye
,
ikxs
:
ikxe
))
ALLOCATE
(
ikx_zBC_L
(
ikys
:
ikye
,
ikxs
:
ikxe
))
! No periodic connection for extension of the domain
IF
(
Nexc
.GT.
1
)
PERIODIC_CHI_BC
=
.TRUE.
!! No shear case (simple id mapping)
!3 | 1 2 3 4 5 6 | ky = 3 dky
!2 ky | 1 2 3 4 5 6 | ky = 2 dky
...
...
This diff is collapsed.
Click to expand it.
src/stepon.F90
+
0
−
5
View file @
674e340b
...
...
@@ -8,7 +8,6 @@ SUBROUTINE stepon
USE
model
,
ONLY
:
LINEARITY
,
KIN_E
use
prec_const
USE
time_integration
USE
numerics
,
ONLY
:
play_with_modes
USE
utility
,
ONLY
:
checkfield
IMPLICIT
NONE
...
...
@@ -38,10 +37,6 @@ SUBROUTINE stepon
CALL
solve_EM_fields
CALL
update_ghosts_EM
! Numerical experiments
! Store or cancel/maintain zonal modes artificially
! CALL play_with_modes
!- Check before next step
CALL
checkfield_all
()
IF
(
nlend
)
EXIT
! exit do loop
...
...
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