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

bugfix for restart data format query

File:
1 edited

Legend:

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

    r4527 r4535  
    2626! -----------------
    2727! $Id$
     28! bugfix for restart data format query
     29!
     30! 4527 2020-05-11 09:39:55Z monakurppa
    2831! Correct a bug in salsa_wrd_global and salsa_check_data_output,
    2932! and add reglim to be read/written in the restart data
     
    34023405       WRITE ( 14 )  reglim
    34033406
    3404     ELSEIF ( TRIM( restart_data_format_output ) == 'mpi' )  THEN
     3407    ELSEIF ( restart_data_format_output(1:3) == 'mpi' )  THEN
    34053408
    34063409       DO  i = 1, 7
     
    35273530       ENDIF
    35283531
    3529     ELSEIF ( TRIM( restart_data_format_output ) == 'mpi' )  THEN
     3532    ELSEIF ( restart_data_format_output(1:3) == 'mpi' )  THEN
    35303533
    35313534       ALLOCATE( tmp_3d(nzb:nzt+1,nysg:nyng,nxlg:nxrg) )
Note: See TracChangeset for help on using the changeset viewer.