Repetitive Execution of Scripts

import matplotlib
import matplotlib.pyplot as plt
import numpy as np
import pandas as pd

from IPython.display import display
from PIL import Image

import os
# check for set environment variable JB_NOSHOW
show = True
if 'JB_NOSHOW' in os.environ:
    show = False

Repetitive Execution of Scripts#

Setup Description#

Repeatedly run a simulation to fit parameters, e.g. determine a surface temperature that leads to a desired radiative flux at a target.