Ignore:
Timestamp:
Jul 1, 2019 2:05:51 PM (5 years ago)
Author:
Giersch
Message:

Bugfix for masked output, compiler warning removed, test case for wind turbine model revised

File:
1 edited

Legend:

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

    r4048 r4069  
    2525! -----------------
    2626! $Id$
     27! Masked output running index mid has been introduced as a local variable to
     28! avoid runtime error (Loop variable has been modified) in time_integration
     29!
     30! 4048 2019-06-21 21:00:21Z knoop
    2731! Moved tcm_check_data_output to module_interface
    2832!
     
    858862    INTEGER(iwp) ::  k                               !< loop index
    859863    INTEGER(iwp) ::  kk                              !< loop index
     864    INTEGER(iwp) ::  mid                             !< masked output running index
    860865    INTEGER(iwp) ::  netcdf_data_format_save         !< initial value of netcdf_data_format
    861866    INTEGER(iwp) ::  position                        !< index position of string
Note: See TracChangeset for help on using the changeset viewer.