-
Notifications
You must be signed in to change notification settings - Fork 212
CIME Users Guide
erika72 edited this page Nov 14, 2016
·
26 revisions
- What is CIME?
- CIME directory structure and overview of contents
-
CIME components and component sets
- CESM specific compsets (pointer to a table)
- ACME specific compsets (pointer to a table)
-
CIME grids
- CESM specific grids (pointer to a table)
- ACME specific grids (pointer to a table)
-
CIME supported machines
- CESM supported machines (pointer to a table)
- ACME supported machines (pointer to a table)
- Input data
- Diagnostics
- CIME quick start
- How to create a new case
- How to set up a case and customize the PE layout
- Multi-instance component functionality
- Modifying an xml file
- Cloning a case (Experts only)
- Porting Overview
- Step 1: Use create_newcase with a userdefined machine name
- Step 2: Enabling out-of-the box capability for your machine
- Step 3: Port Validation
- BASICS: A basic example
- BASICS: How do I set up a branch or hybrid run?
- BASICS: What calendars are supported in CIME?
- BASICS: How do I change processor counts and component layouts on processors?
- BASICS: What are CIME xml variables and CIME environment variables?
- BASICS: How do I modify the value of CIME xml variables?
- BASICS: Why aren't my $CASEROOT xml variable changes working?
- BASICS: How do I run multiple cases all using a single executable?
- BASICS: How do I use the ESMF library and ESMF interfaces?
- BASICS: Why is there file locking and how does it work?
- BASICS: What are the directories and files in my case directory?
- IO: What is pio?
- IO: How do I use pnetcdf?
- CAM: How do I customize CAM output fields?
- CAM: How do I customize CAM forcings?
- CAM/CLM: How do I change history file output frequency and content for CAM and CLM during a run?
- CAM: How do I use B compset history output to create SST/ICE data files to drive an F compset?
- POP/CICE: How are CICE and POP decompositions set and how do I override them?
- POP: How do I initialize POP2 with a spun-up initial condition?
- DRIVER: Is there more information about the coupler/driver implementation?
- DRIVER: How do I pass in new fields between components?
- EXPERTS: How do I add a new user-defined component set?
- EXPERTS: How do I add a new user-defined grid?
- EXPERTS: How do I carry out data assimilation using CAM and DART?
- EXPERTS: How do I add a new CIME model component?
- Testing overview
- Using create_production_test
- Using query_tests
- Using create_test
- Debugging Tests That Fail
- Troubleshooting create_newcase
- Troubleshooting job submission problems
- Additional Troubleshooting Information