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
71a46f7e
Commit
71a46f7e
authored
8 years ago
by
ESCOBAR MUNOZ Juan
Committed by
WAUTELET Philippe
8 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Juan & Maxime 24/03/2016: bug fix in 002/pgd when proc have no data/empty intersection to send/recv
parent
58c04be6
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/SURFEX/regular_grid_spawn.F90
+10
-11
10 additions, 11 deletions
src/SURFEX/regular_grid_spawn.F90
with
10 additions
and
11 deletions
src/SURFEX/regular_grid_spawn.F90
+
10
−
11
View file @
71a46f7e
...
...
@@ -39,6 +39,7 @@
!! M.Moge 04/2015 Parallelization using routines from MNH/SURCOUCHE
!! M.Moge 06/2015 bug fix for reproductibility using UPDATE_NHALO1D
!! M.Moge 01/2016 bug fix for parallel execution with SPLIT2
!! Juan & Maxime 24/03/2016: bug fix in 002/pgd when proc have no data/empty intersection to send/recv
!-------------------------------------------------------------------------------
!
!* 0. DECLARATIONS
...
...
@@ -326,11 +327,11 @@ ENDDO
TZCRSPDSENDTAB
(
1
)
%
NCARD
=
0
TZCRSPDSENDTAB
(
1
)
%
NCARDDIF
=
0
ENDIF
!
IF (ICARD > 0) THEN
IF
(
ICARD
>
0
)
THEN
TZCRSPDSEND
=>
TZCRSPDSENDTAB
(
1
)
!
ELSE
!
TZCRSPDSEND => NULL()
!
ENDIF
ELSE
TZCRSPDSEND
=>
NULL
()
ENDIF
!
! ######## initializing the structures for the RECV ########
!
...
...
@@ -393,21 +394,19 @@ ENDDO
TZCRSPDRECVTAB
(
J
)
%
NCARDDIF
=
ICARDDIF
ENDDO
ELSE
!il faut tout de meme mettre un element de taille 0 dans TZCRSPDRECVTAB
!sinon SEND_RECV_FIELD plante en 02
ALLOCATE
(
TZCRSPDRECVTAB
(
1
)
)
ICARD
=
0
ICARDDIF
=
0
TZCRSPDRECVTAB
(
1
)
%
TELT
=
TZ
SEND
(
1
)
TZCRSPDRECVTAB
(
1
)
%
TELT
=
TZ
RECV
(
1
)
TZCRSPDRECVTAB
(
1
)
%
TNEXT
=>
NULL
()
TZCRSPDRECVTAB
(
1
)
%
NCARD
=
0
TZCRSPDRECVTAB
(
1
)
%
NCARDDIF
=
0
ENDIF
!
IF (ICARD > 0) THEN
IF
(
ICARD
>
0
)
THEN
TZCRSPDRECV
=>
TZCRSPDRECVTAB
(
1
)
!
ELSE
!
TZCRSPDRECV => NULL()
!
ENDIF
ELSE
TZCRSPDRECV
=>
NULL
()
ENDIF
#else
IIMAX_C
=
KIMAX_C_ll
IJMAX_C
=
KJMAX_C_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