$ $********************************************* set devices $ &device -oecho no -g_default device -fig 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 -fric .06 -draft 5.49 -trim 2.95 \ -nonlin &endif $ $********************************************* transportation $ &if %transportation &then inst_tran -s_cond h 14.0 6.5 \ s 14.0 7.0 \ y 14.0 7.5 \ -wind 100.00 \ -tieten &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