Skip to content

Commit

Permalink
SW all-sky calculation working. Microphysics needs some attention.
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinswales committed Apr 18, 2019
1 parent b4510ef commit 5ddf44d
Show file tree
Hide file tree
Showing 3 changed files with 2,575 additions and 13 deletions.
2 changes: 1 addition & 1 deletion physics/rrtmgp_lw_main.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1149,7 +1149,7 @@ subroutine rrtmgp_lw_run(p_lay, p_lev, t_lay, t_lev, q_lay, o3_lay, vmr_co2, vmr
do iLay=1,nLay
do iGpt=1,nGptsLW
iBand = kdist_lw_clr%convert_gpt2band(iGpt)
if (cldfracMCICA(iBand,iCol,iLay) .gt. 0.) then
if (cldfracMCICA(iGpt,iCol,iLay) .gt. 0.) then
tau_gpt(iCol,iLay,iGpt) = tau_cld(iband,iCol,iLay)*secdiff(iBand,iCol)
else
tau_gpt(iCol,iLay,iGpt) = 0.
Expand Down
Loading

0 comments on commit 5ddf44d

Please sign in to comment.