Skip to content

Commit

Permalink
rewording of zisno levels variable long name (Issue ESCOMP#838)
Browse files Browse the repository at this point in the history
  • Loading branch information
negin513 committed Jan 17, 2020
1 parent b641f7d commit 074381e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/subgridRestMod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@ subroutine subgridRest_write_and_read(bounds, ncid, flag)
end if
call restartvar(ncid=ncid, flag=flag, varname='ZISNO', xtype=ncd_double, &
dim1name='column', dim2name='levsno', switchdim=.true., lowerb2=-nlevsno, upperb2=-1, &
long_name='snow interface depth at the top of layer j', units='m', &
long_name='snow interface depth at the top of the given layer', units='m', &
interpinic_flag='interp', readvar=readvar, data=temp2d)
if (flag == 'read') then
col%zi(bounds%begc:bounds%endc,-nlevsno:-1) = temp2d(bounds%begc:bounds%endc,-nlevsno:-1)
Expand Down

0 comments on commit 074381e

Please sign in to comment.