Skip to content

Commit

Permalink
docs: include links to namelist variable list
Browse files Browse the repository at this point in the history
  • Loading branch information
jjokella committed Aug 18, 2024
1 parent 18103be commit 36b5d95
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 6 additions & 0 deletions docs/users_guide/case_examples/NRW.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ cat lnd_in
cat drv_in
```

For a complete list of `lnd_in`-namelist options, see
https://docs.cesm.ucar.edu/models/cesm2/settings/current/clm5_0_nml.html

For a complete list of `drv_in`-namelist options, see
https://docs.cesm.ucar.edu/models/cesm2/settings/current/drv_nml.html

## 3. Run the test case.

Customize the copied job script `run-eclm-job.sh` as desired. In this example, it is already customized to this test case, you should just adapt the SBATCH parameters `--account` to your compute project and `--partition` to your system. As the NRW case is a regional domain, the number of processors is increased to 128 compared to the single-column case (SBATCH parameter `--ntasks-per-node=128`).
Expand Down
6 changes: 4 additions & 2 deletions docs/users_guide/case_examples/Wuestebach.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,10 @@ clm5nl-check .
## 2. Check the case setup
You can check out the important namelist files.

- The `lnd_in` file is the primary configuration file for the land model component in CLM. It includes settings related to various processes and configurations specific to land surface modeling.
- The `drv_in` file configures the coupler and driver settings that control how different components of the Earth system model interact. It manages the synchronization and communication between components such as the atmosphere, land, ocean, and sea ice models.
- The `lnd_in` file is the primary configuration file for the land model component in CLM. It includes settings related to various processes and configurations specific to land surface modeling. For a complete list of `lnd_in`-namelist options, see https://docs.cesm.ucar.edu/models/cesm2/settings/current/clm5_0_nml.html

- The `drv_in` file configures the coupler and driver settings that control how different components of the Earth system model interact. It manages the synchronization and communication between components such as the atmosphere, land, ocean, and sea ice models. For a complete list of `drv_in`-namelist options, see https://docs.cesm.ucar.edu/models/cesm2/settings/current/drv_nml.html


Print out the namelist files and look at the customized configurations.
```sh
Expand Down

0 comments on commit 36b5d95

Please sign in to comment.