-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated the Readme with more detail.
- Loading branch information
1 parent
ae70136
commit 1443238
Showing
1 changed file
with
5 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. | ||
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. |