#! /bin/csh # ############## runsed #################### # # RUN SCRIPT FOR SEDIMENT TRANSPORT Exp # # # # # # # # # # # ########################################## # # ********************** SET ALL PARAMETERS HERE ********************** # # print write(days) echo ' DATA NREAD/0/,IDAYS/35/' > params # # # ********************** END SET PARAMETERS *************************** # # # stacks cp pomsed.f code.f cat advtrsml >> code.f cat proftr >> code.f f90 -i8 -r8 -align commons -convert big_endian code.f -o pomsed.exe