Skip to content

Commit

Permalink
Change ocn(1) to ice(1) in call to seq_map_init_rcfile for Rg2i.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
billsacks committed Jun 11, 2015
1 parent dbb4158 commit c666ebf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion driver_cpl/driver/prep_ice_mod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ subroutine prep_ice_init(infodata, ocn_c2_ice, glc_c2_ice, rof_c2_ice)
write(logunit,*) ' '
write(logunit,F00) 'Initializing mapper_Rg2i'
end if
call seq_map_init_rcfile(mapper_Rg2i, glc(1), ocn(1), &
call seq_map_init_rcfile(mapper_Rg2i, glc(1), ice(1), &
'seq_maps.rc','glc2ice_rmapname:','glc2ice_rmaptype:',samegrid_ig, &
'mapper_Rg2i initialization', esmf_map_flag)
endif
Expand Down

0 comments on commit c666ebf

Please sign in to comment.