--- trunk/phylmd/CV3_routines/cv3_closure.f 2014/03/05 14:57:53 82 +++ trunk/Sources/phylmd/CV30_routines/cv30_closure.f 2016/03/16 15:04:46 185 @@ -1,8 +1,8 @@ - SUBROUTINE cv3_closure(nloc,ncum,nd,icb,inb & + SUBROUTINE cv30_closure(nloc,ncum,nd,icb,inb & ,pbase,p,ph,tv,buoy & ,sig,w0,cape,m) - use cv3_param_m + use cv30_param_m use cvthermo implicit none @@ -14,7 +14,7 @@ ! input: - integer ncum, nd, nloc + integer, intent(in):: ncum, nd, nloc integer icb(nloc), inb(nloc) real pbase(nloc) real p(nloc,nd), ph(nloc,nd+1)