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/header.f90

    r4023 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! 4023 2019-06-12 13:20:01Z maronga
    2731! Renamed "coupling start time" to "spinup time"
    2832!
     
    541545    INTEGER(iwp) ::  l              !< substring length
    542546    INTEGER(iwp) ::  ll             !< substring length
     547    INTEGER(iwp) ::  mid            !< masked output running index
    543548    INTEGER(iwp) ::  my_cpl_id      !< run id in a nested model setup
    544549    INTEGER(iwp) ::  n              !< running index over number of couplers in a nested model setup
Note: See TracChangeset for help on using the changeset viewer.