This file contains last-minute updated information about any issues concerning the Century model and the Century Model Interface.
In the installation directory you will find the following files which run the Century files and associated utilities (Note: on UNIX systems, the file name extension, ".exe", is not present.):
| CMI.exe | Century Model Interface - a graphical-user-interface for configuring and running a Century simulation. |
| century.exe | The command-line version of the Century model. |
| ncfilelist.exe | Displays a list of the names and types of the Century netCDF files in the current directory. |
| ef2csv.exe | Translates a Century erosion output file (in netCDF format) into a comma-separated values text format for import into spreadsheets. |
| ncdump.exe | The netCDF ncdump utility: Displays the contents of a netCDF file. |
| ncgen.exe | The netCDF ncgen utility: Creates a netCDF file or the C code to create a netCDF file. |
Required system features:
Recommended system features:
Note: This procedure will NOT remove files you have created after installing this software, including preferences, site, management, and simulation results files. You must remove these files manually.
To run a Century simulation using the command-line version, enter the following command in an MS-DOS window:
century [options]
where options (do not enter the brackets) are:
| -s filename | (Required) Name of site parameter file. To import a Century 4 site file, add extension ".100" |
| -m filename | (Required) Name of management file. To import a Century 4 schedule file, add the extension ".sch". |
| -o filename | Name of output file (omit extension). |
| -tn, -ts | Output file type: netCDF (default) or ASCII spreadsheet, respectively. |
| -an, -ar, -aa | Output file access: New (default), Replace, or Append, respectively. |
| -u username | Your name. Specify in quotes if using spaces in the name. |
| -V | Display version information. |
| -i filename | Specify an initialization file containing your configuration preferences. |
| -d? | Display debugging options. |
| -? | Displays this help information on the screen. |
Example command line:
century -s mySite -m myManagement -o myOutput -ts -ar -da
If the file century.exe is not a directory specified in your PATH variable (both on Microsoft Windows and UNIX systems), you should supply the path in the command name. On Microsoft Windows systems, if there are spaces in the directory names in the path, enclose the entire name in double-quotes, e.g.,
"C:\Program Files\Century Model\century.exe [options]"
On Microsoft Windows systems, you can create a batch file to store this command for you. The batch file would then be kept in a directory in your search path. For example, the batch file may be called century.bat and contain only the following line:
"C:\Program Files\Century Model\century.exe" %1 %2 %3 %4 %5 %6 %7 %8 %9
Displays names and descriptions of Century netCDF files located in the directory from which it is executed. To run ncfilelist, enter the following command:
ncfilelist [options]
where options (do not enter the brackets) are:
| -v | Display software version. |
| -? | Display this help information. |
| -n | Do not pause for keypress when finished. |
The command-line items in brackets indicate optional items.
Note: The ncfilelist utility is copyrighted as shown below, and may only be distributed with the Century installation package. This utility may not be altered without explicit written permission from the copyright owner.
ncfilelist: Copyright (c) 1999 Thomas E. Hilinski. All rights reserved.
Translates a Century erosion output file (in netCDF format) into a comma-separated values text format for import into spreadsheets. To run ef2csv, enter the following command:
ef2csv [options] [erosion file name]
where options (do not enter the brackets) are:
| -v | Display software version. |
| -? | Display this help information. |
| -n | Do not pause for keypress when finished. |
The command-line items in brackets indicate optional items.
If no erosion file name is specified, then no translations will occur. The erosion file name you specify should contain either no file name extension, or the extension "nc" (e.g., erosion-output.nc). Any other extension will generate an error message. Remember, the name generated by Century for the erosion output file will always contain the "nc" extension.
ef2csv: Copyright (c) 1999 Thomas E. Hilinski. All rights reserved.
For information about the NetCDF utilities ncgen and ncdump, see the online documentation at the NetCDF web site:
http://www.unidata.ucar.edu/packages/netcdf/
You can contact the Natural Resource Ecology Laboratory at Colorado State University online through the Internet using a World-Wide Web (WWW) browser. The addresses for the web site is:
www.nrel.colostate.edu
The Century model WWW homepage contains additional information on the model, including online documentation. You can access the Century 5 model homepage at:
www.nrel.colostate.edu/projects/century5/century5.html
You can email for information on the Century model to:
Century@nrel.colostate.edu
See the file doc/Copyright.txt for the copyright and disclaimer for this software package.
Microsoft Windows, Microsoft Windows 98, and Microsoft Windows NT, Microsoft Windows ME, Microsoft Windows 2000, Microsoft Windows XP are trademarks of the Microsoft Corporation.
The ncfilelist and ef2csv utilities are copyrighted as follows: Copyright (c) 1999 Thomas E. Hilinski. All rights reserved.
| 21Feb99 | Original document by Thomas E. Hilinski |
| 07Jun99 | Thomas E. Hilinski: Added description of the ef2csv utility. |
| 03Feb00 | Thomas E. Hilinski: Added descriptions of the ncdump and ncgen utilities. Added the address of the Century 5 web site. |
| Jun00 | Thomas E. Hilinski: Updated system requirements. |
| Jul01 | Thomas E. Hilinski: HTML version of this document. Minor updates to contents. |
| Nov01 | Thomas E. Hilinski: Update contents to match new distribution. |
| Sept2003 | Thomas E. Hilinski: Update contents to match new distribution. |