Ignore:
Timestamp:
Dec 11, 2018 12:29:43 PM (5 years ago)
Author:
moh.hefny
Message:

fix date and time and update 3d rad_lw_out

File:
1 edited

Legend:

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

    r3597 r3620  
    2525! -----------------
    2626! $Id$
     27! update the 3d rad_lw_out array
     28!
     29! 3597 2018-12-04 08:40:18Z maronga
    2730! Added pt_2m / theta_2m. Removed unncessary _eb strings.
    2831!
     
    17551758
    17561759    USE pegrid
     1760    USE radiation_model_mod,  ONLY:  rad_lw_out
    17571761
    17581762    IMPLICIT NONE
     
    21912195
    21922196       surf%shf(m) = - f_shf * ( surf%pt1(m) - surf%pt_surface(m) ) / c_p
     2197       ! update the 3d field of rad_lw_ou array
     2198       IF ( horizontal ) rad_lw_out(k+k_off,j+j_off,i+i_off) = surf%rad_lw_out(m)
    21932199
    21942200       IF ( humidity )  THEN
Note: See TracChangeset for help on using the changeset viewer.