From 1443238ad4e7bfe24bb596dcc99d3d310dff1d63 Mon Sep 17 00:00:00 2001 From: Robert Pincus Date: Thu, 7 Feb 2019 15:57:05 -0500 Subject: [PATCH] Updated the Readme with more detail. --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8b2b1c6..9f08ad4 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # RFMIP-IRF-Scripts -Scripts useful for offline radiative transfer calculations for Radiative Forcing Model Intercomparison Project -For the moment this is simply a Python script creating ESGF- and CMIP6-compliant files for offline -radiative transfer calculations. The script requires the netCDF4 module. \ No newline at end of file +This Python script generates empty ESGF- and CMIP6-compliant files for offline radiative transfer calculations. The script uses the netCDF4 module. + +The script requires the RFMIP-IRF input profiles from the [input4MIPs site](https://esgf-node.llnl.gov/search/input4mips/?institution_id=UColorado&target_mip_list=RFMIP). + +Users will also want to edit the model-specific information starting on line 30 of the script, being careful to follow the CMIP6 Controlled Vocabulary entries for their model and institution. It would also be reasonable to update the "create_date" attribute when wrtiting data to the file, being careful to preserve the required formatting.