We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e48d2b commit 044ac9bCopy full SHA for 044ac9b
1 file changed
src/solver/globe.jl
@@ -2,10 +2,11 @@ module solve_globe
2
3
using Printf
4
using LoggingExtras
5
+ using Statistics: median
6
7
import ..atmosphere
8
import ..multicol
- include("energy.jl"); import .solve_energy: solve_energy!
9
+ import ..solve_energy: solve_energy!
10
11
"""
12
**Solve multi-column problem for radiative-convective equilibrium across the globe**
0 commit comments