gfortran -o f90_gmt_seep f90_gmt_seep.f90 cp 0_cpt_dam.cpt 0_cpt.cpt # define of mesh colour (1:MATEL) cat << EOT > _col_mesh.txt 255 255 204 0 255 255 255 0 255 0 255 255 255 255 204 EOT # integer::ind,ibc,iph,ivc,isc # real(4)::baselength,grdspc # real(4)::bav,bfv # real(4)::conint,annint # character::strx*100,strz*100 cat << EOT > _inp_base.txt 0 1 1 1 1 12.0 0.1 10.0 5.0 1.0 5.0 "Distance (m)" "Altitude (m)" EOT ./f90_gmt_seep out_fem_zone3m.csv mv -f _fig_gmt_mesh.eps fig_gmt_3mesh_dam.eps mv -f _fig_gmt_conp.eps fig_gmt_3conp_dam.eps mv -f _fig_gmt_vect.eps fig_gmt_3vect_dam.eps ./f90_gmt_seep out_fem_zone4m.csv mv -f _fig_gmt_mesh.eps fig_gmt_4mesh_dam.eps mv -f _fig_gmt_conp.eps fig_gmt_4conp_dam.eps mv -f _fig_gmt_vect.eps fig_gmt_4vect_dam.eps ./f90_gmt_seep out_test0_3.csv mv -f _fig_gmt_mesh.eps fig_gmt_mesh_earth.eps mv -f _fig_gmt_conp.eps fig_gmt_conp_earth.eps mv -f _fig_gmt_vect.eps fig_gmt_vect_earth.eps rm _*