Skip to content

Commit

Permalink
Merge remote-tracking branch 'escomp/master' into feature/updcmeps
Browse files Browse the repository at this point in the history
  • Loading branch information
DeniseWorthen committed Nov 8, 2022
2 parents aabe844 + fa2ac92 commit 56d71e4
Show file tree
Hide file tree
Showing 7 changed files with 300 additions and 244 deletions.
2 changes: 1 addition & 1 deletion cesm/driver/esm_time_mod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@ subroutine esm_time_alarmInit( clock, alarm, option, &
if (ChkErr(rc,__LINE__,u_FILE_u)) return
update_nextalarm = .true.

case (optNYears)
case (optNYears, trim(optNYears)//'s')
call ESMF_TimeIntervalSet(AlarmInterval, yy=1, rc=rc)
if (ChkErr(rc,__LINE__,u_FILE_u)) return
AlarmInterval = AlarmInterval * opt_n
Expand Down
Loading

0 comments on commit 56d71e4

Please sign in to comment.