Skip to content

Commit 56e634f

Browse files
committed
A few more notes
1 parent be8c9a0 commit 56e634f

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

01-compile.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,14 +96,16 @@ export LD_LIBRARY_PATH="/glade/u/apps/derecho/23.06/spack/opt/spack/parallel-net
9696

9797
::::
9898

99-
Select one of the above module sets and save it to a file:
99+
Select one of the above module sets and save it to a file[^text]:
100100
`~/mpas-modules-intel.sh`.
101101
Then, load the modules.
102102

103103
```bash
104104
source ~/mpas-modules-intel.sh
105105
```
106106

107+
[^text]: For example, in the terminal, using `vi` (`vim`) or `nano`.
108+
107109
Run `module list` to verify that the correct modules are loaded.
108110

109111
First we build the model initialization program.

02-run.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Update `namelist.init_atmosphere` with these settings:
4646
:::{table} `namelist.init_atmosphere` settings for static file creation for the global example
4747
:label: global-namelist-static
4848

49-
| parameter | value |
49+
| parameter [^params] | value |
5050
| ----------------------------------------------- | ---------------------------------------- |
5151
| `nhyd_model.config_init_case` | `7` [^init-case7] |
5252
| `data_sources.geog_data_path` | `'/glade/work/wrfhelp/WPS_GEOG/'` [^gdp] |
@@ -65,6 +65,11 @@ Update `namelist.init_atmosphere` with these settings:
6565

6666
[^gdp]: Another geog data path option is `/glade/campaign/mmm/wmr/mpas_tutorial/mpas_static/`.
6767

68+
[^params]:
69+
See Section 7.2 ("Creating real-data ICs") and Appendix A ("Initialization Namelist Options")
70+
in the [user guide](https://www2.mmm.ucar.edu/projects/mpas/mpas_atmosphere_users_guide_8.3.0.pdf)
71+
for more information about these parameters.
72+
6873
Then, in `streams.init_atmosphere`, set the input file name template to `x1.10242.grid.nc`,
6974
and the output file name template to `x1.10242.static.nc`.
7075

@@ -183,14 +188,16 @@ Update `namelist.init_atmosphere` with these settings:
183188
| `preproc_stages.config_static_interp` | `false` |
184189
| `preproc_stages.config_native_gwd_static` | `false` |
185190
| `preproc_stages.config_native_gwd_gsl_static` | `false` |
186-
| `preproc_stages.config_vertical_grid` | `true` |
191+
| `preproc_stages.config_vertical_grid` | `true` [^vert] |
187192
| `preproc_stages.config_met_interp` | `true` |
188193
| `preproc_stages.config_input_sst` | `false` |
189194
| `preproc_stages.config_frac_seaice` | `true` |
190195
| `decomposition.config_block_decomp_file_prefix` | `'x1.10242.graph.info.part.'` |
191196

192197
:::
193198

199+
[^vert]: We will use the model's default vertical grid, but note it can be adjusted using the `vertical_grid` section.
200+
194201
Then, in `streams.init_atmosphere`, set the input file name template to `x1.10242.static.nc`
195202
(the static file we just created),
196203
and the output file name template to `x1.10242.init.nc`.

0 commit comments

Comments
 (0)