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
e5761be2
Commit
e5761be2
authored
4 years ago
by
WAUTELET Philippe
Browse files
Options
Downloads
Patches
Plain Diff
Philippe 02/10/2020: bugfix: YGROUP/YGROUPZ were too small
(cherry picked from commit
531f1b8e
)
parent
cab62676
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/MNH/write_aircraft_balloon.f90
+5
-5
5 additions, 5 deletions
src/MNH/write_aircraft_balloon.f90
with
5 additions
and
5 deletions
src/MNH/write_aircraft_balloon.f90
+
5
−
5
View file @
e5761be2
...
...
@@ -63,9 +63,9 @@ END MODULE MODI_WRITE_AIRCRAFT_BALLOON
!! Oct 2016 : G.Delautier LIMA
!! August 2016 (M.Leriche) Add mass concentration of aerosol species
!! Philippe Wautelet: 05/2016-04/2018: new data structures and calls for I/O
!
!
P. Wautelet 29/01/2019: bug: moved an instruction later (to prevent access to a not allocated array)
!
!
!
! --------------------------------------------------------------------------
! P. Wautelet 29/01/2019: bug: moved an instruction later (to prevent access to a not allocated array)
!
P. Wautelet 02/10/2020: bugfix: YGROUP/YGROUPZ were too small
! --------------------------------------------------------------------------
!
!* 0. DECLARATIONS
! ------------
...
...
@@ -187,7 +187,7 @@ REAL, DIMENSION(:,:,:,:,:), ALLOCATABLE :: ZPTOTA
REAL
,
DIMENSION
(:,:,:),
ALLOCATABLE
::
ZRHO
!
INTEGER
,
DIMENSION
(:),
ALLOCATABLE
::
IGRID
! grid indicator
CHARACTER
(
LEN
=
8
)
::
YGROUP
! group title
CHARACTER
(
LEN
=
:),
ALLOCATABLE
::
YGROUP
! group title
CHARACTER
(
LEN
=
100
),
DIMENSION
(:),
ALLOCATABLE
::
YCOMMENT
! comment string
CHARACTER
(
LEN
=
100
),
DIMENSION
(:),
ALLOCATABLE
::
YTITLE
! title
CHARACTER
(
LEN
=
100
),
DIMENSION
(:),
ALLOCATABLE
::
YUNIT
! physical unit
...
...
@@ -195,7 +195,7 @@ CHARACTER(LEN=100), DIMENSION(:), ALLOCATABLE :: YUNIT ! physical unit
INTEGER
::
IPROC
! number of variables records
INTEGER
::
JPROC
! loop counter
INTEGER
,
DIMENSION
(:),
ALLOCATABLE
::
IGRIDZ
! grid indicator
CHARACTER
(
LEN
=
8
)
::
YGROUPZ
! group title
CHARACTER
(
LEN
=
:),
ALLOCATABLE
::
YGROUPZ
! group title
CHARACTER
(
LEN
=
100
),
DIMENSION
(:),
ALLOCATABLE
::
YCOMMENTZ
! comment string
CHARACTER
(
LEN
=
100
),
DIMENSION
(:),
ALLOCATABLE
::
YTITLEZ
! title
CHARACTER
(
LEN
=
100
),
DIMENSION
(:),
ALLOCATABLE
::
YUNITZ
! physical unit
...
...
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