Changeset 726 for trunk/LMDZ.GENERIC/libf/phystd/largescale.F
- Timestamp:
- Jul 17, 2012, 5:04:27 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/libf/phystd/largescale.F
r253 r726 111 111 112 112 ! for varying particle size in rad tran and (possibly) sedimentation 113 if(.not.aerofixed)then 113 if(aeroh2o.and.(.not.aerofixh2o)) then 114 114 115 reffH2O(i,k) = CBRT( 3*zcond(i)/( 4*Nmix_h2o*pi*rho_ice)) 115 116 reffH2O(i,k) = max(reffH2O(i,k),1.e-8)
Note: See TracChangeset
for help on using the changeset viewer.