--- trunk/phylmd/CV3_routines/cv3_compress.f 2014/07/15 13:43:24 102 +++ trunk/phylmd/CV3_routines/cv3_compress.f 2014/08/29 13:00:05 103 @@ -21,7 +21,7 @@ real, intent(in):: t1(len, nd) real, intent(in):: q1(len, nd), qs1(len, nd), u1(len, nd), v1(len, nd) real gz1(len, nd), h1(len, nd), lv1(len, nd), cpn1(len, nd) - real p1(len, nd), ph1(len, nd+1), tv1(len, nd), tp1(len, nd) + real, intent(in):: p1(len, nd), ph1(len, nd+1), tv1(len, nd), tp1(len, nd) real tvp1(len, nd), clw1(len, nd) real th1(len, nd) real sig1(len, nd), w01(len, nd)