Ignore:
Timestamp:
Apr 19, 2018 12:13:16 PM (6 years ago)
Author:
Giersch
Message:

Bugfixes related to spinup and radiation model

File:
1 edited

Legend:

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

    r2980 r2995  
    2525! -----------------
    2626! $Id$
     27! time_since_reference_point must be calculated/initialized before the first 
     28! call of functions related to the radiation model which occur in
     29! time_integration_spinup or time_integration
     30!
     31! 2980 2018-04-17 15:19:27Z suehring
    2732! Revise message call
    2833!
     
    864869             IF ( spinup_time > 0.0_wp )  THEN
    865870                coupling_start_time = spinup_time
     871                time_since_reference_point = simulated_time - coupling_start_time
    866872                IF ( spinup_pt_mean == 9999999.9_wp )  THEN
    867873                   spinup_pt_mean = pt_surface
Note: See TracChangeset for help on using the changeset viewer.