Ignore:
Timestamp:
May 15, 2020 12:07:23 PM (4 years ago)
Author:
raasch
Message:

bugfix for restart data format query

File:
1 edited

Legend:

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

    r4531 r4535  
    2828! -----------------
    2929! $Id$
     30! bugfix for restart data format query
     31!
     32! 4531 2020-05-13 09:52:22Z moh.hefny
    3033! Bugfix in gather flux pabs_pc_lwdif in non_parallel case
    3134!
     
    1208112084       ENDIF
    1208212085
    12083     ELSEIF ( TRIM( restart_data_format_output ) == 'mpi' )  THEN
     12086    ELSEIF ( restart_data_format_output(1:3) == 'mpi' )  THEN
    1208412087
    1208512088       IF ( ALLOCATED( rad_net_av ) )  CALL wrd_mpi_io( 'rad_net_av', rad_net_av )
Note: See TracChangeset for help on using the changeset viewer.