forobsinself.datalist:# loop over all available data points
...
...
@@ -344,11 +349,20 @@ class ObsPackObservations(Observations):
logging.warning("Observation location for (%s, %d), is moved by %3.2f degrees latitude and %3.2f degrees longitude"%(identifier,obs.id,movelat,movelon))
ifsite_incalt.has_key(identifier):
incalt=site_incalt[identifier]
obs.height=obs.height+incalt
logging.warning("Observation location for (%s, %d), is moved by %3.2f meters in altitude"%(identifier,obs.id,incalt))
# Add site_info dictionary to the Observations object for future use
self.site_info=site_info
self.site_move=site_move
self.site_hourly=site_hourly
self.site_incalt=site_incalt
logging.debug("Added Model Data Mismatch to all samples ")