mscross / pysplit

A package for HYSPLIT air parcel trajectory analysis.
BSD 3-Clause "New" or "Revised" License
152 stars 81 forks source link

Output file missing most meteorology data #106

Open marinanieto opened 4 days ago

marinanieto commented 4 days ago

After successfully running pysplit I noticed that my output files (when using GDAS1 and reanalysis - CDC1) don't include meteorology data other than pressure. Is there a way I can add those to the analysis (such as rainfall for example). I tried modifying the traj.cfg but it automatically rewrites the file once I switch tm_rain (and any others) to 1. See output example below:

 1     1
CDC1    23     6     1     0     0
 1 BACKWARD OMEGA   
23     6     4     0   40.810 -104.700   100.0
 1 PRESSURE
 1     1    23     6     4     0     0     0     0.0   40.810 -104.700    100.0    800.6
 1     1    23     6     3    23     0     0    -1.0   40.821 -104.645     98.4    802.7
 1     1    23     6     3    22     0     0    -2.0   40.831 -104.588     96.6    804.9
 1     1    23     6     3    21     0     0    -3.0   40.842 -104.528     94.7    807.2

(etc.)

Thank you in advance.