Skip to content

Commit

Permalink
Format cice history filenames per COSIMA/access-om3#190 (comment)
Browse files Browse the repository at this point in the history
  • Loading branch information
anton-seaice committed Dec 6, 2024
1 parent 3ba4042 commit 2ea9189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cicecore/cicedyn/general/ice_init.F90
Original file line number Diff line number Diff line change
Expand Up @@ -874,7 +874,7 @@ subroutine input_data
! runid and runtype are obtained from the driver, not from the namelist

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

0 comments on commit 2ea9189

Please sign in to comment.