Skip to content

Commit 7b75a28

Browse files
authored
Changed Config file to run by default with SHAB14-V
1 parent 287fb62 commit 7b75a28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: config_earth.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
#SHAB14-V Example for EarthSHAB software
3737
forecast_start_time = "2022-08-22 12:00:00" # Forecast start time, should match a downloaded forecast in the forecasts directory
3838
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
4040

4141
#Hawaii
4242
#forecast_start_time = "2023-04-18 00:00:00" # Forecast start time, should match a downloaded forecast
@@ -69,7 +69,7 @@
6969
#filename = "SHAB3V_era_20201120_20201121.nc", #SHAB3
7070
#filename = "SHAB5V-ERA5_20210512_20210513.nc", #SHAB5V
7171
#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
7373
#filename = "hawaii-ERA5-041823.nc",
7474
resolution_hr = 1
7575
)

0 commit comments

Comments
 (0)