A tuner for global atmospheric models with a quadratic emulator.
This repo contains python source code in two folders:
create_regional_files
andtuning_files
.
The scripts in create_regional_files
take output from
global atmospheric simulations and create regional files.
See create_regional_files/README_regional.md
for a
user guide for creating regional files.
The scripts in tuning_files
take the regional files,
optimize parameter values, and display diagnostic plots
on a dashboard created with plotly dash.
See tuning_files/README_tuning.md
for a user guide for tuning.