Ignore:
Timestamp:
Jul 30, 2019 2:47:10 PM (5 years ago)
Author:
suehring
Message:

Merge with branch resler: biomet- output of bio_mrt added; plant_canopy - separate vertical dimension for 3D output (to save disk space); radiation - remove unused plant canopy variables; urban-surface model - do not add anthropogenic heat during wall spin-up

File:
1 edited

Legend:

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

    r4048 r4127  
    2525! -----------------
    2626! $Id$
     27! Add output of 3D plant-canopy outputs (merge from branch resler)
     28!
     29! 4048 2019-06-21 21:00:21Z knoop
    2730! Moved turbulence_closure_mod calls into this module_interface
    2831!
     
    373376               pcm_init,                                                       &
    374377               pcm_header,                                                     &
     378               pcm_3d_data_averaging,                                          &
    375379               pcm_data_output_3d
    376380
     
    12971301    IF ( land_surface        )  CALL lsm_3d_data_averaging( mode, variable )
    12981302    IF ( ocean_mode          )  CALL ocean_3d_data_averaging( mode, variable )
     1303    IF ( plant_canopy        )  CALL pcm_3d_data_averaging( mode, variable )
    12991304    IF ( radiation           )  CALL radiation_3d_data_averaging( mode, variable )
    13001305    IF ( salsa               )  CALL salsa_3d_data_averaging( mode, variable )
Note: See TracChangeset for help on using the changeset viewer.