My WebLink
|
Help
|
About
|
Sign Out
Home
Browse
Search
WSPC06660
CWCB
>
Water Supply Protection
>
Backfile
>
19000-19999
>
WSPC06660
Metadata
Thumbnails
Annotations
Entry Properties
Last modified
1/26/2010 12:07:08 PM
Creation date
10/9/2006 6:00:41 AM
Metadata
Fields
Template:
Water Supply Protection
File Number
8283.100
Description
Colorado River Computer Models - Colorado River Simulation System - Reclamation - CORSIM
State
CO
Basin
Colorado Mainstem
Water Division
5
Date
8/12/1994
Author
Ray R Bennett
Title
CRSM Porting
Water Supply Pro - Doc Type
Report/Study
There are no annotations on this page.
Document management portal powered by Laserfiche WebLink 9 © 1998-2015
Laserfiche.
All rights reserved.
/
83
PDF
Print
Pages to print
Enter page numbers and/or page ranges separated by commas. For example, 1,3,5-12.
After downloading, print the document using a PDF reader (e.g. Adobe Reader).
Show annotations
View images
View plain text
<br />0;)1146 <br /> <br />OLD <br />DATA (A=IOO.O) <br /> <br />NEW <br />data all 00.0/ <br /> <br />. Multiple assignments were revised. For example: <br /> <br />OLD <br />Al=A2=0 <br /> <br />NEW <br />A2=0 <br />Al=O <br /> <br />. Arrays were revised when the number of subscripts were less than the number of <br />declared dimensions, since the Cyber compiler assumed the missing dimension is <br />1. For example: <br /> <br />OLD <br />QINFLO(I,J) = 1.0 <br /> <br />NEW <br />qinflo(ij,l) = 1.0 <br /> <br />. Revised the R output specifier as follows: (Note: the R output specifier is <br />similar to the A output specifier but it right justifies the output.) <br /> <br />OLD <br />FORMAT(R5) <br /> <br />NEW <br />format(a5) <br /> <br />. Revised the end of file designation. For example: <br /> <br />OLD <br />READ(5,100) X <br />IF(EOF(5) .EQ. 1)) GOTO 100 <br /> <br />NEW <br />read(5,100,end=llO) x <br /> <br />. Revised the ENCODE and DECODE statements which are used in the original <br />code to format data in memory. ENCODE is similar to a formatted write, while <br />DECODE is similar to a formatted read. Following is an example of transferring <br />data from a character (id) to an integer (is): <br /> <br />OLD <br />CHARACTER ID <br />INTEGER IS <br />DECODE (30,'(Il)',ID) IS <br /> <br />NEW <br />character id <br />integer is <br />read(id,'(il)') is <br /> <br />Following is an example of transferring data from a integer (is) to a character (id) <br /> <br />5 <br />
The URL can be used to link to this page
Your browser does not support the video tag.