Skip to content

Commit 5828e0c

Browse files
authored
Fix sndmasssn (#78)
This fixes a minor issue where sisndmassdyn wasn't being saved
1 parent 681a2c6 commit 5828e0c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/ice_history.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1351,7 +1351,7 @@ subroutine init_hist (dt)
13511351
"per unit grid cell area", c1, c0, &
13521352
ns1, f_sndmasssnf)
13531353

1354-
call define_hist_field(n_snow_ai,"sisndmasssnf","kg m^-2 s^-1",tstr2D, tcstr, &
1354+
call define_hist_field(n_sndmasssnf,"sisndmasssnf","kg m^-2 s^-1",tstr2D, tcstr, &
13551355
"Snow Mass Change Through Snowfall", &
13561356
"Always positive or zero, per unit grid cell area", c1, c0, &
13571357
ns1, f_sisndmasssnf)

0 commit comments

Comments
 (0)