Skip to content

Commit c666ebf

Browse files
committed
Change ocn(1) to ice(1) in call to seq_map_init_rcfile for Rg2i.
Jeremy Fyke noticed this bug. It shouldn't have any effect, since the ocn and ice resolutions are always the same. But this is worth fixing anyway.
1 parent dbb4158 commit c666ebf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

driver_cpl/driver/prep_ice_mod.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ subroutine prep_ice_init(infodata, ocn_c2_ice, glc_c2_ice, rof_c2_ice)
160160
write(logunit,*) ' '
161161
write(logunit,F00) 'Initializing mapper_Rg2i'
162162
end if
163-
call seq_map_init_rcfile(mapper_Rg2i, glc(1), ocn(1), &
163+
call seq_map_init_rcfile(mapper_Rg2i, glc(1), ice(1), &
164164
'seq_maps.rc','glc2ice_rmapname:','glc2ice_rmaptype:',samegrid_ig, &
165165
'mapper_Rg2i initialization', esmf_map_flag)
166166
endif

0 commit comments

Comments
 (0)