Skip to content
Snippets Groups Projects
Commit 12d2a944 authored by WAUTELET Philippe's avatar WAUTELET Philippe
Browse files

Philippe 16/09/2019: forgot to call IO_Write_field_header_split_nc4 if GlobalArray is used

parent dc31af2f
No related branches found
No related tags found
No related merge requests found
......@@ -832,6 +832,11 @@ CONTAINS
CALL SECOND_MNH2(T1)
TIMEZ%T_WRIT3D_SEND=TIMEZ%T_WRIT3D_SEND + T1 - T0
!
! Write the variable attributes in the non-split file
!
if ( tpfile%nmaster_rank==isp .and. gnc4 ) &
call IO_Write_field_header_split_nc4( tpfile, tpfield, size( pfield, 3 ) )
!
! write the data
!
ALLOCATE(ZSLICE_ll(0,0)) ! to avoid bug on test of size
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment