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
Admin message
GitLab is being updated to the latest version (v17.9.2). No downtime is expected.
Show more breadcrumbs
Antoine Cyril David Hoffmann
Gyacomo
Commits
b435eca7
Commit
b435eca7
authored
2 years ago
by
Antoine Cyril David Hoffmann
Browse files
Options
Downloads
Patches
Plain Diff
add an array to store dv4 coeffs
parent
2b93fff2
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/array_mod.F90
+5
-2
5 additions, 2 deletions
src/array_mod.F90
with
5 additions
and
2 deletions
src/array_mod.F90
+
5
−
2
View file @
b435eca7
...
...
@@ -14,10 +14,10 @@ MODULE array
! Derivatives and interpolated moments
COMPLEX
(
dp
),
DIMENSION
(:,:,:,:,:),
ALLOCATABLE
::
ddz_nepj
COMPLEX
(
dp
),
DIMENSION
(:,:,:,:,:),
ALLOCATABLE
::
interp_nepj
COMPLEX
(
dp
),
DIMENSION
(:,:,:,:,:),
ALLOCATABLE
::
ddzND_
n
epj
COMPLEX
(
dp
),
DIMENSION
(:,:,:,:,:),
ALLOCATABLE
::
ddzND_
N
epj
COMPLEX
(
dp
),
DIMENSION
(:,:,:,:,:),
ALLOCATABLE
::
ddz_nipj
COMPLEX
(
dp
),
DIMENSION
(:,:,:,:,:),
ALLOCATABLE
::
interp_nipj
COMPLEX
(
dp
),
DIMENSION
(:,:,:,:,:),
ALLOCATABLE
::
ddzND_
n
ipj
COMPLEX
(
dp
),
DIMENSION
(:,:,:,:,:),
ALLOCATABLE
::
ddzND_
N
ipj
! Arrays to store special initial modes (semi linear simulation)
! Zonal ones (ky=0)
...
...
@@ -46,6 +46,9 @@ MODULE array
! dnjs coefficient storage (in, ij, is)
COMPLEX
(
dp
),
DIMENSION
(:,:,:),
ALLOCATABLE
::
dnjs
! Hermite fourth derivative coeff storage 4*sqrt(p!/(p-4)!)
COMPLEX
(
dp
),
DIMENSION
(:),
ALLOCATABLE
::
dv4_Hp_coeff
! lin rhs p,j coefficient storage (ip,ij)
REAL
(
dp
),
DIMENSION
(:,:),
ALLOCATABLE
::
xnepj
,
xnipj
REAL
(
dp
),
DIMENSION
(:),
ALLOCATABLE
::
xnepp1j
,
xnepm1j
,
xnepp2j
,
xnepm2j
,
xnepjp1
,
xnepjm1
...
...
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