-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove .h from CICE history output filenames
- Loading branch information
1 parent
63ed4a4
commit 49f95e3
Showing
2 changed files
with
14 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
diff --git a/cicecore/cicedyn/general/ice_init.F90 b/cicecore/cicedyn/general/ice_init.F90 | ||
index 24ac40db..4ad296aa 100644 | ||
--- a/cicecore/cicedyn/general/ice_init.F90 | ||
+++ b/cicecore/cicedyn/general/ice_init.F90 | ||
@@ -872,7 +872,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 |