Skip to content

Commit

Permalink
correctly update input file using initial_models (#2970)
Browse files Browse the repository at this point in the history
previously I didn't properly use initial_model to generate this input file which is used for NSE stuff. Now this is done correctly by using inputs.M_WD-1.1.M_He-0.05.CO in initial_model/sub_chandra with NETWORK_DIR=subch_base
  • Loading branch information
zhichen3 authored Oct 1, 2024
1 parent 4896441 commit 7d5a398
Show file tree
Hide file tree
Showing 2 changed files with 4,099 additions and 4,098 deletions.
5 changes: 3 additions & 2 deletions Exec/science/subchandra/GNUmakefile.nse_net
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,23 @@ DEBUG = FALSE

DIM = 2

COMP = gnu
COMP = gnu

USE_MPI = TRUE

USE_GRAV = TRUE
USE_REACT = TRUE

USE_NSE_NET = TRUE
USE_SIMPLIFIED_SDC = TRUE

USE_MODEL_PARSER = TRUE

# This sets the EOS directory in $(MICROPHYSICS_HOME)/eos
EOS_DIR := helmholtz

# This sets the network directory in $(MICROPHYSICS_HOME)/networks
NETWORK_DIR := ase
NETWORK_DIR := subch_base
SCREEN_METHOD = chabrier1998

INTEGRATOR_DIR := VODE
Expand Down
Loading

0 comments on commit 7d5a398

Please sign in to comment.