Skip to content

Commit 9d5f582

Browse files
committed
Fix typo in CAM_CONFIG_OPTS URL.
1 parent 5c38442 commit 9d5f582

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/usage/creating-a-case.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Many configurable settings can be found within the env_*.xml files in your case
7676
- `CAM_CONFIG_OPTS`: This is where we tell CAM-SIMA what physics scheme(s) we wish to run, as well as if we wish to run the `null` dycore.
7777
- FKESSLER will default to `--physics-suites kessler --analytic_ic`, which means we're running the `suite_kessler.xml` SDF with the SE dycore (with analytic initial conditions - no need to supply an ncdata initial conditions file)
7878
- If you instead want to run a test with the null dycore, you'll want to change this with `./xmlchange CAM_CONFIG_OPTS = "--physics-suites kessler --dyn none"`
79-
- A list of all possible configuration options can be found at the bottom of this page, or [here](#current-can_config_opts-options-in-cam-sima)
79+
- A list of all possible configuration options can be found at the bottom of this page, or [here](#current-cam_config_opts-options-in-cam-sima)
8080
- `CAM_LINKED_LIBS`: Hopefully, you won't have to change this often; however, if you are getting linking errors during your build, try turning off the linked libraries (`./xmlchange CAM_LINKED_LIBS=''`)
8181
- `DOUT_S`: This is the flag to archive log files of successful runs. During development, we advise turning this off so your log files don't disappear on you (`./xmlchange DOUT_S=False`)
8282
- `STOP_OPTION` & `STOP_N`: How long you are going to run the model. If `STOP_N` is 8 and `STOP_OPTION` is "ndays", you are setting the model up to run for 8 days.

0 commit comments

Comments
 (0)