Ignore:
Timestamp:
Sep 10, 2019 6:04:34 PM (5 years ago)
Author:
gronemeier
Message:

implement new palm_date_time_mod; replaced namelist parameters time_utc_init and day_of_year_init by origin_date_time

File:
1 edited

Legend:

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

    r4182 r4227  
    2525! -----------------
    2626! $Id$
     27! implement new palm_date_time_mod
     28!
     29! 4094 2019-07-12 09:24:21Z gronemeier
    2730! Corrected "Former revisions" section
    2831!
     
    7780    USE cpulog,                                                                &
    7881        ONLY:  cpu_log, log_point, log_point_s, cpu_statistics
    79 
    80     USE date_and_time_mod,                                                     &
    81         ONLY:  calc_date_and_time, init_date_and_time
    8282
    8383    USE diagnostic_output_quantities_mod,                                      &
     
    267267!-- Check control parameters and deduce further quantities
    268268    CALL check_parameters
    269 !
    270 !-- Initial time for chem_emissions_mod
    271     CALL init_date_and_time
    272269
    273270    CALL init_3d_model
Note: See TracChangeset for help on using the changeset viewer.