15 fdbdir=
"/home/da/dasg/Data/FDB" 17 attributes[
"expver"] =
"example" 18 attributes[
"validitydate"] =
"2010-01-01T00:00:00Z" 19 attributes[
"step"] =
"P1D" 25 attributes[
"type"] =
"fc" 26 attributes[
"referencedate"] =
"2009-12-31T00:00:00Z" 33 print "reading first fields..." 34 pv1, psi1 = qgReader.readFields(fdbdir,attributes)
39 attributes[
"type"] =
"an" 40 attributes[
"referencedate"] =
"2010-01-02T00:00:00Z" 46 print "reading second fields..." 47 pv2, psi2 = qgReader.readFields(fdbdir,attributes)
53 qgplt.plot(pv2-pv1,psi2-psi1)