Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
Méso-NH code
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RODIER Quentin
Méso-NH code
Commits
e01ecbce
Commit
e01ecbce
authored
2 years ago
by
WAUTELET Philippe
Browse files
Options
Downloads
Patches
Plain Diff
Philippe 28/11/2022: FFT: fix for TRIDZ
parent
8911c59b
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/MNH/tridz.f90
+10
-5
10 additions, 5 deletions
src/MNH/tridz.f90
with
10 additions
and
5 deletions
src/MNH/tridz.f90
+
10
−
5
View file @
e01ecbce
...
...
@@ -179,6 +179,7 @@ USE MODD_CONF
USE
MODD_LUNIT_n
,
ONLY
:
TLUOUT
USE
MODD_PARAMETERS
!
USE
MODE_FFT
,
ONLY
:
SET99
USE
MODE_ll
USE
MODE_MSG
!JUAN P1/P2 SPLITTING
...
...
@@ -630,11 +631,9 @@ ELSE
! at the upper and lower levels PBFB is computed using the Neumann
! condition
!
PBFB
(
IIB
:
IIE
,
IJB
:
IJE
,
IKB
-1
)
=
-0.5
*
(
PRHOM
(
IKB
-1
)
+
PRHOM
(
IKB
)
)
/
&
ZDZM
(
IKB
)
**
2
PBFB
(
IIB
:
IIE
,
IJB
:
IJE
,
IKB
-1
)
=
-
0.5
*
(
PRHOM
(
IKB
-1
)
+
PRHOM
(
IKB
)
)
/
ZDZM
(
IKB
)
**
2
!
PBFB
(
IIB
:
IIE
,
IJB
:
IJE
,
IKE
+1
)
=
0.5
*
(
PRHOM
(
IKE
)
+
PRHOM
(
IKE
+1
)
)
/
&
ZDZM
(
IKE
+1
)
**
2
PBFB
(
IIB
:
IIE
,
IJB
:
IJE
,
IKE
+1
)
=
+
0.5
*
(
PRHOM
(
IKE
)
+
PRHOM
(
IKE
+1
)
)
/
ZDZM
(
IKE
+1
)
**
2
!
IF
(
HLBCX
(
1
)
==
'CYCL'
.AND.
.NOT.
(
L2D
)
)
THEN
!JUAN
...
...
@@ -695,7 +694,10 @@ DEALLOCATE(ZEIGEN_ll)
! -------------------------------------------------------
!
! 8.1 x lateral boundary conditions
!
!
!Initialise PTRIGSX and KIFAXX to allow comparisons (they are not fully set in SET99)
PTRIGSX
(:)
=
XUNDEF
KIFAXX
=
NUNDEF
CALL
SET99
(
PTRIGSX
,
KIFAXX
,
IIMAX_ll
)
!
! test on the value of KIMAX: KIMAX must be factorizable as a product
...
...
@@ -728,6 +730,9 @@ ENDIF
! 8.2 y lateral boundary conditions
!
IF
(
.NOT.
L2D
)
THEN
!Initialise PTRIGSY and KIFAXY to allow comparisons (they are not fully set in SET99)
PTRIGSY
(:)
=
XUNDEF
KIFAXY
=
NUNDEF
CALL
SET99
(
PTRIGSY
,
KIFAXY
,
IJMAX_ll
)
!
! test on the value of KJMAX: KJMAX must be factorizable as a product
...
...
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