Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/proteus/interior/aragog.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
import numpy as np
import pandas as pd
import platformdirs

from aragog import Output, Solver, aragog_file_logger
from aragog.parser import (
Parameters,
Expand All @@ -24,7 +25,6 @@
_ScalingsParameters,
_SolverParameters,
)

from proteus.interior.common import Interior_t
from proteus.interior.timestep import next_step
from proteus.utils.constants import R_earth, radnuc_data, secs_per_year
Expand Down Expand Up @@ -177,7 +177,7 @@ def setup_solver(config:Config, hf_row:dict, interior_o:Interior_t, outdir:str):
LOOK_UP_DIR = (
FWL_DATA_DIR /
"interior_lookup_tables/1TPa-dK09-elec-free/"
"MgSiO3_Wolf_Bower_2018/"
"MgSiO3_Wolf_Bower_2018_1TPa/"
)
MELTING_DIR = (
FWL_DATA_DIR /
Expand Down
Loading