Skip to content

Commit

Permalink
Merge branch 'NOAA-EMC:master' into sync_gsl_2021Jun
Browse files Browse the repository at this point in the history
  • Loading branch information
Ming Hu committed Jun 22, 2021
2 parents a3ceadb + a67b816 commit 2139d25
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/gsi/setupcldtot.F90
Original file line number Diff line number Diff line change
Expand Up @@ -922,7 +922,7 @@ subroutine init_netcdf_diag_
endif
end if

call nc_diag_init(diag_conv_file)
call nc_diag_init(diag_conv_file, append=append_diag)

if (.not. append_diag) then ! don't write headers on append - the module will break?
call nc_diag_header("date_time",ianldate )
Expand Down
2 changes: 1 addition & 1 deletion src/gsi/setuplwcp.f90
Original file line number Diff line number Diff line change
Expand Up @@ -759,7 +759,7 @@ subroutine init_netcdf_diag_
endif
end if

call nc_diag_init(diag_conv_file)
call nc_diag_init(diag_conv_file, append=append_diag)

if (.not. append_diag) then ! don't write headers on append - the module will break?
call nc_diag_header("date_time",ianldate )
Expand Down
2 changes: 1 addition & 1 deletion src/gsi/setupq.f90
Original file line number Diff line number Diff line change
Expand Up @@ -1073,7 +1073,7 @@ subroutine init_netcdf_diag_
endif
end if

call nc_diag_init(diag_conv_file)
call nc_diag_init(diag_conv_file, append=append_diag)

if (.not. append_diag) then ! don't write headers on append - the module will break?
call nc_diag_header("date_time",ianldate )
Expand Down
2 changes: 1 addition & 1 deletion src/gsi/setupswcp.f90
Original file line number Diff line number Diff line change
Expand Up @@ -804,7 +804,7 @@ subroutine init_netcdf_diag_
endif
end if

call nc_diag_init(diag_conv_file)
call nc_diag_init(diag_conv_file, append=append_diag)

if (.not. append_diag) then ! don't write headers on append - the module will break?
call nc_diag_header("date_time",ianldate )
Expand Down

0 comments on commit 2139d25

Please sign in to comment.