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
Méso-NH
Méso-NH code
Commits
02cf3ddc
Commit
02cf3ddc
authored
6 years ago
by
WAUTELET Philippe
Browse files
Options
Downloads
Patches
Plain Diff
Philippe 07/03/2019: IO bugfix: io_set_mnhversion must be called by all the processes
parent
efd7b8a6
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_io_file_nc4.f90
+2
-1
2 additions, 1 deletion
src/LIB/SURCOUCHE/src/mode_io_file_nc4.f90
with
2 additions
and
1 deletion
src/LIB/SURCOUCHE/src/mode_io_file_nc4.f90
+
2
−
1
View file @
02cf3ddc
...
...
@@ -13,6 +13,7 @@
! + move IOFREEFLU and IONEWFLU to mode_io_file_lfi.f90
! + move management of NNCID and NLFIFLU to the nc4 and lfi subroutines
! Philippe Wautelet: 10/01/2019: replace handle_err by io_handle_err_nc4 for better netCDF error messages
! P. Wautelet 07/03/2019: bugfix: io_set_mnhversion must be called by all the processes
!
!-----------------------------------------------------------------
#if defined(MNH_IOCDF4)
...
...
@@ -57,9 +58,9 @@ subroutine io_create_file_nc4(tpfile,hprogram_orig)
call
print_msg
(
NVERB_FATAL
,
'IO'
,
'io_create_file_nc4'
,
'NF90_CREATE for '
//
trim
(
yfilem
)//
'.nc: '
//
NF90_STRERROR
(
istatus
))
end
if
call
io_set_not_cleanly_closed_nc4
(
tpfile
)
call
io_set_mnhversion
(
tpfile
)
call
io_set_knowndims_nc4
(
tpfile
,
hprogram_orig
=
hprogram_orig
)
end
if
call
io_set_mnhversion
(
tpfile
)
end
subroutine
io_create_file_nc4
...
...
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