@@ -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+
6873Then, in ` streams.init_atmosphere ` , set the input file name template to ` x1.10242.grid.nc ` ,
6974and 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+
194201Then, in ` streams.init_atmosphere ` , set the input file name template to ` x1.10242.static.nc `
195202(the static file we just created),
196203and the output file name template to ` x1.10242.init.nc ` .
0 commit comments