Changeset 1455 for palm/trunk


Ignore:
Timestamp:
Aug 29, 2014 10:47:47 AM (10 years ago)
Author:
heinze
Message:

empty time records in volume, cross-section and masked data output prevented in case of non-parallel netcdf-output in restart runs

File:
1 edited

Legend:

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

    r1430 r1455  
    2020! Current revisions:
    2121! -----------------
    22 !
     22! empty time records in volume, cross-section and masked data output prevented 
     23! in case of non-parallel netcdf-output in restart runs
    2324!
    2425! Former revisions:
     
    37443745
    37453746!
     3747!-- Prevent empty time records in volume, cross-section and masked data in case of
     3748!-- non-parallel netcdf-output in restart runs
     3749    IF ( netcdf_data_format < 5 )  THEN
     3750       IF ( TRIM( initializing_actions ) == 'read_restart_data' )  THEN
     3751          do3d_time_count    = 0
     3752          do2d_xy_time_count = 0
     3753          do2d_xz_time_count = 0
     3754          do2d_yz_time_count = 0
     3755          domask_time_count  = 0
     3756       ENDIF
     3757    ENDIF
     3758
     3759!
    37463760!-- Check &userpar parameters
    37473761    CALL user_check_parameters
Note: See TracChangeset for help on using the changeset viewer.