Ignore:
Timestamp:
Oct 30, 2018 2:51:23 PM (5 years ago)
Author:
kanani
Message:

Reintegrated fixes/changes from branch chemistry

File:
1 edited

Legend:

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

    r3337 r3458  
    2525! -----------------
    2626! $Id$
     27! from chemistry branch r3443, forkel:
     28! removed double do_emis check around CALL chem_init
     29! replaced call to calc_date_and_time to init_date_and_time
     30!
     31! 3337 2018-10-12 15:17:09Z kanani
    2732! (from branch resler)
    2833! Fix chemistry call
     
    436441
    437442       CALL chem_init
     443
    438444!       CALL photolysis_init   ! probably also required for restart
    439 
    440        CALL init_date_and_time     !initialize the time of chemistry emissions
    441445
    442446    ENDIF
     
    448452!
    449453!-- Initialize all necessary variables
    450     CALL calc_date_and_time !this is required for chemistry emissions
     454!
     455!-- Initial time for chem_emissions_mod
     456    CALL init_date_and_time
    451457
    452458    CALL init_3d_model
Note: See TracChangeset for help on using the changeset viewer.