This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
tutorials:model_family_directory_structure [2009/08/07 03:00] 127.0.0.1 external edit |
— (current) | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Model Family Directory Structure ====== | ||
- | The structure below is the recommended model family directory structure: | ||
- | |||
- | <code> | ||
- | <model_family_name> | ||
- | V1 | ||
- | cal | ||
- | archive | ||
- | views | ||
- | data | ||
- | informants | ||
- | primaryData | ||
- | scenarios | ||
- | sim | ||
- | archive | ||
- | views | ||
- | V2 | ||
- | ... | ||
- | </code> | ||
- | |||
- | [add descriptions below for each directory and its contents] | ||
- | |||
- | The attached unix shell script creates these directories. It is executed by placing the script file in the desired directory and typing: | ||
- | |||
- | <code> | ||
- | csh mkdirs1.csh | ||
- | </code> |