-
Notifications
You must be signed in to change notification settings - Fork 14
What's New
Rick Pernak edited this page Mar 19, 2020
·
6 revisions
RRTMG_SW Version | Release Date | Modifications |
---|---|---|
v4.0 | December 2016 | Added new solar variability options based on NRLSSI2 model. The solar variability method is selected with input flag isolvar and options include using the internal solar constant consistent with the NRLSSI2 model (1360.85 W m-2) with no solar cycle variability, applying the mean of Solar Cycles 13-24 to represent averaged facular brightening and sunspot blocking effects over time, or supplying specific facular and sunspot indices to represent solar variability over specific solar cycles over time. Options that use the averaged solar cycle can be scaled to a different solar constant. Additional capability is provided to adjust the amplitude of the averaged solar cycle or to scale the solar constant by spectral band. The Kurucz extraterrestrial solar irradiance specification that was used in RRTMG_SW_v3.91 and earlier remains an available option. |
v3.9 | December 2013 |
|
v3.8 | May 2009 |
|
v3.7 | February 2009 |
|
RRTMG_SW v3.61
Date: September 2008
Modified input of ice particle effective size to require input of value appropriate for the selected ice optics parameterization. Previous scaling that was applied internally to convert ice effective radius to generalized effective size for the Fu parameterization has been removed. Any necessary scaling needed to provide the proper ice particle size must be done before input to the radiation in the GCM version of the code. This is consistent with the input requirement for the column version of the model. Note that the internal ice optics parameterizations are effective over specific ranges of particle size. Results may be different from previous versions if the Fu parameterization is used in the GCM version of the code.
RRTMG_SW v3.6
Date: August 2008
Added requirement that cloud liquid and ice water paths, or optionally the cloud optical depth, be input as in-cloud averages rather than grid-averaged values in the version of the code intended for use in a GCM. This change requires that these cloud properties be scaled by the cloud fraction on input to convert to in-cloud values if necessary. The column model version of the code continues to expect in-cloud values as before. Oxygen amount was changed from being defined internally to a required input. The forward scattering fraction for clouds was added as an input array. Several other cosmetic modifications do not affect results, but a change in the factor used to convert flux to heating rate from a fixed to a calculated quantity may produce negligible differences in heating rates.
RRTMG_SW v3.5
Date: January 2008
Corrected calculation of cloud optical property stochastic arrays in McICA sub-column generator when cloud optical properties are input directly. This change will impact calculations with clouds when McICA is used and input parameter inflag is set to 0.
RRTMG_SW v3.4
Date: September 2007
Modified use of ice particle size variables rei/reicmc to utilize separate variable names (dge/dgesmc) when units of generalized effective size are required for Fu ice parameterization (iceflag=3) option. Results may be minimally affected when ice particle radii exceed 90 microns and the iceflag=3 option is used. Also modified several local arrays in top-level subroutine module to accomodate an extra model layer at the top of the atmosphere if this feature is utilized when using the code in a GCM.
RRTMG_SW v3.3
Date: September 2007
Modified use of column dimension in some optional output arrays in subroutine version of model, and corrected intent attribute of icld flag. Also added solar constant as input value into subroutine version of model to allow scaling of solar constant from default value. Results are identical to the previous version.
RRTMG_SW v3.2
Date: August 2007
Includes changes to the makefile for AIX systems and a few minor fixes in the interface for the subroutine version of the model. Results are identical to the previous version.
RRTMG_SW v3.1
Date: August 2007
Includes several source code format changes that have no affect on results.
Added exponential lookup table for transmittance, similar to that used in RRTMG_LW, to improve computational performance. Improvement in speed is machine dependent, but it is typically 5-10 percent. Slight changes in results are possible, but they are generally negligible.
| v3.0 | April 2007 |
- Major source code reformatting to utilize modern FORTRAN90 features such as modules. Older common blocks have been removed from all but I/O related source files to retain I/O compatibility with RRTM.
- Model can be run as a stand-alone column model using the same I/O format as RRTM and LBLRTM, or it can be used as a callable subroutine and implemented within a global or regional model.
- McICA (Monte Carlo Independent Column Approximation) capabililty added for representation of sub-grid cloud variability such as cloud fraction and cloud overlap.
- Includes two options for the random number generator needed for McICA.
- Sample makefiles for several computer platforms are provided.
- Sample input and output files and instructions for the input files are also included in the source package.