Changeset 1363 for trunk/UTIL
- Timestamp:
- Nov 5, 2014, 9:07:51 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/UTIL/zrecast.F90
r1362 r1363 1747 1747 endif 1748 1748 1749 ierr=NF_PUT_VAR_REAL(outfid,ls_varid,ls) 1750 if (ierr.ne.NF_NOERR) then 1751 stop "Error: Could not write Ls data to output file" 1749 if (have_ls) then 1750 ierr=NF_PUT_VAR_REAL(outfid,ls_varid,ls) 1751 if (ierr.ne.NF_NOERR) then 1752 stop "Error: Could not write Ls data to output file" 1753 endif 1752 1754 endif 1753 1755
Note: See TracChangeset
for help on using the changeset viewer.