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
GitLab 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
089fa483
Commit
089fa483
authored
12 years ago
by
Juan Escobar
Browse files
Options
Downloads
Patches
Plain Diff
Juan 22/03/2013: test if numproc=0 return
parent
0c63dd7d
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
MNH/get_halo.f90
+7
-1
7 additions, 1 deletion
MNH/get_halo.f90
with
7 additions
and
1 deletion
MNH/get_halo.f90
+
7
−
1
View file @
089fa483
...
@@ -129,6 +129,9 @@ USE MODE_ll
...
@@ -129,6 +129,9 @@ USE MODE_ll
USE
MODD_ARGSLIST_ll
,
ONLY
:
LIST_ll
USE
MODD_ARGSLIST_ll
,
ONLY
:
LIST_ll
USE
MODD_PARAMETERS
,
ONLY
:
JPHEXT
USE
MODD_PARAMETERS
,
ONLY
:
JPHEXT
!
!
USE
MODD_IO_ll
,
ONLY
:
GSMONOPROC
!
!
IMPLICIT
NONE
IMPLICIT
NONE
!
!
REAL
,
DIMENSION
(:,:,:)
::
PSRC
! variable at t
REAL
,
DIMENSION
(:,:,:)
::
PSRC
! variable at t
...
@@ -144,8 +147,11 @@ INTEGER,SAVE :: IIU,IJU,IKU
...
@@ -144,8 +147,11 @@ INTEGER,SAVE :: IIU,IJU,IKU
!
!
!LOGICAL, SAVE :: GFIRST_GET_HALO_D = .TRUE.
!LOGICAL, SAVE :: GFIRST_GET_HALO_D = .TRUE.
!
!
NULLIFY
(
TZ_PSRC_ll
)
IF
(
GSMONOPROC
)
RETURN
!
NULLIFY
(
TZ_PSRC_ll
)
!
IF
(
GFIRST_GET_HALO_D
)
THEN
IF
(
GFIRST_GET_HALO_D
)
THEN
CALL
GET_INDICE_ll
(
IIB
,
IJB
,
IIE
,
IJE
)
CALL
GET_INDICE_ll
(
IIB
,
IJB
,
IIE
,
IJE
)
!
!
...
...
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