@@ -366,15 +366,15 @@ subroutine ini_mean_io(ice, dynamics, tracers, partit, mesh)
366366! output heat content (for destine)
367367CASE (' hc300m' )
368368 if (ldiag_destinE) then
369- call def_stream(nod2D, myDim_nod2D, ' hc300m' , ' Vertically integrated heat content upper 300m' , ' J m**-2' , heatcontent(1 , 1 :myDim_nod2D), io_list(i)% freq, io_list(i)% unit, io_list(i)% precision, partit, mesh)
369+ call def_stream(nod2D, myDim_nod2D, ' hc300m' , ' Vertically integrated heat content upper 300m' , ' J m**-2' , heatcontent(1 :myDim_nod2D, 1 ), io_list(i)% freq, io_list(i)% unit, io_list(i)% precision, partit, mesh)
370370 end if
371371CASE (' hc700m' )
372372 if (ldiag_destinE) then
373- call def_stream(nod2D, myDim_nod2D, ' hc700m' , ' Vertically integrated heat content upper 700m' , ' J m**-2' , heatcontent(2 , 1 :myDim_nod2D), io_list(i)% freq, io_list(i)% unit, io_list(i)% precision, partit, mesh)
373+ call def_stream(nod2D, myDim_nod2D, ' hc700m' , ' Vertically integrated heat content upper 700m' , ' J m**-2' , heatcontent(1 :myDim_nod2D, 2 ), io_list(i)% freq, io_list(i)% unit, io_list(i)% precision, partit, mesh)
374374 end if
375375CASE (' hc' )
376376 if (ldiag_destinE) then
377- call def_stream(nod2D, myDim_nod2D, ' hc' , ' Vertically integrated heat content total column' , ' J m**-2' , heatcontent(3 , 1 :myDim_nod2D), io_list(i)% freq, io_list(i)% unit, io_list(i)% precision, partit, mesh)
377+ call def_stream(nod2D, myDim_nod2D, ' hc' , ' Vertically integrated heat content total column' , ' J m**-2' , heatcontent(1 :myDim_nod2D, 3 ), io_list(i)% freq, io_list(i)% unit, io_list(i)% precision, partit, mesh)
378378 end if
379379! _______________________________________________________________________________
380380!- --wiso-code
@@ -2523,4 +2523,4 @@ SUBROUTINE send_data_to_multio(entry)
25232523 END DO
25242524END SUBROUTINE
25252525#endif
2526- end module
2526+ end module
0 commit comments