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
8689253c
Commit
8689253c
authored
11 years ago
by
ESCOBAR Juan
Browse files
Options
Downloads
Patches
Plain Diff
Juan 14/11/2013: change PSRC to INOUT on all routine
parent
bf43a1fa
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
MNH/get_halo.f90
+6
-6
6 additions, 6 deletions
MNH/get_halo.f90
with
6 additions
and
6 deletions
MNH/get_halo.f90
+
6
−
6
View file @
8689253c
...
...
@@ -12,7 +12,7 @@ INTERFACE
SUBROUTINE
GET_HALO2
(
PSRC
,
TP_PSRC_HALO2_ll
)
!
USE
MODD_ARGSLIST_ll
,
ONLY
:
HALO2LIST_ll
REAL
,
DIMENSION
(:,:,:),
INTENT
(
IN
)
::
PSRC
! variable at t
REAL
,
DIMENSION
(:,:,:),
INTENT
(
IN
OUT
)
::
PSRC
! variable at t
TYPE
(
HALO2LIST_ll
),
POINTER
::
TP_PSRC_HALO2_ll
! halo2 for SRC
!
END
SUBROUTINE
GET_HALO2
...
...
@@ -21,7 +21,7 @@ END INTERFACE
INTERFACE
SUBROUTINE
GET_HALO
(
PSRC
,
HDIR
)
!
REAL
,
DIMENSION
(:,:,:),
INTENT
(
IN
)
::
PSRC
! variable at t
REAL
,
DIMENSION
(:,:,:),
INTENT
(
IN
OUT
)
::
PSRC
! variable at t
CHARACTER
(
len
=
4
),
OPTIONAL
::
HDIR
! to send only halo on X or Y direction
!
END
SUBROUTINE
GET_HALO
...
...
@@ -30,7 +30,7 @@ END INTERFACE
INTERFACE
SUBROUTINE
GET_HALO_D
(
PSRC
,
HDIR
)
!
REAL
,
DIMENSION
(:,:,:)
::
PSRC
! variable at t
REAL
,
DIMENSION
(:,:,:)
,
INTENT
(
INOUT
)
::
PSRC
! variable at t
!$acc declare present (PSRC)
CHARACTER
(
len
=
4
),
OPTIONAL
::
HDIR
! to send only halo on X or Y direction
!
...
...
@@ -58,7 +58,7 @@ USE MODI_GET_HALO , ONLY : GET_HALO
!
IMPLICIT
NONE
!
REAL
,
DIMENSION
(:,:,:),
INTENT
(
IN
)
::
PSRC
! variable at t
REAL
,
DIMENSION
(:,:,:),
INTENT
(
IN
OUT
)
::
PSRC
! variable at t
TYPE
(
HALO2LIST_ll
),
POINTER
::
TP_PSRC_HALO2_ll
! halo2 for SRC
!
INTEGER
::
IIU
,
IJU
,
IKU
! domain sizes
...
...
@@ -92,7 +92,7 @@ USE MODD_ARGSLIST_ll, ONLY : LIST_ll
!
IMPLICIT
NONE
!
REAL
,
DIMENSION
(:,:,:),
INTENT
(
IN
)
::
PSRC
! variable at t
REAL
,
DIMENSION
(:,:,:),
INTENT
(
IN
OUT
)
::
PSRC
! variable at t
CHARACTER
(
len
=
4
),
OPTIONAL
::
HDIR
! to send only halo on X or Y direction
!
TYPE
(
LIST_ll
)
,
POINTER
::
TZ_PSRC_ll
! halo
...
...
@@ -135,7 +135,7 @@ USE MODE_MNH_ZWORK, ONLY : GWEST , GEAST, GSOUTH , GNORTH
!
IMPLICIT
NONE
!
REAL
,
DIMENSION
(:,:,:)
::
PSRC
! variable at t
REAL
,
DIMENSION
(:,:,:)
,
INTENT
(
INOUT
)
::
PSRC
! variable at t
!$acc declare present (PSRC)
CHARACTER
(
len
=
4
),
OPTIONAL
::
HDIR
! to send only halo on X or Y direction
!
...
...
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