2025-09-12 15:20:28 +08:00
|
|
|
# ****************************************************************************
|
|
|
|
|
# CUI
|
|
|
|
|
#
|
|
|
|
|
# The Advanced Framework for Simulation, Integration, and Modeling (AFSIM)
|
|
|
|
|
#
|
|
|
|
|
# The use, dissemination or disclosure of data in this file is subject to
|
|
|
|
|
# limitation or restriction. See accompanying README and LICENSE for details.
|
|
|
|
|
# ****************************************************************************
|
|
|
|
|
define_path_variable CASE strike
|
|
|
|
|
log_file output/$(CASE).log
|
2025-09-12 16:05:20 +08:00
|
|
|
|
2025-09-12 15:20:28 +08:00
|
|
|
include setup.txt
|
|
|
|
|
|
2025-09-17 17:53:39 +08:00
|
|
|
#include scenarios/iads_laydown.txt
|
|
|
|
|
#include scenarios/targets.txt
|
|
|
|
|
#include scenarios/strike.txt
|
2025-09-12 15:20:28 +08:00
|
|
|
include scenarios/demo.txt
|
|
|
|
|
|
|
|
|
|
event_output file output/strike.evt end_event_output
|
|
|
|
|
csv_event_output file output/$(CASE).csv end_csv_event_output
|
|
|
|
|
event_pipe file output/$(CASE).aer end_event_pipe
|
|
|
|
|
|
|
|
|
|
end_time 40 min
|
|
|
|
|
|
2025-09-17 17:53:39 +08:00
|
|
|
#platform_availability
|
|
|
|
|
# name 100_soj availability 1.0
|
|
|
|
|
# name 200_soj availability 1.0
|
|
|
|
|
# name 300_soj availability 1.0
|
|
|
|
|
# name 100_ucav availability 1.0
|
|
|
|
|
# name 200_ucav availability 1.0
|
|
|
|
|
# name 300_ucav availability 1.0
|
|
|
|
|
# name 400_ucav availability 1.0
|
|
|
|
|
#end_platform_availability
|