Skip to content

Commit

Permalink
Fix minor copy and paste error in error message
Browse files Browse the repository at this point in the history
  • Loading branch information
billsacks committed Dec 2, 2022
1 parent 4ee2a00 commit 344c12a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/mksurfdata_esmf/src/mksurfdata.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1008,7 +1008,7 @@ program mksurfdata
if (root_task) write(ndiag, '(a,i8)') trim(subname)//" writing PCT_CROP_MAX"
call get_pct_l2g_array(pctcft_max, pctcrop)
call mkfile_output(pioid, mesh_model, 'PCT_CROP_MAX', pctcrop, rc=rc)
if (ChkErr(rc,__LINE__,u_FILE_u)) call shr_sys_abort('error in calling mkfile_output for PCT_CROP')
if (ChkErr(rc,__LINE__,u_FILE_u)) call shr_sys_abort('error in calling mkfile_output for PCT_CROP_MAX')

if (root_task) write(ndiag, '(a,i8)') trim(subname)//" writing PCT_URBAN_MAX"
call mkfile_output(pioid, mesh_model, 'PCT_URBAN_MAX', pcturb_max, rc=rc)
Expand Down

0 comments on commit 344c12a

Please sign in to comment.