Skip to content

Commit

Permalink
Merge #2313
Browse files Browse the repository at this point in the history
2313: Callbacks - remove F64 conversion (insolation) and remove unused config r=akshaysridhar a=akshaysridhar

Callbacks - remove F64 conversion (insolation)
```
	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
```
Closes #2300 

Co-authored-by: akshaysridhar <asridhar@caltech.edu>
  • Loading branch information
bors[bot] and akshaysridhar authored Oct 30, 2023
2 parents 06e610b + cdeae46 commit 569ee3e
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 569ee3e

Please sign in to comment.