@@ -1455,10 +1455,10 @@ subroutine init_hist (dt)
14551455 " weighted by ice area" , c1, c0, &
14561456 ns1, f_FY)
14571457
1458- ! CMIP 2D variables (for "intensive" variables per Notz et al 2016 definition,
1458+ ! CMIP 2D variables (for "intensive" variables per Notz et al 2016 definition,
14591459 ! that is a weighted time average when ice is present)
1460- ! Use avg_ice_present = 'init', 'final', 'pond', or 'ridge' to divide by
1461- ! sum(aice), sum(apond), or sum(ardg) over time
1460+ ! Use avg_ice_present = 'init', 'final', 'pond', or 'ridge' to divide by
1461+ ! sum(aice), sum(apond), or sum(ardg) over time
14621462 ! aice is at the start of the timestep ('init') or the end of the timestep ('final')
14631463 ! avg_ice_present = 'none' produces a time average including zeroes when ice is not present
14641464
@@ -1694,7 +1694,7 @@ subroutine init_hist (dt)
16941694 ns1, f_sidconcdyn, avg_ice_present= ' none' , mask_ice_free_points= .false. )
16951695
16961696 call define_hist_field(n_sidconcth," sidconcth" ," 1/s" ,tstr2D, tcstr, &
1697- " sea-ice area fraction tendency due to thermodynamics" , &
1697+ " sea-ice area fraction tendency due to thermodynamics" , &
16981698 " total rate of change in sea-ice area fraction through thermodynamic processes" , &
16991699 c1, c0, &
17001700 ns1, f_sidconcth, avg_ice_present= ' none' , mask_ice_free_points= .false. )
0 commit comments