Ignore:
Timestamp:
Oct 27, 2015 10:03:11 AM (9 years ago)
Author:
maronga
Message:

relicts of rif removed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/land_surface_model.f90

    r1692 r1695  
    1919! Current revisions:
    2020! -----------------
    21 !
     21! Replaced rif with ol
    2222!
    2323! Former revisions:
     
    9393 
    9494    USE arrays_3d,                                                             &
    95         ONLY:  hyp, pt, pt_p, q, q_p, ql, qsws, rif, shf, ts, us, vpt, z0, z0h
     95        ONLY:  hyp, ol, pt, pt_p, q, q_p, ql, qsws, shf, ts, us, vpt, z0, z0h
    9696
    9797    USE cloud_parameters,                                                      &
     
    970970!
    971971!--          Set lambda_surface according to stratification
    972              IF ( rif(j,i) >= 0.0_wp )  THEN
     972             IF ( ol(j,i) >= 0.0_wp )  THEN
    973973                lambda_surface = lambda_surface_s(j,i)
    974974             ELSE
Note: See TracChangeset for help on using the changeset viewer.