Changeset 2974 for palm/trunk


Ignore:
Timestamp:
Apr 16, 2018 12:59:52 PM (6 years ago)
Author:
gronemeier
Message:

Bugfix: check if dt_data_output_av is zero in case of parallel NetCDF output

File:
1 edited

Legend:

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

    r2970 r2974  
    2525! -----------------
    2626! $Id$
     27! Bugfix: check if dt_data_output_av is zero in case of parallel NetCDF output
     28!
     29! 2970 2018-04-13 15:09:23Z suehring
    2730! Bugfix in old large-scale forcing mode
    2831!
     
    36743677!--    Check if any of the follwoing data output interval is 0.0s, which is
    36753678!--    not allowed for parallel output.
    3676        CALL check_dt_do( dt_do3d,    'dt_do3d'    )
    3677        CALL check_dt_do( dt_do2d_xy, 'dt_do2d_xy' )
    3678        CALL check_dt_do( dt_do2d_xz, 'dt_do2d_xz' )
    3679        CALL check_dt_do( dt_do2d_yz, 'dt_do2d_yz' )
     3679       CALL check_dt_do( dt_do3d,           'dt_do3d'           )
     3680       CALL check_dt_do( dt_do2d_xy,        'dt_do2d_xy'        )
     3681       CALL check_dt_do( dt_do2d_xz,        'dt_do2d_xz'        )
     3682       CALL check_dt_do( dt_do2d_yz,        'dt_do2d_yz'        )
     3683       CALL check_dt_do( dt_data_output_av, 'dt_data_output_av' )
    36803684
    36813685!--    Set needed time levels (ntdim) to
Note: See TracChangeset for help on using the changeset viewer.