#export ROPP_ROOT=/home/jundong/work/ROPP/ropp-9.0/
export ROPP=/data/ychen131/ROPP_ROOT/
gfortran -c  ropp_pp_modelphase2.f90 -I$ROPP/gfortran/include -L$ROPP/gfortran/lib
gfortran -c  ropp_pp_openloop2.f90 -I$ROPP/gfortran/include -L$ROPP/gfortran/lib
gfortran -c cyclesliperemoval_externalphase.f90 -I$ROPP/gfortran/include -L$ROPP/gfortran/lib -lropp_pp -lropp_io -lropp_utils 
gfortran -o cyclesliperemoval_externalphase cyclesliperemoval_externalphase.o ropp_pp_openloop2.o ropp_pp_modelphase2.o -I$ROPP/gfortran/include -L$ROPP/gfortran/lib -lropp_pp -lropp_io -lnetcdff -lnetcdf -lhdf5_hl -lhdf5 -lz -ldl -lropp_utils


