Changeset 4535 for palm/trunk/SOURCE/salsa_mod.f90
- Timestamp:
- May 15, 2020 12:07:23 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/salsa_mod.f90
r4527 r4535 26 26 ! ----------------- 27 27 ! $Id$ 28 ! bugfix for restart data format query 29 ! 30 ! 4527 2020-05-11 09:39:55Z monakurppa 28 31 ! Correct a bug in salsa_wrd_global and salsa_check_data_output, 29 32 ! and add reglim to be read/written in the restart data … … 3402 3405 WRITE ( 14 ) reglim 3403 3406 3404 ELSEIF ( TRIM( restart_data_format_output) == 'mpi' ) THEN3407 ELSEIF ( restart_data_format_output(1:3) == 'mpi' ) THEN 3405 3408 3406 3409 DO i = 1, 7 … … 3527 3530 ENDIF 3528 3531 3529 ELSEIF ( TRIM( restart_data_format_output) == 'mpi' ) THEN3532 ELSEIF ( restart_data_format_output(1:3) == 'mpi' ) THEN 3530 3533 3531 3534 ALLOCATE( tmp_3d(nzb:nzt+1,nysg:nyng,nxlg:nxrg) )
Note: See TracChangeset
for help on using the changeset viewer.