Changeset 1362 for trunk/UTIL


Ignore:
Timestamp:
Nov 5, 2014, 8:58:53 PM (10 years ago)
Author:
aslmd
Message:

UTIL: bug fix with Ls in zrecast

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UTIL/zrecast.F90

    r1361 r1362  
    892892if (ierr.ne.NF_NOERR) then
    893893  have_ls = .false.
    894   write(*,*) "Could not get ls ID"
    895   write(*,*) "Warning: Failed reading solar longitude"
    896894else
    897895  have_ls = .true.
     896  write(*,*) "Could get ls ID"
    898897  allocate(ls2d(lonlength,latlength,timelength))
    899898  ierr=NF_GET_VAR_REAL(infid,tmpvarid,ls2d)
Note: See TracChangeset for help on using the changeset viewer.