$ $********************************************* set devices $ &device -oecho no -g_default file -fig_num y $ $********************************************* select anal. type $ &set launch = .false. &set transportation = .true. &set loadout = .false. &set upend = .false. &set lift = .false. $ $********************************************* setup $ inmodel -offset setup $ $********************************************* launch $ &if %launch &then inst_launch -friction .06 -draft 5.49 -trim 2.95 \ -nonlinear &endif $ $********************************************* transportation $ &if %transportation &then inst_transp -wind 83.19 50 100 100 -draft 6 -trim .53 \ -damage 1s 2s 3s 4s 5s \ -no_seakeeping &endif $ $********************************************* loadout $ &if %loadout &then inst_loadout -gapdis 30/3.28 \ -lenskd 508/3.28 \ -fxloc 42 &endif $ $********************************************* upending $ &if %upend &then inst_up -lift_increment 5/3.28 \ -fill_increment 10 \ -vents_closed @ \ -min_bottom_clear 5 \ -top_of_leg 3.04+15/3.28 \ -first_flood b@ Row B legs \ -second_flood a@ Row A legs \ -damaged_leg a1leg &endif $ $********************************************* lift $ &if %lift &then inst_lift &endif $ $********************************************* structural post $ inst_spost $ $********************************************* finish up $ i_finish