#!/bin/bash

#  /bin/rm *.o
  gfortran -O -c -w *.f90
  gfortran -O -o acflac_tracer_sed_diff_track *.o
  rm *.o
