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/urban_surface_mod.f90

    r2737 r2746  
    2626! -----------------
    2727! $Id$
     28! Move flag plant canopy to modules
     29!
     30! 2737 2018-01-11 14:58:11Z kanani
    2831! Removed unused variables t_surf_whole...
    2932!
     
    231234               g, pt_surface, large_scale_forcing, lsf_surf, spinup,           &
    232235               spinup_pt_mean, spinup_time, time_do3d, dt_do3d,                &
    233                average_count_3d, varnamelength, urban_surface, kappa
     236               average_count_3d, varnamelength, urban_surface, kappa,          &
     237               plant_canopy
    234238
    235239    USE cpulog,                                                                &
     
    253257   
    254258    USE plant_canopy_model_mod,                                                &
    255         ONLY:  pc_heating_rate, plant_canopy, usm_lad_rma
     259        ONLY:  pc_heating_rate, usm_lad_rma
    256260   
    257261    USE radiation_model_mod,                                                   &
Note: See TracChangeset for help on using the changeset viewer.