User Tools

Site Tools


readme.renumf90

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
readme.renumf90 [2012/05/29 12:22] – [Fields in the parameter file] ignacioreadme.renumf90 [2012/05/29 12:28] – [Options] ignacio
Line 234: Line 234:
 Keywords out of order may not be recognized. Keywords out of order may not be recognized.
  
-=====OPTIONS=====+=====Options=====
 The following options can added at the end of the parameter file to redefine The following options can added at the end of the parameter file to redefine
-parameter used to read the input file:+parameters used to read the input file:
  
  - the default size of character fields  - the default size of character fields
Line 242: Line 242:
  OPTION alpha size nn  OPTION alpha size nn
 </file> </file>
-   where nn is the new size.+where //nn// is the new size.
  
  - the size of th record length   - the size of th record length 
Line 248: Line 248:
  OPTION max_string_readline nn  OPTION max_string_readline nn
 </file> </file>
-   where nn is the new size.+where //nn// is the new size.
  
  - the maximun number of fields    - the maximun number of fields  
Line 254: Line 254:
         OPTION max_field_readline nn         OPTION max_field_readline nn
 </file> </file>
-   where nn is the number of fields. +where //nn// is the number of fields. 
  
    
-The end of the parameter file for RENUMF90 can contain many lines beginning with OPTION.  +The end of the parameter file for ''RENUMF90'' can contain many lines beginning with OPTION.  
-All of these lines are passed to parameter file renf90.par to be used by  + 
-application programs. +All of these lines are passed to parameter file renf90.par to be used by application programs. 
  
  
 =====Combining fields or interactions====== =====Combining fields or interactions======
-Several fields in the data file can be combined into one using a COMBINE keyword. +Several fields in the data file can be combined into one using a ''COMBINE'' keyword. 
 <file> <file>
 COMBINE a b c .... COMBINE a b c ....
 </file> </file>
-catenates b c ... into c. Keywords COMBINE need to be on top of the parameter +catenates //b c// ... into //a//.\\ 
-file, but possibly after comments. There may be many combined fields. +Keywords COMBINE need to be on top of the parameter file, but possibly after comments. 
 + 
 +There may be many combined fields. 
 For example: For example:
-</file>+<file>
 COMBINE 7 2 3 4 COMBINE 7 2 3 4
 </file> </file>
-combines content of fields 2 3 4 into field 7; the data file is not changed, + 
-only the program treats field 7 as fields 2 3 4 put together (without spaces).  +combines content of fields 2 3 4 into field 7; 
-The combined fields can be treated as "numeric", if they are composed of numbers + 
-and if their total length is <9. Otherwise, they need to be used as "alpha".  +the data file is not changed, only the program treats field 7 as fields 2 3 4 put together (without spaces). 
-Please note that the maximum size of the combined variable is limited by the + 
-largest size of the "alpha" field.  + 
 +The combined fields can be treated as "numeric", if they are composed of numbers and if their total length is <9. Otherwise, they need to be used as "alpha".\\ 
 + 
 +Please note that the maximum size of the combined variable is limited by the largest size of the "alpha" field.  
  
  
readme.renumf90.txt · Last modified: 2024/05/22 18:53 by dani

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki