Skip to content

Commit

Permalink
Merge pull request #257 from kuanchihwang/staging/implement-model-gri…
Browse files Browse the repository at this point in the history
…d-init

Implement model grid initialization for MPAS dynamical core
  • Loading branch information
kuanchihwang committed May 1, 2024
2 parents a026181 + f99ae47 commit 8acd99e
Show file tree
Hide file tree
Showing 6 changed files with 2,343 additions and 37 deletions.
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
tag = v8.0.1
hash = ed6f8e39ec0a811b6d079ca0fc6f9fb6e30bad23
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

0 comments on commit 8acd99e

Please sign in to comment.