Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/eclm/cime_comp_mod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -669,7 +669,7 @@ subroutine cime_pre_init1(esmf_log_option)
#ifdef USE_PDAF
if (present(pdaf_id) .and. present(pdaf_max)) then
call seq_comm_init(global_comm, driver_comm, NLFileName, pdaf_id=pdaf_id, pdaf_max=pdaf_max)
cpl_inst_tag = ''
write(cpl_inst_tag,'("_",i4.4)') pdaf_id
else
call shr_sys_abort( subname//':: pdaf_id and pdaf_max'// &
' have to be present for PDAF' )
Expand Down