Ignore:
Timestamp:
Nov 14, 2018 4:06:14 PM (5 years ago)
Author:
kanani
Message:

Changes related to clean-up of biometeorology (by dom_dwd_user)

File:
1 edited

Legend:

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

    r3467 r3525  
    2525! -----------------
    2626! $Id$
    27 ! Implementation of a new aerosol module salsa.
     27! Changes related to clean-up of biometeorology (dom_dwd_user)
     28!
     29! 3467 2018-10-30 19:05:21Z suehring
     30! Implementation of a new aerosol module salsa.
    2831!
    2932! 3448 2018-10-29 18:14:31Z kanani
     
    160163
    161164    USE biometeorology_mod,                                                    &
    162         ONLY:  biom_3d_data_averaging
     165        ONLY:  bio_3d_data_averaging
    163166
    164167    USE bulk_cloud_model_mod,                                                  &
     
    580583             ENDIF             
    581584
    582              IF ( biometeorology )  THEN
    583                 CALL biom_3d_data_averaging( 'average', doav(ii) )
     585             IF ( biometeorology .AND. trimvar(1:4) == 'bio_' )  THEN
     586                CALL bio_3d_data_averaging( 'average', doav(ii) )
    584587             ENDIF
    585588
Note: See TracChangeset for help on using the changeset viewer.