Ignore:
Timestamp:
Nov 30, 2020 2:16:31 PM (4 years ago)
Author:
suehring
Message:

Bugfix in time-control of indoor model in case of restarts and at the very first time step

File:
1 edited

Legend:

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

    r4777 r4802  
    2525! -----------------
    2626! $Id$
     27! include time_indoor into restart mechanism
     28!
     29! 4777 2020-11-06 14:50:49Z raasch
    2730! bugfix for reading spectra data with MPI-I/O (they are global arrays!)
    2831!
     
    171174        ONLY:  nbgp, nx, nxl, nxlg, nxr, nxrg, nx_on_file, ny, nys, nysg, nyn, &
    172175               nyng, ny_on_file, nz, nzb, nzt
     176
     177    USE indoor_model_mod,                                                                          &
     178        ONLY:  time_indoor
    173179
    174180    USE kinds
     
    719725             CASE ( 'time_dots' )
    720726                READ ( 13 )  time_dots
     727             CASE ( 'time_indoor' )
     728                READ ( 13 )  time_indoor
    721729             CASE ( 'time_radiation' )
    722730                READ ( 13 )  time_radiation
     
    10991107       CALL rrd_mpi_io( 'time_dosp', time_dosp )
    11001108       CALL rrd_mpi_io( 'time_dots', time_dots )
     1109       CALL rrd_mpi_io( 'time_indoor', time_indoor )
    11011110       CALL rrd_mpi_io( 'time_radiation', time_radiation )
    11021111       CALL rrd_mpi_io( 'time_restart', time_restart )
Note: See TracChangeset for help on using the changeset viewer.