Notes to run HOMME on NCAR's Bluevista

check out the source code:
% svn checkout https://svn-homme-model.cgd.ucar.edu/trunk


from the homme root directory:  
% gmake  
to create build.AIX.  Then edit the homme/Params.inc file.


PLEV  = 26
NP    = 4
PCOLS = 1
PCNST = 1
PNATS = 1
GRID_STAG =_NONSTAGGER
MPI   = _MPI
RESTART= _PRESTART
MOVIE = _PIO_INTERP
METIS  = _NOMETIS

build the MCT library (this is no longer needed)
% cd homme/utils/pio/mct  ; ./configure ; gmake

build the PIO library:
% cd homme/utils/pio/pio  ; setenv PIOARCH ncarAIX ; gmake -j8

build the code:
% cd homme/build.AIX
% gmake -j8


Scripts to run the NCAR ASP Summer Colloquium test cases are in
cases 1,2:   homme/test/ASP/baroclinic 
cases 3:     homme/test/ASP/tracer
cases 4:     homme/test/ASP/rossby
cases 5:     homme/test/ASP/mountain
cases 6:     homme/test/ASP/gravity


To change HOMME netcdf variable names to match test case requirements:
(so we can use the organizers NCL scripts and to archive the data)

ncrename -v .Q,Q1 -v .u,U -v .v,V -v .geos,PHIS -v .geo,PHI \
         -v .omega,OMEGA -v .ps,PS   filename.nc


