Skip to content
Merged
Changes from 1 commit
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
7 changes: 7 additions & 0 deletions scripts/ccpp_prebuild_config_FV3.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@
'ccpp/physics/physics/rascnvv2.f',
'ccpp/physics/physics/sflx.f',
'ccpp/physics/physics/surface_perturbation.F90',
'ccpp/physics/physics/cu_gf_deep.F90',
'ccpp/physics/physics/cu_gf_sh.F90',
'ccpp/physics/physics/tridi.f',
'ccpp/physics/physics/wam_f107_kp_mod.f90',
'FV3/gfsphysics/GFS_layer/GFS_typedefs.F90',
Expand Down Expand Up @@ -86,6 +88,11 @@
'ccpp/physics/physics/gwdps.f' : [ 'slow_physics' ],
'ccpp/physics/physics/samfdeepcnv.f' : [ 'slow_physics' ],
'ccpp/physics/physics/samfshalcnv.f' : [ 'slow_physics' ],
# 'ccpp/physics/physics/cu_gf_deep.F90' : [ 'slow_physics' ],

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I notice that you are using tabs instead of spaces. Please replace all tabs with four spaces

# 'ccpp/physics/physics/cu_gf_sh.F90' : [ 'slow_physics' ],
'ccpp/physics/physics/cu_gf_driver_pre.F90' : [ 'slow_physics' ],
'ccpp/physics/physics/cu_gf_driver.F90' : [ 'slow_physics' ],
'ccpp/physics/physics/cu_gf_driver_post.F90' : [ 'slow_physics' ],
'ccpp/physics/physics/moninedmf.f' : [ 'slow_physics' ],
# 'ccpp/physics/physics/mp_thompson_hrrr.F90' : [ 'slow_physics' ],
# 'ccpp/physics/physics/ozphys.f' : [ 'slow_physics' ],
Expand Down