Skip to content

Commit d5508c0

Browse files
committed
Note stop time not needed for init
but for LBCs, yes
1 parent 39dea19 commit d5508c0

File tree

1 file changed

+19
-15
lines changed

1 file changed

+19
-15
lines changed

02-run.md

Lines changed: 19 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ for some guidance on creating regional static files.
377377
**12 September 2017, 00 UTC**, the day when the AEW that would become Hurricane Maria left the African coast.
378378

379379
As in [the global example](#global-ic), we will link the needed WPS intermediate file
380-
(and those we need for [the BCs](#africa-bc) as well).
380+
(and those we need for [the LBCs](#africa-bc) as well).
381381

382382
```bash
383383
ln -s /glade/derecho/scratch/zmoon/mpas-africa/FILE:* .
@@ -388,20 +388,20 @@ Update `namelist.init_atmosphere` with these settings:
388388
:::{table} `namelist.init_atmosphere` settings for initial conditions for the regional example
389389
:label: africa-namelist-ic
390390

391-
| parameter | value |
392-
| ----------------------------------------------- | --------------------------- |
393-
| `nhyd_model.config_init_case` | `7` |
394-
| `nhyd_model.config_start_time` | `'2017-09-12_00:00:00'` |
395-
| `data_sources.config_met_prefix` | `'FILE'` |
396-
| `data_sources.config_noahmp_static` | `false` [^noahmp] |
397-
| `preproc_stages.config_static_interp` | `false` |
398-
| `preproc_stages.config_native_gwd_static` | `false` |
399-
| `preproc_stages.config_native_gwd_gsl_static` | `false` |
400-
| `preproc_stages.config_vertical_grid` | `true` |
401-
| `preproc_stages.config_met_interp` | `true` |
402-
| `preproc_stages.config_input_sst` | `false` |
403-
| `preproc_stages.config_frac_seaice` | `true` |
404-
| `decomposition.config_block_decomp_file_prefix` | `'Africa.graph.info.part.'` |
391+
| parameter | value |
392+
| ----------------------------------------------- | ------------------------------- |
393+
| `nhyd_model.config_init_case` | `7` |
394+
| `nhyd_model.config_start_time` | `'2017-09-12_00:00:00'` [^stop] |
395+
| `data_sources.config_met_prefix` | `'FILE'` |
396+
| `data_sources.config_noahmp_static` | `false` [^noahmp] |
397+
| `preproc_stages.config_static_interp` | `false` |
398+
| `preproc_stages.config_native_gwd_static` | `false` |
399+
| `preproc_stages.config_native_gwd_gsl_static` | `false` |
400+
| `preproc_stages.config_vertical_grid` | `true` |
401+
| `preproc_stages.config_met_interp` | `true` |
402+
| `preproc_stages.config_input_sst` | `false` |
403+
| `preproc_stages.config_frac_seaice` | `true` |
404+
| `decomposition.config_block_decomp_file_prefix` | `'Africa.graph.info.part.'` |
405405

406406
:::
407407

@@ -412,6 +412,10 @@ Update `namelist.init_atmosphere` with these settings:
412412

413413
This is a hidden option; add it to the end of its section (`data_sources`).
414414

415+
[^stop]:
416+
We don't need to set stop time (`nhyd_model.config_stop_time`) yet,
417+
but we will when we {ref}`generate LBCs<africa-namelist-bc>`.
418+
415419
Then, in `streams.init_atmosphere`, set the input file name template to `Africa.static.nc`
416420
and the output file name template to `Africa.init.nc`.
417421

0 commit comments

Comments
 (0)