Skip to content

Commit 15da963

Browse files
committed
Run regional for 1.5d; stress static
1 parent 722ad21 commit 15da963

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

02-run.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ cp ~/MPAS-Model_v8.3/stream_list.atmosphere.* .
308308
ln -s ~/MPAS-Model_v8.3/src/core_atmosphere/physics/physics_wrf/files/* .
309309
```
310310

311-
Note that we link a static file instead of a grid file
311+
Note that we link a _regional_ **static** file instead of a **grid** file
312312
(we're skipping static file creation in this example).
313313
See Section 5.1 of the [official virtual tutorial](https://www2.mmm.ucar.edu/projects/mpas/tutorial/Virtual2025/)
314314
for some guidance on creating regional static files.
@@ -385,7 +385,7 @@ Update `namelist.init_atmosphere` with these settings:
385385
| ----------------------------------------------- | --------------------------- |
386386
| `nhyd_model.config_init_case` | `9` |
387387
| `nhyd_model.config_start_time` | `'2017-09-12_00:00:00'` |
388-
| `nhyd_model.config_stop_time` | `'2017-09-14_23:00:00'` |
388+
| `nhyd_model.config_stop_time` | `'2017-09-13_11:00:00'` |
389389
| `data_sources.config_met_prefix` | `'FILE'` |
390390
| `preproc_stages.config_static_interp` | `false` |
391391
| `preproc_stages.config_native_gwd_static` | `false` |
@@ -423,7 +423,7 @@ Update `namelist.atmosphere` with these settings:
423423
| ----------------------------------------------- | --------------------------- |
424424
| `nhyd_model.config_dt` | `13.0` |
425425
| `nhyd_model.config_start_time` | `'2017-09-12_00:00:00'` |
426-
| `nhyd_model.config_run_duration` | `'3_00:00:00'` |
426+
| `nhyd_model.config_run_duration` | `'1_12:00:00'` |
427427
| `nhyd_model.config_radtlw_interval` | `'00:30:00'` |
428428
| `nhyd_model.config_radtsw_interval` | `'00:30:00'` |
429429
| `physics.config_physics_suite` | `'convection_permitting'` |
@@ -438,7 +438,7 @@ and we have selected the convection-permitting physics suite.
438438
Then, in `streams.atmosphere`
439439

440440
- set the input file name template to `Africa.init.nc`
441-
- set the restart output interval to `3_00:00:00` (the end of our run)
441+
- set the restart output interval to `1_12:00:00` (the end of our run)
442442
- set the diagnostics output interval to `1:00:00` (hourly)
443443
- set the LBC input interval to `1:00:00` to match our LBC files
444444

0 commit comments

Comments
 (0)