Skip to content

Commit

Permalink
Fix typo in array index used to write SkinLayerCooling to netcdf diag…
Browse files Browse the repository at this point in the history
…nostic file (#656)
  • Loading branch information
ADCollard committed Nov 20, 2023
1 parent a3e13da commit 47f35ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gsi/setupsst.f90
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,7 @@ subroutine contents_netcdf_diag_(odiag)
if (nst_gsi>0) then
call nc_diag_metadata_to_single("FoundationTempBG",data(itref,i) )
call nc_diag_metadata_to_single("DiurnalWarming_at_zob",data(idtw,i) )
call nc_diag_metadata_to_single("SkinLayerCooling_at_zob",data(idtw,i) )
call nc_diag_metadata_to_single("SkinLayerCooling_at_zob",data(idtc,i) )
call nc_diag_metadata_to_single("Sensitivity_Tzob_Tr",data(itz_tr,i) )
endif

Expand Down

0 comments on commit 47f35ee

Please sign in to comment.