pysep.io.nml.control.defaults package

Module contents

Default control namelist files which are packaged with pysep and can be quickly loaded in like any other module.

Avalible Control Namelist Files

solar

Basic control namelist file for a 1 solar mass, GS98 composition star.

RBG

Basic control namelist file for a red giant branch star.

gas07

Basic control namelist file for gas07

gs98

Another basic control namelist file for gs98

controlHigh

Basic control namelist file for High mass star.

controlLow

Basic control namelist file for low mass star.

These provide pretty easy jumping off points. For example you might do something along the lines of

 from pysep.io.nml.control.defaults import solar

 solar[1]['endage'] = -solar[1]['endage']

if you wanted a control namelist file which had a negative endage (which in DSEP means the model evolves till it diverges)