A script that generates the list of groups of variables that appers together in the same timeperiod for a given experiment
python3 generate_variable_timeseries.py experiment_name coordinate_variable_file output_filename
where coordinate_variable_file is a json file which contains list of coordinate variables for each realm and experiment_name is the name of a experiment present in intake catalog.
A next.js web app to display variable timeseries graphs
To host frontend on vercel:
Contains model and script to add variable details for an experiment. To add variable info for new experiment
python3 save_exp_var.py experiment_name
where experiment_name is the name of a experiment present in intake catalog.
Conatins model and script to add run_summay for through a yaml file