Go to the bottom of this page. See the search engine and sub-section links.
Go to next page Go to previous page Go to top of this section Go to top page Go to table of contents

Previous Section Headers

User's Guide to NCAR CCM3.6 Search Page


3. CCM3.6 Internals
    3.6 Disk and Mass Store File Management


3.6.1 Disk File Management

Fortran logical unit numbers are determined at execution time. The model keeps a catalog of these numbers and provides user access through two interface routines.  navu returns the next available (i.e. unused) Fortran unit, and relunit releases a unit number back to the model for later use.

Disk file systems can become very fragmented. Large files such as history and restart files are slow to read or write when this happens. Consequently, for large datasets the model  pre-allocates space equal to the expected length of the output file using the setf command with the -c option. Routine prealc invokes setf to find as much contiguous space as possible for large output file.


 Go to the top of this page. See links to previous section headers.
Go to next page Go to previous page Go to top of this section Go to top page Go to table of contents

 Search for keywords in the CCM3.6 Users GuideSearch page

Questions on these pages can be sent to... erik@ucar.edu .


$Name: ccm3_6_6_latest2 $ $Revision: 1.36.2.1 $ $Date: 1999/03/25 21:38:52 $ $Author: erik $