Ignore:
Timestamp:
Nov 27, 2018 5:03:40 PM (5 years ago)
Author:
kanani
Message:

Fix for biomet output (ticket:757), merge of uv_exposure into biometeorology_mod

File:
1 edited

Legend:

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

    r3547 r3569  
    2525! -----------------
    2626! $Id$
     27! dom_dwd_user, Schrempf:
     28! Remove uv exposure model code, this is now part of biometeorology_mod,
     29! remove bio_init_arrays.
     30!
     31! 3547 2018-11-21 13:21:24Z suehring
    2732! variables documented
    2833!
     
    560565
    561566    USE biometeorology_mod,                                                    &
    562         ONLY:  bio_init, bio_init_arrays
     567        ONLY:  bio_init
    563568
    564569    USE bulk_cloud_model_mod,                                                  &
     
    677682        ONLY:  usm_init_urban_surface, usm_allocate_surface
    678683
    679     USE uv_exposure_model_mod,                                                 &
    680         ONLY:  uvem_init, uvem_init_arrays
    681        
    682684    USE virtual_measurement_mod,                                               &
    683685        ONLY:  vm_init
     
    708710    INTEGER(iwp) ::  l       !< loop variable
    709711    INTEGER(iwp) ::  nzt_l   !< index of top PE boundary for multigrid level
    710    
    711712    REAL(wp) ::  dx_l !< grid spacing along x on different multigrid level
    712713    REAL(wp) ::  dy_l !< grid spacing along y on different multigrid level
     
    10911092!
    10921093!-- Allocate arrays for other modules
    1093     IF ( biometeorology      )  CALL bio_init_arrays
    10941094    IF ( bulk_cloud_model    )  CALL bcm_init_arrays
    10951095    IF ( gust_module_enabled )  CALL gust_init_arrays
     
    10981098    IF ( salsa               )  CALL salsa_init_arrays
    10991099    IF ( wind_turbine        )  CALL wtm_init_arrays
    1100     IF ( uv_exposure         )  CALL uvem_init_arrays
    11011100
    11021101!
     
    11061105    ENDIF
    11071106
    1108 !
    1109 !-- Read uv exposure input data
    1110     IF ( uv_exposure )  THEN
    1111        CALL uvem_init
    1112     ENDIF
    11131107
    11141108!
Note: See TracChangeset for help on using the changeset viewer.