Changeset 291


Ignore:
Timestamp:
Sep 9, 2011, 4:30:43 PM (13 years ago)
Author:
acolaitis
Message:

Sorry, removed the .eq. .true. to suit picky compilers. This is a bad habit from IDL coding...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/libf/phymars/vdifc.F

    r290 r291  
    236236        zu2(:)=pu(:,1)*pu(:,1)+pv(:,1)*pv(:,1)
    237237
    238         IF (callrichsl .eq. .true.) THEN
     238        IF (callrichsl) THEN
    239239        zcdv(:)=zcdv_true(:)*sqrt(zu2(:)+(0.7*wmax(:))**2)     ! subgrid gustiness added by quadratic interpolation with a coeff beta
    240240        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.