Ignore:
Timestamp:
Apr 19, 2017 9:34:46 AM (7 years ago)
Author:
kanani
Message:

small bugfix, formatting and new PCM output

File:
1 edited

Legend:

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

    r2101 r2209  
    2020! Current revisions:
    2121! ------------------
    22 !
     22! Added plant canopy model output
    2323!
    2424! Former revisions:
     
    188188    USE pegrid
    189189
     190    USE plant_canopy_model_mod,                                                &
     191        ONLY:  pcm_data_output_3d, plant_canopy
     192       
    190193    USE radiation_model_mod,                                                   &
    191194        ONLY:  radiation, radiation_data_output_3d
     
    620623             IF ( .NOT. found  .AND.  radiation )  THEN
    621624                CALL radiation_data_output_3d( av, do3d(av,if), found,         &
     625                                               local_pf )
     626                resorted = .TRUE.
     627             ENDIF
     628
     629!
     630!--          Plant canopy model output
     631             IF ( .NOT. found  .AND.  plant_canopy )  THEN
     632                CALL pcm_data_output_3d( av, do3d(av,if), found,         &
    622633                                               local_pf )
    623634                resorted = .TRUE.
Note: See TracChangeset for help on using the changeset viewer.