From 5976c573cd88fd605246b648c959f05a80052bc5 Mon Sep 17 00:00:00 2001 From: Daniel Sarmiento Date: Tue, 26 May 2026 13:31:22 +0000 Subject: [PATCH] Add output_dir argument to log_restart_fh function --- mediator/med_phases_restart_mod.F90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mediator/med_phases_restart_mod.F90 b/mediator/med_phases_restart_mod.F90 index 705bf7ac5..08c5f6569 100644 --- a/mediator/med_phases_restart_mod.F90 +++ b/mediator/med_phases_restart_mod.F90 @@ -493,7 +493,7 @@ subroutine med_phases_restart_write(gcomp, rc) if (ChkErr(rc,__LINE__,u_FILE_u)) return #ifndef CESMCOUPLED if (maintask) then - call log_restart_fh(nextTime, startTime, 'cmeps', rc=rc) + call log_restart_fh(nextTime, startTime, 'cmeps', output_dir=restart_dir, rc=rc) if (ChkErr(rc,__LINE__,u_FILE_u)) return endif #endif