Ignore:
Timestamp:
Sep 9, 2020 8:27:58 PM (4 years ago)
Author:
pavelkrc
Message:

Radiative transfer model RTM version 4.1

File:
1 edited

Legend:

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

    r4583 r4671  
    1919! Current revisions:
    2020! ------------------
    21 ! 
    22 ! 
     21!
     22!
    2323! Former revisions:
    2424! -----------------
    2525! $Id$
     26! Implementation of downward facing USM and LSM surfaces
     27!
     28! 4583 2020-06-29 12:36:47Z raasch
    2629! file re-formatted to follow the PALM coding standard
    2730!
     
    16931696             surf => surf_def_h(0)
    16941697             CALL calc_pt_2m
    1695              surf => surf_lsm_h
     1698             surf => surf_lsm_h(0)
    16961699             CALL calc_pt_2m
    1697              surf => surf_usm_h
     1700             surf => surf_usm_h(0)
    16981701             CALL calc_pt_2m
    16991702!
     
    17071710             surf => surf_def_h(0)
    17081711             CALL calc_wind_10m
    1709              surf => surf_lsm_h
     1712             surf => surf_lsm_h(0)
    17101713             CALL calc_wind_10m
    1711              surf => surf_usm_h
     1714             surf => surf_usm_h(0)
    17121715             CALL calc_wind_10m
    17131716!
Note: See TracChangeset for help on using the changeset viewer.