Ignore:
Timestamp:
Mar 22, 2018 11:22:01 AM (6 years ago)
Author:
kanani
Message:

Optimize SVF calculation, clean-up, bugfixes

File:
1 edited

Legend:

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

    r2906 r2920  
    2525! -----------------
    2626! $Id$
     27! Add call for precalculating apparent solar positions (moh.hefny)
     28!
     29! 2906 2018-03-19 08:56:40Z Giersch
    2730! The variables read/write_svf_on_init have been removed. Instead ENVIRONMENT
    2831! variables read/write_svf have been introduced. Location_message has been
     
    494497               radiation_calc_svf, radiation_write_svf,                        &
    495498               radiation_interaction, radiation_interactions,                  &
    496                radiation_interaction_init, radiation_read_svf
     499               radiation_interaction_init, radiation_read_svf,                 &
     500               radiation_presimulate_solar_pos
    497501   
    498502    USE random_function_mod
     
    23492353!
    23502354!--    If required, initialize radiation interactions between surfaces
    2351 !--    via sky-view factors. This must be done befoe radiation is initialized.
     2355!--    via sky-view factors. This must be done before radiation is initialized.
    23522356       IF ( radiation_interactions )  CALL radiation_interaction_init
    23532357
     
    23572361       CALL radiation_init
    23582362       CALL location_message( 'finished', .TRUE. )
     2363
     2364!
     2365!--    Find all discretized apparent solar positions for radiation interaction.
     2366!--    This must be done after radiation_init.
     2367       IF ( radiation_interactions )  CALL radiation_presimulate_solar_pos
    23592368
    23602369!
Note: See TracChangeset for help on using the changeset viewer.