Skip to content

Commit

Permalink
Merge pull request #23 from billsacks/fix_rg2i_init
Browse files Browse the repository at this point in the history
Change ocn(1) to ice(1) in call to seq_map_init_rcfile for Rg2i.
  • Loading branch information
jedwards4b committed Jun 12, 2015
2 parents 4fc908d + c666ebf commit d1b03ad
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 d1b03ad

Please sign in to comment.