Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement model grid initialization for MPAS dynamical core #257

Merged
Merged
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
2 changes: 1 addition & 1 deletion Externals_CAM.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ local_path = src/dynamics/mpas/dycore
protocol = git
repo_url = https://github.com/MPAS-Dev/MPAS-Model.git
sparse = ../.mpas_sparse_checkout
kuanchihwang marked this conversation as resolved.
Show resolved Hide resolved
tag = v8.0.1
hash = ed6f8e39ec0a811b6d079ca0fc6f9fb6e30bad23
mgduda marked this conversation as resolved.
Show resolved Hide resolved
required = True

[ncar-physics]
Expand Down
3 changes: 3 additions & 0 deletions cime_config/namelist_definition_cam.xml
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,8 @@
<value dyn="se" hgrid="ne30np4" nlev="70" sim_year="1850">${DIN_LOC_ROOT}/atm/waccm/ic/waccm5_1850_ne30np4_L70_0001-01-11-00000_c151217.nc</value>
<value dyn="se" hgrid="ne30np4" nlev="70">${DIN_LOC_ROOT}/atm/waccm/ic/fw2000_ne30np4_L70_c181221.nc</value>
<value hgrid="64x128" nlev="30" scam="1">${DIN_LOC_ROOT}/atm/cam/inic/gaus/cami_0000-09-01_64x128_L30_c031210.nc</value>
<value dyn="mpas" hgrid="mpasa120" nlev="32" analytic_ic="1">${DIN_LOC_ROOT}/atm/cam/inic/mpas/mpasa120_L32_notopo_coords_c201216.nc</value>
<value dyn="mpas" hgrid="mpasa480" nlev="32" analytic_ic="1">${DIN_LOC_ROOT}/atm/cam/inic/mpas/mpasa480_L32_notopo_coords_c201125.nc</value>
</values>
</entry>
<entry id="pertlim">
Expand Down Expand Up @@ -350,6 +352,7 @@
<value phys_suite="cam4">26</value>
<value phys_suite="cam5">30</value>
<value phys_suite="cam6">32</value>
<value dyn="mpas" analytic_ic="1">32</value>
</values>
</entry>

Expand Down
1 change: 1 addition & 0 deletions src/dynamics/mpas/.mpas_sparse_checkout
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@
/src/operators
/src/tools
/src/Makefile
/README.md
Loading
Loading