Ignore:
Timestamp:
Nov 27, 2018 5:03:40 PM (6 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/netcdf_interface_mod.f90

    r3529 r3569  
    2525! -----------------
    2626! $Id$
     27! dom_dwd_user, Schrempf:
     28! Remove uv exposure model code, this is now part of biometeorology_mod
     29!
     30! 3529 2018-11-15 21:03:15Z gronemeier
    2731! - set time units
    2832! - add additional global attributes,
     
    646650               skip_time_do2d_xy, skip_time_do2d_xz, skip_time_do2d_yz,        &
    647651               skip_time_do3d, topography, num_leg, num_var_fl,                &
    648                urban_surface, uv_exposure
     652               urban_surface
    649653
    650654    USE grid_variables,                                                        &
     
    694698        ONLY:  usm_define_netcdf_grid
    695699
    696     USE uv_exposure_model_mod,                                                 &
    697         ONLY:  uvem_define_netcdf_grid
    698700
    699701
     
    28712873                         ENDIF
    28722874!
    2873 !--                      Check for human thermal comfort quantities
     2875!--                      Check for biometeorology quantities
    28742876                         IF ( .NOT. found  .AND.  biometeorology )  THEN
    28752877                            CALL bio_define_netcdf_grid( do2d( av, i), found,  &
     
    28852887                         ENDIF
    28862888
    2887 !
    2888 !--                      Check for UV exposure quantities
    2889                          IF ( .NOT. found  .AND.  uv_exposure )  THEN
    2890                             CALL uvem_define_netcdf_grid( do2d(av,i), found,    &
    2891                                                           grid_x, grid_y, grid_z )
    2892                          ENDIF
    28932889
    28942890!
Note: See TracChangeset for help on using the changeset viewer.