/* ARROWS.AML /* This aml ties the programs and amls together from reading the cell-by-cell /* budget file to creating the coverages for flow arrows and active cells /* that have no outflow (generally cells with wells). (D.P McAda 3/04 ) /* /* You will need to answer questions in the read_cbc.f program /* Compile and load FORTRAN program &sys g77 -o read_cbc read_cbc.f /* Execute FORTRAN program &sys read_cbc /* /* Now run gen_flow_info.aml to put the flows at cell faces into Info &r gen_flow_info /* /* Now run gen_flow_arrows.aml to organize flows and make the arrow and point /* covers. The FORTRAN program GEN_FLOW_ARROWS executes from within this aml. &r gen_flow_arrows /* &return