Skip to content

Commit

Permalink
Bugfix in ED restart variable name
Browse files Browse the repository at this point in the history
Fix an error in an ED restart variable name (space instead of
underscore). Problem found by running 'ed' test suite on yellowstone
intel, pgi, gnu. This change fixed a runtime problem with:
ERS_D_Ld5.f19_g16.ICLM45ED.yellowstone_intel.clm-edTest
but there are other tests that fail in the parent changeset.

Test suite: ed yellowstone intel, gnu, pgi
Test baseline: n/a
Test namelist changes: none
Test status: see above.

Fixes see above

Code reviews: self.
  • Loading branch information
bandre-ucar committed Jan 27, 2016
1 parent 45678c3 commit a34bb2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/EDRestVectorMod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -847,7 +847,7 @@ subroutine doVectorIO( this, ncid, flag )
readvar=readvar)


call restartvar(ncid=ncid, flag=flag, varname='ed_chilling days', xtype=ncd_double, &
call restartvar(ncid=ncid, flag=flag, varname='ed_chilling_days', xtype=ncd_double, &
dim1name=dimName, &
long_name='ed chilling day counter', units='unitless', &
interpinic_flag='interp', data=this%ncd, &
Expand Down

0 comments on commit a34bb2d

Please sign in to comment.