File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 36
36
#SHAB14-V Example for EarthSHAB software
37
37
forecast_start_time = "2022-08-22 12:00:00" # Forecast start time, should match a downloaded forecast in the forecasts directory
38
38
start_time = datetime .fromisoformat ("2022-08-22 14:01:00" ) # Simulation start time. The end time needs to be within the downloaded forecast
39
- balloon_trajectory = "balloon_data/SHAB12V -APRS.csv" # Only Accepting Files in the Standard APRS.fi format for now
39
+ balloon_trajectory = "balloon_data/SHAB14V -APRS.csv" # Only Accepting Files in the Standard APRS.fi format for now
40
40
41
41
#Hawaii
42
42
#forecast_start_time = "2023-04-18 00:00:00" # Forecast start time, should match a downloaded forecast
69
69
#filename = "SHAB3V_era_20201120_20201121.nc", #SHAB3
70
70
#filename = "SHAB5V-ERA5_20210512_20210513.nc", #SHAB5V
71
71
#filename = "shab10_era_2022-04-09to2022-04-10.nc", #SHAB10V
72
- filename = "SHAB12V_ERA5_20220822_20220823 .nc" , #SHAB12/13/14/15V
72
+ filename = "SHAB14V_ERA5_20220822_20220823 .nc" , #SHAB12/13/14/15V
73
73
#filename = "hawaii-ERA5-041823.nc",
74
74
resolution_hr = 1
75
75
)
You can’t perform that action at this time.
0 commit comments