RadApp: Difference between revisions
Created page with "These instructions pertain to checking out, building, and using the RadApp tool, and offline instance of the GEOS-5 radiative transfer module written by Ben Auer. == How to Chec..." |
|||
Line 9: | Line 9: | ||
=== Check Out and Build the RadApp Code === | === Check Out and Build the RadApp Code === | ||
Somewhere (probably your nobackup space on discover) you will check out the code: | Somewhere (probably your nobackup space on '''discover''') you will check out the code: | ||
% cvs co -d RadApp GEOSdiag_App | % cvs co -d RadApp GEOSdiag_App | ||
This will create a directory called RadApp and check out the module GEOSdiag_App into it. | This will create a directory called RadApp and check out the module GEOSdiag_App into it. To build, set an environment variable ESMADIR to point to the existing build of GEOS-5. For example: | ||
% setenv ESMADIR /discover/nobackup/pcolarco/Ganymed-4_0/GEOSagcm | |||
and then: | |||
% source $ESMADIR/Linux/bin/g5_modules | |||
to set up the compiler and modules. And then in your RadApp directory just: | |||
% gmake install | |||