Ignore:
Timestamp:
Mar 5, 2007 6:00:47 AM (17 years ago)
Author:
raasch
Message:

updating parts of Marcus changes

File:
1 edited

Legend:

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

    r4 r46  
    44! Actual revisions:
    55! -----------------
    6 !
     6! Bugfix: preset of tendencies te_em, te_um, te_vm
    77!
    88! Former revisions:
     
    128128
    129129!
     130!-- Tendencies must be preset in order to avoid runtime errors within the
     131!-- first Runge-Kutta step
     132    te_em = 0.0
     133    te_um = 0.0
     134    te_vm = 0.0
     135
     136!
    130137!-- Set start time in hh:mm:ss - format
    131138    simulated_time_chr = time_to_string( simulated_time_1d )
Note: See TracChangeset for help on using the changeset viewer.