Changeset 776 for palm/trunk
- Timestamp:
- Oct 31, 2011 8:02:51 AM (13 years ago)
- Location:
- palm/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/palmplot
r566 r776 16 16 # 23/08/10 - Rieke - bugfix - "" had to be added in if-queries 17 17 # 30/09/10 - Rieke - Link to new online documentation of PALM NCL scripts 18 # 31/10/11 - Rieke - Adjustement so that palmplot also works on 19 # DKRZ (ibmh) 18 20 19 21 … … 154 156 done 155 157 156 CMDLINE +="$key=$value "158 CMDLINE=$CMDLINE"$key=$value " 157 159 shift 158 160 done -
palm/trunk/SOURCE/read_3d_binary.f90
r772 r776 4 4 ! Current revisions: 5 5 ! ----------------- 6 ! bugfix: increase binary_version due to last commit 6 7 ! 7 8 ! Former revisions: … … 250 251 !-- First compare the version numbers 251 252 READ ( 13 ) version_on_file 252 binary_version = '3. 1'253 binary_version = '3.2' 253 254 IF ( TRIM( version_on_file ) /= TRIM( binary_version ) ) THEN 254 255 WRITE( message_string, * ) 'version mismatch concerning data ', & -
palm/trunk/SOURCE/write_3d_binary.f90
r772 r776 4 4 ! Current revisions: 5 5 ! ----------------- 6 ! bugfix: increase binary_version due to last commit 6 7 ! 7 8 ! Former revisions: … … 78 79 ! 79 80 !-- Write arrays. 80 binary_version = '3. 1'81 binary_version = '3.2' 81 82 82 83 WRITE ( 14 ) binary_version
Note: See TracChangeset
for help on using the changeset viewer.