Skip to content

Commit

Permalink
Add PUMAS submodule and infrastructure
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinswales committed Jan 29, 2025
1 parent 11062e3 commit 6619686
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions ccpp/config/ccpp_prebuild_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
'ccpp/physics/physics/photochem/module_ozphys.F90',
'ccpp/physics/physics/photochem/module_h2ophys.F90',
'ccpp/physics/physics/Interstitials/UFS_SCM_NEPTUNE/module_ccpp_suite_simulator.F90',
'ccpp/physics/physics/MP/pumas/PUMAS/micro_pumas_diags.F90',
'scm/src/CCPP_typedefs.F90',
'scm/src/GFS_typedefs.F90',
'scm/src/scm_kinds.F90',
Expand Down Expand Up @@ -53,6 +54,10 @@
'module_h2ophys' : '',
'ty_h2ophys' : '',
},
'micro_pumas_diags' : {
'micro_pumas_diags' : '',
# 'proc_rates_type' : '',
},
'CCPP_typedefs' : {
'GFS_interstitial_type' : 'physics%Interstitial(cdata%thrd_no)',
'CCPP_typedefs' : '',
Expand Down Expand Up @@ -183,6 +188,9 @@
'ccpp/physics/physics/MP/Thompson/mp_thompson_post.F90',
'ccpp/physics/physics/MP/Zhao_Carr/zhaocarr_gscond.f',
'ccpp/physics/physics/MP/Zhao_Carr/zhaocarr_precpd.f',
'ccpp/physics/physics/MP/pumas/PUMAS/micro_pumas_ccpp.F90',
'ccpp/physics/physics/MP/pumas/mp_pumas_pre.F90',
'ccpp/physics/physics/MP/pumas/mp_pumas_post.F90',
'ccpp/physics/physics/PBL/HEDMF/hedmf.f',
'ccpp/physics/physics/PBL/SHOC/moninshoc.f',
'ccpp/physics/physics/PBL/SHOC/shoc.F90',
Expand Down

0 comments on commit 6619686

Please sign in to comment.