Changeset 433 for LMDZ.3.3/branches/rel-LF/libf/phylmd/cv3_routines.F
- Timestamp:
- Dec 19, 2002, 5:46:39 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ.3.3/branches/rel-LF/libf/phylmd/cv3_routines.F
r418 r433 26 26 27 27 #include "cvparam3.h" 28 #include "conema3.h" 28 29 29 30 integer nd … … 47 48 pbcrit = 150.0 48 49 ptcrit = 500.0 49 50 cIM cf. FH epmax = 0.993 50 51 51 52 omtrain = 45.0 ! used also for snow (no disctinction rain/snow) … … 864 865 #include "cvthermo.h" 865 866 #include "cvparam3.h" 867 #include "conema3.h" 866 868 867 869 c inputs: … … 2128 2130 #include "cvparam3.h" 2129 2131 #include "cvflag.h" 2132 #include "conema3.h" 2130 2133 2131 2134 c inputs: … … 2936 2939 : *rrd*tvp(il,i)/p(il,i)/100./delta ! cld 2937 2940 siga(il,i) = min(siga(il,i),1.0) ! cld 2941 cIM cf. FH 2942 if (iflag_clw.eq.0) then 2938 2943 qcondc(il,i)=siga(il,i)*clw(il,i)*(1.-ep(il,i)) ! cld 2939 2944 : + (1.-siga(il,i))*qcond(il,i) ! cld 2945 else if (iflag_clw.eq.1) then 2946 qcondc(il,i)=qcond(il,i) ! cld 2947 endif 2948 2940 2949 enddo ! cld 2941 2950 enddo ! cld
Note: See TracChangeset
for help on using the changeset viewer.