Ignore:
Timestamp:
Jun 17, 2016 7:19:16 AM (8 years ago)
Author:
maronga
Message:

bugfixes in output of land surface variables

File:
1 edited

Legend:

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

    r1857 r1949  
    1919! Current revisions:
    2020! -----------------
    21 !
     21! Bugfix: calculation of qsws_soil_eb with precipitation = .TRUE. gave
     22! qsws_soil_eb = 0 due to a typo
    2223!
    2324! Former revisions:
     
    14151416!--                Add precipitation to bare soil according to the bare soil
    14161417!--                coverage.
    1417                    qsws_soil_eb(j,i) = qsws_soil_eb(j,i) * (1.0_wp             &
     1418                   qsws_soil_eb(j,i) = qsws_soil_eb(j,i) + (1.0_wp             &
    14181419                                       - c_veg(j,i)) * prr(k,j,i) * hyrho(k)   &
    14191420                                       * 0.001_wp * rho_l * l_v
     
    14321433                      qsws_soil_eb(j,i) = qsws_soil_eb(j,i)                    &
    14331434                                           + qsws_liq_eb(j,i)
     1435
    14341436                      qsws_liq_eb(j,i)  = 0.0_wp
    14351437                   ENDIF
Note: See TracChangeset for help on using the changeset viewer.