How to fill missing 0.5deg data with another data source?
Posted: August 15th, 2015, 3:45 pm
I am trying to use the GDAS 0.5deg data set to do my Hysplit simulations. Its a 5day backward simulation starting on 7 march 2014, that means I need these files:
The problem is the missing files. At ARL repository I can only find this:
Reading the "readme_gdas0p5_missings.txt", I found the following:
But how is one supposed to do that? The GDAS1 files have one week in each file, while I'm missing just 1 day!
1) Should I just add the 1-week 1deg file together with the other 0.5 files? What will hysplit do when it sees two met-fields for the same time but with different resolution?
2) Or do I need to convert from 1week-1deg to 1day-0.5deg? if so, with which program?
3) Or is it something else?
Henrique
Code: Select all
20140308_gdas0p5
20140307_gdas0p5
20140306_gdas0p5
20140305_gdas0p5
20140304_gdas0p5
20140303_gdas0p5
20140302_gdas0p5
Code: Select all
20140308_gdas0p5
20140307_gdas0p5.missing
20140306_gdas0p5
20140305_gdas0p5
20140304_gdas0p5
20140303_gdas0p5
20140302_gdas0p5
Code: Select all
NOTE: GDAS1 or Reanalysis can be used to fill-in for the missings when running HYSPLIT.
1) Should I just add the 1-week 1deg file together with the other 0.5 files? What will hysplit do when it sees two met-fields for the same time but with different resolution?
2) Or do I need to convert from 1week-1deg to 1day-0.5deg? if so, with which program?
3) Or is it something else?
Henrique