Ignore:
Timestamp:
Mar 4, 2015 5:44:27 PM (9 years ago)
Author:
maronga
Message:

LSM output of r_a and r_s added

File:
1 edited

Legend:

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

    r1554 r1555  
    2020! Current revisions:
    2121! -----------------
    22 !
     22! Added output of r_a and r_s
    2323!
    2424! Former revisions:
     
    236236              qsws_veg_eb_av,   & !: average of qsws_veg_eb
    237237              r_a,              & !: aerodynamic resistance
     238              r_a_av,           & !: avergae of r_a
    238239              r_canopy,         & !: canopy resistance
    239240              r_soil,           & !: soil resitance
    240241              r_soil_min,       & !: minimum soil resistance
    241               r_s,              & !: total surface resistance (combination of r_soil and r_canopy)         
     242              r_s,              & !: total surface resistance (combination of r_soil and r_canopy)
     243              r_s_av,           & !: avergae of r_s
    242244              r_canopy_min,     & !: minimum canopy (stomatal) resistance
    243245              shf_eb,           & !: surface flux of sensible heat
     
    474476           lai, lai_av, qsws_eb, qsws_eb_av, qsws_liq_eb, qsws_liq_eb_av,      &
    475477           qsws_soil_eb, qsws_soil_eb_av, qsws_veg_eb, qsws_veg_eb_av,         &
    476            shf_eb, shf_eb_av
     478           r_a, r_a_av, r_s, r_s_av, shf_eb, shf_eb_av
    477479
    478480
     
    888890       dots_unit(dots_num+1:dots_num+6) = "W/m2"
    889891
     892       dots_label(dots_num+7) = "r_a"
     893       dots_label(dots_num+8) = "r_s"
     894       dots_unit(dots_num+7:dots_num+8) = "s/m"
     895
    890896       dots_soil = dots_num + 1
    891        dots_num  = dots_num + 6
     897       dots_num  = dots_num + 8
    892898
    893899
Note: See TracChangeset for help on using the changeset viewer.