Ignore:
Timestamp:
May 16, 2018 8:14:20 AM (6 years ago)
Author:
maronga
Message:

bugfixes for nested runs

File:
1 edited

Legend:

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

    r3020 r3021  
    2525! -----------------
    2626! $Id$
     27! Bugfix: variable lcr was defined as INTENT(OUT) instead of INTENT(INOUT)
     28!
     29! 3020 2018-05-14 10:45:48Z hellstea
    2730! Bugfix in pmci_define_loglaw_correction_parameters
    2831!
     
    26912694       LOGICAL      ::  more                                   !<             
    26922695
    2693        REAL(wp), DIMENSION(0:ncorr-1), INTENT(OUT) ::  lcr     !<
     2696       REAL(wp), DIMENSION(0:ncorr-1), INTENT(INOUT) ::  lcr   !<
    26942697       REAL(wp), INTENT(IN)      ::  z0_l                      !<
    26952698     
Note: See TracChangeset for help on using the changeset viewer.