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
27657d00
Commit
27657d00
authored
5 years ago
by
WAUTELET Philippe
Browse files
Options
Downloads
Patches
Plain Diff
Philippe 21/11/2019: bugfix: close call could be done on a non-opened file
parent
e65798d2
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/LIB/SURCOUCHE/src/mode_mnh_world.f90
+2
-1
2 additions, 1 deletion
src/LIB/SURCOUCHE/src/mode_mnh_world.f90
with
2 additions
and
1 deletion
src/LIB/SURCOUCHE/src/mode_mnh_world.f90
+
2
−
1
View file @
27657d00
...
@@ -13,6 +13,7 @@
...
@@ -13,6 +13,7 @@
! P. Wautelet 10/01/2019: use NEWUNIT argument of OPEN
! P. Wautelet 10/01/2019: use NEWUNIT argument of OPEN
! P. Wautelet 10/07/2019: add identification of version 2.7 of OpenACC + print properties of ACC_DEVICE_HOST
! P. Wautelet 10/07/2019: add identification of version 2.7 of OpenACC + print properties of ACC_DEVICE_HOST
! P. Wautelet 10/10/2019: remove ACC_DEVICE_RADEON and ACC_DEVICE_XEONPHI devices
! P. Wautelet 10/10/2019: remove ACC_DEVICE_RADEON and ACC_DEVICE_XEONPHI devices
! P. Wautelet 21/11/2019: bugfix: close call could be done on a non-opened file
!-----------------------------------------------------------------
!-----------------------------------------------------------------
MODULE
MODE_MNH_WORLD
MODULE
MODE_MNH_WORLD
IMPLICIT
NONE
IMPLICIT
NONE
...
@@ -115,8 +116,8 @@ CONTAINS
...
@@ -115,8 +116,8 @@ CONTAINS
IF
(
IERR
.EQ.
0
)
THEN
IF
(
IERR
.EQ.
0
)
THEN
READ
(
unit
=
ilu
,
NML
=
NAM_CONF_MNH_WORLD
)
READ
(
unit
=
ilu
,
NML
=
NAM_CONF_MNH_WORLD
)
WRITE
(
*
,
NAM_CONF_MNH_WORLD
)
WRITE
(
*
,
NAM_CONF_MNH_WORLD
)
CLOSE
(
unit
=
ILU
)
ENDIF
ENDIF
CLOSE
(
unit
=
ILU
)
ENDIF
ENDIF
iroot
=
0
iroot
=
0
! Brodcast mapping
! Brodcast mapping
...
...
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