Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions docs/source/getting-started/quick-start.rst
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,15 @@ You therefore need to run it to actually apply the settings:
$ vim setCommonRunSettings.sh # edit simulation settings here
$ ./setCommonRunSettings.sh # applies the updated settings

.. attention::
When creating a GCHP run directory, the default grid resolution in
configuration file setCommonRunSettings.sh is set to C90. C90 has a
resolution of approximately 110km globally, similar to the average
resolution of a 1x1 degree lat-lon grid, and is recommended for most
scientific outputs. See :ref:`horizontal-grids` for more information
about different GCHP grid resolutions and notes on selecting the
appropriate resolution for your runs.

Comment thread
mcdon1718-h marked this conversation as resolved.
Simulation start date is set in :file:`cap_restart`. Run directories
come with this file filled in based on date of the initial restart
file in subdirectory :file:`Restarts`. You can change the start date
Expand Down
13 changes: 13 additions & 0 deletions docs/source/supplement/horizontal-grids.rst
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,19 @@ The table below shows some common cubed-sphere configurations.
- 223,948,800
- 0.125° x 0.15625°

As of GCHP 14.8.0, the default grid resolution is C90. Users are encouraged to
think carefully about their run's needs and available resources when choosing a
grid resolution. Higher-resolution simulations provide a more faithful
representation of transport :cite:`Strahan_Polansky._2006`, as the model can better
resolve nonlinearities and heterogeneity, albeit at greater computational expense.
Current GCHP applications commonly span within C48 to C360, and lower resolutions are
generally recommended for testing and debugging over scientific output. Determing a
"sufficient" model resolution is highly dependent on your exact research question.

Switching from C24/30/48 to C90 or higher will require some changes to your run
configuration, as the computational cost of running GCHP increases with grid
resolution.

See our :ref:`stretched-grid` chapter for information about how
you can stretch one of the grid faces to achieve extra-fine resolution
over a target location.
Expand Down