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
Méso-NH
Méso-NH code
Commits
156ef2ad
Commit
156ef2ad
authored
2 years ago
by
RODIER Quentin
Browse files
Options
Downloads
Patches
Plain Diff
Quentin 29/07/2022: get_halo bugfix turb HPACK
parent
5e0c4722
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/mesonh/aux/get_halo.f90
+3
-3
3 additions, 3 deletions
src/mesonh/aux/get_halo.f90
with
3 additions
and
3 deletions
src/mesonh/aux/get_halo.f90
+
3
−
3
View file @
156ef2ad
...
@@ -30,7 +30,7 @@ SUBROUTINE GET_HALO_PHY(D,PSRC)
...
@@ -30,7 +30,7 @@ SUBROUTINE GET_HALO_PHY(D,PSRC)
USE
MODD_DIMPHYEX
,
ONLY
:
DIMPHYEX_t
USE
MODD_DIMPHYEX
,
ONLY
:
DIMPHYEX_t
!
!
TYPE
(
DIMPHYEX_t
),
INTENT
(
IN
)
::
D
TYPE
(
DIMPHYEX_t
),
INTENT
(
IN
)
::
D
REAL
,
DIMENSION
(
D
%
NIJT
,
D
%
NKT
),
INTENT
(
IN
)
::
PSRC
! variable at t
REAL
,
DIMENSION
(
D
%
NI
T
,
D
%
N
JT
,
D
%
NKT
),
INTENT
(
IN
)
::
PSRC
! variable at t
!
!
END
SUBROUTINE
GET_HALO_PHY
END
SUBROUTINE
GET_HALO_PHY
!
!
...
@@ -113,14 +113,14 @@ USE MODD_ARGSLIST_ll, ONLY : LIST_ll
...
@@ -113,14 +113,14 @@ USE MODD_ARGSLIST_ll, ONLY : LIST_ll
IMPLICIT
NONE
IMPLICIT
NONE
!
!
TYPE
(
DIMPHYEX_t
),
INTENT
(
IN
)
::
D
TYPE
(
DIMPHYEX_t
),
INTENT
(
IN
)
::
D
REAL
,
DIMENSION
(
D
%
NIJT
,
D
%
NKT
),
INTENT
(
IN
)
::
PSRC
! variable at t
REAL
,
DIMENSION
(
D
%
NI
T
,
D
%
N
JT
,
D
%
NKT
),
INTENT
(
IN
)
::
PSRC
! variable at t
!
!
TYPE
(
LIST_ll
)
,
POINTER
::
TZ_PSRC_ll
! halo
TYPE
(
LIST_ll
)
,
POINTER
::
TZ_PSRC_ll
! halo
INTEGER
::
IERROR
! error return code
INTEGER
::
IERROR
! error return code
!
!
NULLIFY
(
TZ_PSRC_ll
)
NULLIFY
(
TZ_PSRC_ll
)
!
!
CALL
ADD
2
DFIELD_ll
(
TZ_PSRC_ll
,
PSRC
,
'GET_HALO::PSRC'
)
CALL
ADD
3
DFIELD_ll
(
TZ_PSRC_ll
,
PSRC
,
'GET_HALO::PSRC'
)
CALL
UPDATE_HALO_ll
(
TZ_PSRC_ll
,
IERROR
)
CALL
UPDATE_HALO_ll
(
TZ_PSRC_ll
,
IERROR
)
CALL
CLEANLIST_ll
(
TZ_PSRC_ll
)
CALL
CLEANLIST_ll
(
TZ_PSRC_ll
)
!
!
...
...
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