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

    r2718 r2746  
    2525! -----------------
    2626! $Id$
     27! Move flag plant canopy to modules
     28!
     29! 2718 2018-01-02 08:49:38Z maronga
    2730! Corrected "Former revisions" section
    2831!
     
    190193        ONLY:  air_chemistry, cloud_physics, do3d, do3d_no, do3d_time_count,   &
    191194               io_blocks, io_group, land_surface, message_string,              &
    192                ntdim_3d, nz_do3d,                                              &
     195               ntdim_3d, nz_do3d,  plant_canopy,                               &
    193196               psolver, simulated_time, time_since_reference_point,            &
    194197               urban_surface, varnamelength
     
    220223
    221224    USE plant_canopy_model_mod,                                                &
    222         ONLY:  pcm_data_output_3d, plant_canopy
     225        ONLY:  pcm_data_output_3d
    223226       
    224227    USE radiation_model_mod,                                                   &
Note: See TracChangeset for help on using the changeset viewer.