Skip to content

Python intake catalog for RFMIP experiment rad-irf

Notifications You must be signed in to change notification settings

LDEO-CREW/RFMIP-rad-irf-intake

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RFMIP-rad-irf-intake

This repo a Python intake catalog for data from the RFMIP "rad-irf" experiements.

The catalog's structure is shown below. All models provided longwave variables (rlu, rld). All of the parameterized models and some of the benchmark models also provided shortwave variables (rsu, rsd). The catalog also contains the inputs, i.e. the profiles of temperature, humidity, and gas concentrations used in the radiative transfer calculations.

We have not found remote access to data from the ESGF to be robust so the catalog uses local copies of the data. The local data can be populated by invoking the download_with_pooch.py script; availablity can be confirmed by running report_availability.py

graph TD;
    main-->inputs;
    main-->benchmark;
    main-->parameterized;
    benchmark-->LBLRTM;
    benchmark-->ARTS;
    benchmark-->4AOP;
    benchmark-->HadGEM3_p2,p3;
    parameterized-->CanESM5;
    parameterized-->HadGEM3_p1;
    parameterized-->GISS-E2-1;
    parameterized-->GISS-E3;
    parameterized-->RTE-RRTMGP;
    parameterized-->RRTMG;
    parameterized-->MIROC6;
Loading

About

Python intake catalog for RFMIP experiment rad-irf

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages

  • Python 100.0%