Skip to content

Commit

Permalink
release/public-v2: update CCPP's GFS_debug.F90 (NOAA-EMC#184)
Browse files Browse the repository at this point in the history
* Fix linker problem in gfsphysics/CMakeLists.txt by removing physics/physparam.f from IPD sources
* Update .gitmodules to point to public release branches of GFDL_atmos_cubed_sphere, ccpp-framework, ccpp-physics
* Replace GSL drag suite with CIRES UGWP/GFS GWD in ccpp/suites/suite_FV3_RRFS_v1beta.xml
* Update .gitmodules and submodule pointer for GFDL_atmos_cubed_sphere to point to Chan-Hoo's regional_bc_update branch
* Revert change for GFDL_atmos_cubed_sphere in .gitmodules, update submodule pointer for GFDL_atmos_cubed_sphere
* Update .gitmodules and submodule pointers for ccpp-framework and ccpp-physics
* Bugfix in ccpp/CMakeLists.txt: need to wrap AVX2 flags in 'if(AVX2)' block
* From @grantfirl: change mod_name of nonphys tendencies in GFS_diagnostics.F90 to gfs_dyn from gfs_phys
  • Loading branch information
climbfuji authored Oct 7, 2020
1 parent 9be06b0 commit f5da715
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ccpp/physics
Submodule physics updated 1 files
+1,085 −676 physics/GFS_debug.F90
3 changes: 3 additions & 0 deletions gfsphysics/GFS_layer/GFS_typedefs.F90
Original file line number Diff line number Diff line change
Expand Up @@ -7110,6 +7110,9 @@ subroutine interstitial_phys_reset (Interstitial, Model)
!
end subroutine interstitial_phys_reset

! DH* 20200901: this routine is no longer used by CCPP's GFS_debug.F90. When new variables are
! added to the GFS_interstitial_type, it is best to add the variable to both interstitial_print
! below and to GFS_interstitialtoscreen in ccpp/physics/physics/GFS_debug.F90
subroutine interstitial_print(Interstitial, Model, mpirank, omprank, blkno)
!
implicit none
Expand Down

0 comments on commit f5da715

Please sign in to comment.