Skip to content

Commit

Permalink
Merge branch 'development' into simplify-turb-struct
Browse files Browse the repository at this point in the history
  • Loading branch information
AMLattanzi authored Aug 30, 2024
2 parents dc73087 + 949506a commit 7d27ba1
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions Docs/sphinx_doc/Inputs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1113,11 +1113,15 @@ List of Parameters
Notes
-----------------

If **erf.init_type = ideal**, the problem is initialized with mesoscale data contained in a NetCDF file, provided via ``erf.nc_init_file``. The mesoscale data are horizontally homogeneous, i.e., there is variation only in the vertical direction.
If **erf.init_type = ideal**, the problem is initialized with mesoscale data contained in a NetCDF file, provided via ``erf.nc_init_file``.
The mesoscale data are horizontally homogeneous, i.e., there is variation only in the vertical direction.

If **erf.init_type = real**, the problem is initialized with mesoscale data contained in a NetCDF file,
provided via ``erf.nc_init_file``. The mesoscale data are realistic with variation in all three directions.
In addition, the lateral boundary conditions must be supplied in a NetCDF files specified by **erf.nc_bdy_file = wrfbdy_d01**
provided via ``erf.nc_init_file`` (e.g., "wrfinput_d01"). The mesoscale data are realistic with variation in all three directions.
In addition, the lateral boundary conditions must be supplied in a NetCDF files specified by ``erf.nc_bdy_file`` (e.g., "wrfbdy_d01").
The extent of the relaxation zone may be controlled with ``erf.real_width`` (corresponding to WRF's **spec_bdy_width**)
and ``erf.real_set_width`` (corresponding to WRF's **spec_zone**, typically set to 1), which corresponds to a relaxation zone with a
width of **real_width - real_set_width**.

If **erf.init_type = input_sounding**, a WRF-style input sounding is read from
``erf.input_sounding_file``. This text file includes any set of levels that
Expand Down

0 comments on commit 7d27ba1

Please sign in to comment.