We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ba4042 commit 2ea9189Copy full SHA for 2ea9189
cicecore/cicedyn/general/ice_init.F90
@@ -874,7 +874,7 @@ subroutine input_data
874
! runid and runtype are obtained from the driver, not from the namelist
875
876
if (my_task == master_task) then
877
- history_file = trim(runid) // ".cice" // trim(inst_suffix) //".h"
+ history_file = trim(runid) // ".cice" // trim(inst_suffix)
878
restart_file = trim(runid) // ".cice" // trim(inst_suffix) //".r"
879
incond_file = trim(runid) // ".cice" // trim(inst_suffix) //".i"
880
! Note by tcraig - this if test is needed because the nuopc cap sets
0 commit comments