$ $********************************************* dimensions $ &dimen -dim feet kips $ $********************************************* set devices $ &device -oecho no -g_default file -fig y -auxin instl_d.dat $ $********************************************* select anal. type $ &set launch = .false. &set transportation = .false. &set loadout = .false. &set upend = .false. &set lift = .true. $ $********************************************* setup $ inmodel -offset setup $ $********************************************* launch $ &if %launch &then inst_launch -fric .06 -draft 5.49 -trim 2.95 \ -nonlin &endif $ $********************************************* transportation $ &if %transportation &then inst_tran -s_cond h 8.7 12.5 \ s 7.3 8.9 \ y 6.2 8.0 \ -wind 83.19 &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