The 2.0.0 release marked a significant new release. Many
of the changes and additions led by Matt Higgins were
incorporated in a new and revamped method for consistency with
the overall code. Beyond the changes and additions from
Matt's work, the entire script was extensively reorganized to
provide a simpler construction to the code allowing users to
more easily follow what is being done within the script.
Some new variables were added and some variables were updated
from the work completed by Matt. An additional significant
change is that several variables were renamed. The
renaming was done as the number of included variables resulted
in some variable name conflicts. To avoid the conflicts,
several variables were renamed to follow more general community
standards.
- Re-naming mixing ratios: all mixing ratio variables
were renamed from q to r_
Before
|
After
|
q_2m
|
r_v_2m
|
q_e
|
r_v_e
|
q_p
|
r_v_p
|
q_cloud
|
r_cloud
|
q_rain_p |
r_rain_p |
- The variable q is now assigned to specific humidity at all
levels (q_2m, q_e, q_p).
- All measures of moisture (Td, RH, r_v, q) are available at
2m, eta, and pressure levels.
- Added winds rotated to true earth coordinates at 2m, eta,
and pressure levels.
- Added wind direction (earth) and wind speed at 2m, eta,
and pressure levels.
- Added potential vorticity and absolute vorticity on eta
and pressure levels.
- Changed several variable names to more simple forms (e.g.
SHFlx and LHFlx to SH and LH)
- Added a CLWRF section of a selection of CLWRF variables
(see variables page).