Skip to content

Commit

Permalink
Update GFS_layer/GFS_radiation_driver.F90 per Spencer Clark's suggest…
Browse files Browse the repository at this point in the history
…ion on PR 58 review.

Co-authored-by: Spencer Clark <spencerkclark@gmail.com>
  • Loading branch information
laurenchilutti and spencerkclark authored Dec 17, 2024
1 parent 6816b01 commit f6fc323
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions GFS_layer/GFS_radiation_driver.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1387,9 +1387,7 @@ subroutine GFS_radiation_driver &
! air and moles of co2 per square meter following the method in
! radlw_main.f. These can be used later to compute a global mean carbon
! dioxide volume mixing ratio diagnostic if requested.
if (Model%ldiag3d) then
call compute_column_integrated_moles_of_dry_air_and_co2(Statein, gasvmr, IM, LMK, NF_VGAS, Diag)
endif
call compute_column_integrated_moles_of_dry_air_and_co2(Statein, gasvmr, IM, LMK, NF_VGAS, Diag)

if (Model%do_diagnostic_radiation_with_scaled_co2) then
do n = 1, Model%n_diagnostic_radiation_calls
Expand Down

0 comments on commit f6fc323

Please sign in to comment.