Skip to content

Commit

Permalink
Initialize SW test atmosphere too
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertPincus committed May 21, 2024
1 parent 625288a commit e185a2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/rte_sw_solver_unit_tests.F90
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ program rte_sw_solver_unit_tests
band_lims_gpt = reshape([1, 1 ], shape = [2, 1]), &
name = "Gray atmosphere"))
call stop_on_err(atmos%alloc_2str(ncol, nlay))
call atmos%set_top_at_1(top_at_1)
call thin_scattering(tau, ssa, g, nlay, atmos)

do imu0 = 1, nmu0
Expand Down

0 comments on commit e185a2b

Please sign in to comment.