Skip to content

Commit

Permalink
Callbacks - remove F64 conversion (radiation)
Browse files Browse the repository at this point in the history
	modified:   src/callbacks/callbacks.jl
	modified:   .buildkite/longruns/pipeline.yml
	modified:   .buildkite/longruns/pipeline.yml
Remove unused longrun config
	deleted:    longrun_aquaplanet_rhoe_equil_clearsky_highres_hightop_rayleigh35e3_ft32.yml
Update ref counter
	modified:   regression_tests/ref_counter.jl
  • Loading branch information
akshaysridhar committed Oct 30, 2023
1 parent 06e610b commit cdeae46
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 21 deletions.

This file was deleted.

2 changes: 1 addition & 1 deletion regression_tests/ref_counter.jl
Original file line number Diff line number Diff line change
@@ -1 +1 @@
136
137
4 changes: 2 additions & 2 deletions src/callbacks/callbacks.jl
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@ NVTX.@annotate function rrtmgp_model_callback!(integrator)
@. insolation_tuple = instantaneous_zenith_angle(
current_datetime,
orbital_data,
Float64(bottom_coords.long),
Float64(bottom_coords.lat),
bottom_coords.long,
bottom_coords.lat,
ref_insolation_params,
) # the tuple is (zenith angle, azimuthal angle, earth-sun distance)
@. solar_zenith_angle =
Expand Down

0 comments on commit cdeae46

Please sign in to comment.