Ignore:
Timestamp:
Sep 16, 2020 10:20:34 AM (4 years ago)
Author:
gronemeier
Message:

Add option to fix date and time of the simulation; renamed set_reference_date_time to init_date_time (palm_date_time_mod, init_3d_model, modules, parin)

File:
1 edited

Legend:

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

    r4671 r4680  
    2424! -----------------
    2525! $Id$
     26! Add option to fix date or time of the simulation
     27!
     28! 4671 2020-09-09 20:27:58Z pavelkrc
    2629! Implementation of downward facing USM and LSM surfaces
    2730!
     
    198201
    199202    USE palm_date_time_mod,                                                                        &
    200         ONLY:  set_reference_date_time
     203        ONLY:  init_date_time
    201204
    202205    USE pegrid
     
    292295!
    293296!-- Set reference date-time
    294     CALL set_reference_date_time( date_time_str=origin_date_time )
     297    CALL init_date_time( date_time_str=origin_date_time,                                           &
     298                         use_fixed_date=use_fixed_date,                                            &
     299                         use_fixed_time=use_fixed_time )
    295300
    296301    IF ( debug_output )  CALL debug_message( 'allocating arrays', 'start' )
Note: See TracChangeset for help on using the changeset viewer.