Ignore:
Timestamp:
Dec 20, 2019 5:09:33 PM (4 years ago)
Author:
suehring
Message:

Bugfix in message calls for local checks; error messages in init_grid slightly revised; bugfix in time_integration (uninitialized emission time index); read_restart_data (change from J.Resler): use dynamic array allocation rather than automatic arrays to avoid problems with stack memory

File:
1 edited

Legend:

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

    r4242 r4356  
    2727! -----------------
    2828! $Id$
     29! Minor formatting adjustment
     30!
     31! 4242 2019-09-27 12:59:10Z suehring
    2932! Adjust index_hh access to new definition accompanied with new
    3033! palm_date_time_mod. Note, this is just a preleminary fix. (E Chan)
     
    934937        ONLY: days_per_week, get_date_time, hours_per_day, months_per_year, seconds_per_day
    935938   
    936  IMPLICIT NONE
     939    IMPLICIT NONE
    937940 
    938941
Note: See TracChangeset for help on using the changeset viewer.