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
808bed49
Commit
808bed49
authored
5 years ago
by
WAUTELET Philippe
Browse files
Options
Downloads
Patches
Plain Diff
Philippe 26/07/2019: bug correction: deallocate of zsea and ztown done too early
(cherry picked from commit
b0bb3125
)
parent
c9f2ea54
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/MNH/diag.f90
+2
-4
2 additions, 4 deletions
src/MNH/diag.f90
with
2 additions
and
4 deletions
src/MNH/diag.f90
+
2
−
4
View file @
808bed49
...
@@ -91,6 +91,7 @@
...
@@ -91,6 +91,7 @@
! P. Wautelet 07/02/2019: force TYPE to a known value for IO_File_add2list
! P. Wautelet 07/02/2019: force TYPE to a known value for IO_File_add2list
! P. Wautelet 11/02/2019: added missing use of MODI_CH_MONITOR_n
! P. Wautelet 11/02/2019: added missing use of MODI_CH_MONITOR_n
! P. Wautelet 28/03/2019: use MNHTIME for time measurement variables
! P. Wautelet 28/03/2019: use MNHTIME for time measurement variables
! P. Wautelet 26/07/2019: bug correction: deallocate of zsea and ztown done too early
!-------------------------------------------------------------------------------
!-------------------------------------------------------------------------------
!
!
!* 0. DECLARATIONS
!* 0. DECLARATIONS
...
@@ -544,19 +545,16 @@ IF ( LAIRCRAFT_BALLOON ) THEN
...
@@ -544,19 +545,16 @@ IF ( LAIRCRAFT_BALLOON ) THEN
ZTOWN
(:,:)
=
0.
ZTOWN
(:,:)
=
0.
CALL
MNHGET_SURF_PARAM_n
(
PSEA
=
ZSEA
(:,:),
PTOWN
=
ZTOWN
(:,:))
CALL
MNHGET_SURF_PARAM_n
(
PSEA
=
ZSEA
(:,:),
PTOWN
=
ZTOWN
(:,:))
DO
ISTEPBAL
=
1
,
NTIME_AIRCRAFT_BALLOON
,
INT
(
XSTEP_AIRCRAFT_BALLOON
)
DO
ISTEPBAL
=
1
,
NTIME_AIRCRAFT_BALLOON
,
INT
(
XSTEP_AIRCRAFT_BALLOON
)
!
CALL
AIRCRAFT_BALLOON
(
XSTEP_AIRCRAFT_BALLOON
,
&
CALL
AIRCRAFT_BALLOON
(
XSTEP_AIRCRAFT_BALLOON
,
&
TDTEXP
,
TDTMOD
,
TDTCUR
,
TXDTBAL
,
&
TDTEXP
,
TDTMOD
,
TDTCUR
,
TXDTBAL
,
&
XXHAT
,
XYHAT
,
XZZ
,
XMAP
,
XLONORI
,
XLATORI
,
&
XXHAT
,
XYHAT
,
XZZ
,
XMAP
,
XLONORI
,
XLATORI
,
&
XUT
,
XVT
,
XWT
,
XPABST
,
XTHT
,
XRT
,
XSVT
,
&
XUT
,
XVT
,
XWT
,
XPABST
,
XTHT
,
XRT
,
XSVT
,
&
XTKET
,
XTSRAD
,
XRHODREF
,
XCIT
,
ZSEA
)
XTKET
,
XTSRAD
,
XRHODREF
,
XCIT
,
ZSEA
)
DEALLOCATE
(
ZSEA
,
ZTOWN
)
!
!-----------------------------
!
!
TXDTBAL
%
TIME
=
TXDTBAL
%
TIME
+
XSTEP_AIRCRAFT_BALLOON
TXDTBAL
%
TIME
=
TXDTBAL
%
TIME
+
XSTEP_AIRCRAFT_BALLOON
CALL
DATETIME_CORRECTDATE
(
TXDTBAL
)
CALL
DATETIME_CORRECTDATE
(
TXDTBAL
)
ENDDO
ENDDO
DEALLOCATE
(
ZSEA
,
ZTOWN
)
CALL
IO_Header_write
(
TZDIACFILE
)
CALL
IO_Header_write
(
TZDIACFILE
)
CALL
WRITE_LFIFMN_FORDIACHRO_n
(
TZDIACFILE
)
CALL
WRITE_LFIFMN_FORDIACHRO_n
(
TZDIACFILE
)
CALL
WRITE_AIRCRAFT_BALLOON
(
TZDIACFILE
)
CALL
WRITE_AIRCRAFT_BALLOON
(
TZDIACFILE
)
...
...
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