Ignore:
Timestamp:
Jan 15, 2018 12:06:04 PM (6 years ago)
Author:
suehring
Message:

Read information from statitic driver for resolved vegetation independently from land- or urban-surface model

File:
1 edited

Legend:

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

    r2724 r2746  
    2525! -----------------
    2626! $Id$
     27! Move flag plant canopy to modules
     28!
     29! 2724 2018-01-05 12:12:38Z maronga
    2730! Set default of average_radiation to .FALSE.
    2831!
     
    235238               initializing_actions, io_blocks, io_group,                      &
    236239               latitude, longitude, large_scale_forcing, lsf_surf,             &
    237                message_string, microphysics_morrison, pt_surface,              &
     240               message_string, microphysics_morrison, plant_canopy, pt_surface,&
    238241               rho_surface, surface_pressure, time_since_reference_point
    239242
     
    268271
    269272    USE plant_canopy_model_mod,                                                &
    270         ONLY:  plant_canopy, pc_heating_rate, lad_s, usm_lad_rma
     273        ONLY:  pc_heating_rate, lad_s, usm_lad_rma
    271274
    272275    USE pegrid
     
    44234426
    44244427       USE plant_canopy_model_mod,                                             &     
    4425            ONLY:  plant_canopy, pch_index,                                     &
    4426                   pc_heating_rate, lad_s, prototype_lad, usm_lad_rma       
     4428           ONLY:  pch_index, pc_heating_rate, lad_s, prototype_lad, usm_lad_rma       
    44274429       
    44284430       IMPLICIT NONE
Note: See TracChangeset for help on using the changeset viewer.