Changeset 291
- Timestamp:
- Sep 9, 2011, 4:30:43 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/phymars/vdifc.F
r290 r291 236 236 zu2(:)=pu(:,1)*pu(:,1)+pv(:,1)*pv(:,1) 237 237 238 IF (callrichsl .eq. .true.) THEN238 IF (callrichsl) THEN 239 239 zcdv(:)=zcdv_true(:)*sqrt(zu2(:)+(0.7*wmax(:))**2) ! subgrid gustiness added by quadratic interpolation with a coeff beta 240 240 zcdh(:)=zcdh_true(:)*sqrt(zu2(:)+(1.2*wmax(:))**2) ! LES comparisons. This parameter is linked to the thermals settings)
Note: See TracChangeset
for help on using the changeset viewer.