Skip to content

Commit

Permalink
Merge pull request #1 from DirkOlivie/release-cesm2.0.03-Nor
Browse files Browse the repository at this point in the history
modification to avoid restart problems on nebula HPC
  • Loading branch information
DirkOlivie authored Jun 14, 2020
2 parents f246b44 + e96a72c commit b337589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/riverroute/RtmRestFile.F90
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ subroutine RtmRestart(ncid, flag)
if (flag == 'define') then
call ncd_defvar(ncid=ncid, varname=trim(vname), &
xtype=ncd_double, dim1name='rtmlon', dim2name='rtmlat', &
long_name=trim(lname), units=trim(uname), fill_value=spval)
long_name=trim(lname), units=trim(uname))
else if (flag == 'read' .or. flag == 'write') then
call ncd_io(varname=trim(vname), data=dfld, dim1name='allrof', &
ncid=ncid, flag=flag, readvar=readvar)
Expand Down

0 comments on commit b337589

Please sign in to comment.