Skip to content

Commit

Permalink
Remove unnecessary suite definition files and revert changes to GFS_p…
Browse files Browse the repository at this point in the history
…hysics_driver.F90
  • Loading branch information
climbfuji committed Oct 17, 2020
1 parent 002f58d commit 55bf7f4
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 266 deletions.
86 changes: 0 additions & 86 deletions ccpp/suites/suite_FV3_GFS_2017_stretched_FA.xml

This file was deleted.

88 changes: 0 additions & 88 deletions ccpp/suites/suite_FV3_GFS_v15p2_FA.xml

This file was deleted.

87 changes: 0 additions & 87 deletions ccpp/suites/suite_FV3_HAFS_FA_HWRF_RRTMG.xml

This file was deleted.

2 changes: 1 addition & 1 deletion ccpp/suites/suite_HAFS_v0_hwrf.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>

<suite name="HAFS_v0_hwrf" lib="ccppphys" ver="4">
<suite name="HAFS_v0_hwrf" version="1">
<!-- <init></init> -->
<group name="time_vary">
<subcycle loop="1">
Expand Down
8 changes: 4 additions & 4 deletions gfsphysics/GFS_layer/GFS_physics_driver.F90
Original file line number Diff line number Diff line change
Expand Up @@ -2535,7 +2535,7 @@ subroutine GFS_physics_driver &
Statein%prslk, Statein%phii, Statein%phil, dtp, &
Model%dspheat, dusfc1, dvsfc1, dtsfc1, dqsfc1, Tbd%hpbl, &
kinver, Model%xkzm_m, Model%xkzm_h, Model%xkzm_s, &
Model%dspfac, Model%bl_upfr, Model%bl_dnfr, Diag%dkudiagnostic)
Model%dspfac, Model%bl_upfr, Model%bl_dnfr)
!*## CCPP ##
endif
elseif (Model%hybedmf) then
Expand All @@ -2562,7 +2562,7 @@ subroutine GFS_physics_driver &
Model%dspheat, dusfc1, dvsfc1, dtsfc1, dqsfc1, Tbd%hpbl,&
gamt, gamq, dkt, kinver, Model%xkzm_m, Model%xkzm_h, &
Model%xkzm_s, lprnt, ipr, &
Model%xkzminv, Model%moninq_fac,islmsk, Diag%dkudiagnostic)
Model%xkzminv, Model%moninq_fac,islmsk)
endif
! if (lprnt) write(0,*)' dtdtm=',(dtdt(ipr,k),k=1,15)
! if (lprnt) write(0,*)' dqdtm=',(dqdt(ipr,k,1),k=1,15)
Expand Down Expand Up @@ -2788,7 +2788,7 @@ subroutine GFS_physics_driver &
Statein%prslk, Statein%phii, Statein%phil, dtp, &
Model%dspheat, dusfc1, dvsfc1, dtsfc1, dqsfc1, Tbd%hpbl, &
kinver, Model%xkzm_m, Model%xkzm_h, Model%xkzm_s, &
Model%dspfac, Model%bl_upfr, Model%bl_dnfr, Diag%dkudiagnostic)
Model%dspfac, Model%bl_upfr, Model%bl_dnfr)
!*## CCPP ##
endif
elseif (Model%hybedmf) then
Expand Down Expand Up @@ -2819,7 +2819,7 @@ subroutine GFS_physics_driver &
Model%dspheat, dusfc1, dvsfc1, dtsfc1, dqsfc1, Tbd%hpbl, &
gamt, gamq, dkt, kinver, Model%xkzm_m, Model%xkzm_h, &
Model%xkzm_s, lprnt, ipr, &
Model%xkzminv, Model%moninq_fac,islmsk, Diag%dkudiagnostic)
Model%xkzminv, Model%moninq_fac,islmsk)
endif
elseif (.not. Model%old_monin) then
call moninq(ix, im, levs, nvdiff, ntcw, dvdt, dudt, dtdt, dvdftra, &
Expand Down

0 comments on commit 55bf7f4

Please sign in to comment.