lrose-core-20210524 #93
mike-dixon
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
lrose-core-20210524 - initial release for LROSE TOPAZ
Highlights.
NOTE: Cartesian data MDV files - NetCDF default
Please note that in this version of LROSE (and TITAN), any Cartesian files will be written out
by default using the NetCDF version of the MDV format. Radx2Grid is an example of an application that writes MDV files.
Previously the default was to write the binary version of MDV.
Both formats should worked interchangeably within LROSE and TITAN. But for non-LROSE applications this can cause confusion.
The output format for Cartesian MDV files can be controlled via the MDV_WRITE_FORMAT environment variable.
For example, to force writing of binary MDV files, use on of the following:
and to force the usage of NetCDF, the default, use:
Wind analysis applications
In this release, we have bundled the wind-related applications along with the core.
These apps are:
The code for these apps may be found at:
Installing from LINUX packages
For most common LINUX systems, you can install lrose from the packages on this page.
The installation directories are:
so you will need to add
/usr/local/lrose/bin
to your path.For Debian and Ubuntu installs, you may need to set the LD_LIBRARY_PATH as follows:
One big advance for this release is the addition of cmake-based builds for all of our packages, except for CIDD.
To build on your own host, see:
Installing on Mac OSX using brew
For the full compile preparation on mac OSX, see:
From this release, download:
and then run:
To install fractl, vortrac and samurai using brew, download:
and then run:
Installing display apps on Mac OSX using disk images
There are three disk images for MacOS:
To install a disk image file (.dmg), download the .dmg file to your computer. Click on the .dmg file, and drag the application to your Applications folder. The first time you start one of the LROSE applications, it may appear as a Mac app from an unidentified developer. The application is signed by UCAR. Follow these steps:
Installing the CIDD binary release
The CIDD display application is not included in the standard lrose-core packages (above).
CIDD depends on a 32-bit build, which complicates the build and install for the core.
To download and install the CIDD binary release, see:
Downloading the release
The files for download appear below, marked as Assets.
If you do not see them, open them up by clicking on Assets.
This discussion was created from the release lrose-core-20210524.
Beta Was this translation helpful? Give feedback.
All reactions