Skip to content

Commit

Permalink
text alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
DeniseWorthen committed Feb 9, 2023
1 parent 31c4dcd commit 6a4ebed
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions sorc/cpld_gridgen.fd/gen_fixgrid.F90
Original file line number Diff line number Diff line change
Expand Up @@ -462,11 +462,10 @@ program gen_fixgrid
logmsg = 'creating weight file '//trim(fwgt)
print '(a)',trim(logmsg)

call ESMF_RegridWeightGen(srcFile=trim(fsrc),dstFile=trim(fdst), &
weightFile=trim(fwgt), regridmethod=method, &
unmappedaction=ESMF_UNMAPPEDACTION_IGNORE, &
ignoreDegenerate=.true., netcdf4fileFlag=.true., &
tileFilePath=trim(fv3dir)//'/'//trim(atmres)//'/', rc=rc)
call ESMF_RegridWeightGen(srcFile=trim(fsrc),dstFile=trim(fdst), &
weightFile=trim(fwgt), regridmethod=method, &
unmappedaction=ESMF_UNMAPPEDACTION_IGNORE, ignoreDegenerate=.true., &
netcdf4fileFlag=.true., tileFilePath=trim(fv3dir)//'/'//trim(atmres)//'/', rc=rc)
if (ESMF_LogFoundError(rcToCheck=rc, msg=ESMF_LOGERR_PASSTHRU, &
line=__LINE__, file=__FILE__)) call ESMF_Finalize(endflag=ESMF_END_ABORT)

Expand All @@ -492,8 +491,7 @@ program gen_fixgrid

call ESMF_RegridWeightGen(srcFile=trim(fsrc),dstFile=trim(fdst), &
weightFile=trim(fwgt), regridmethod=method, &
ignoreDegenerate=.true., &
unmappedaction=ESMF_UNMAPPEDACTION_IGNORE, rc=rc)
ignoreDegenerate=.true., unmappedaction=ESMF_UNMAPPEDACTION_IGNORE, rc=rc)
if (ESMF_LogFoundError(rcToCheck=rc, msg=ESMF_LOGERR_PASSTHRU, &
line=__LINE__, file=__FILE__)) call ESMF_Finalize(endflag=ESMF_END_ABORT)
else
Expand Down

0 comments on commit 6a4ebed

Please sign in to comment.