GEOS-5 Checkout and Build Instructions: Difference between revisions

Line 109: Line 109:
In this example, the directory ''GEOSagcm'' is the root directory everything ends up under.  You can specify another location by setting the environment variable ESMADIR to some other location and installing again.
In this example, the directory ''GEOSagcm'' is the root directory everything ends up under.  You can specify another location by setting the environment variable ESMADIR to some other location and installing again.


'''Note:''' This example has built the model with HDF5/NC4 support.  The output files generated will be in netcdf4 format, and will need to be viewed using ''gradsnc4''.  You can build with HDF4/NC3 support instead by compiling like
'''Note:''' This example has built the model with HDF5/NC4 support.  The output files generated will be in netcdf4 format, and will need to be viewed using ''gradsnc4'' (as opposed to ''gradshdf'').  You can build with HDF4/NC3 support instead by compiling like
  % gmake ESMA_SDF=hdf --jobs=8 pinstall |& tee make.log
  % gmake ESMA_SDF=hdf --jobs=8 pinstall |& tee make.log