Skip to content

Commit 2ea9189

Browse files
committed
1 parent 3ba4042 commit 2ea9189

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cicecore/cicedyn/general/ice_init.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -874,7 +874,7 @@ subroutine input_data
874874
! runid and runtype are obtained from the driver, not from the namelist
875875

876876
if (my_task == master_task) then
877-
history_file = trim(runid) // ".cice" // trim(inst_suffix) //".h"
877+
history_file = trim(runid) // ".cice" // trim(inst_suffix)
878878
restart_file = trim(runid) // ".cice" // trim(inst_suffix) //".r"
879879
incond_file = trim(runid) // ".cice" // trim(inst_suffix) //".i"
880880
! Note by tcraig - this if test is needed because the nuopc cap sets

0 commit comments

Comments
 (0)