Hi, 

Russel Fielder from CSIRO noted that the script 

compile_everyting.csh 

is missing from the beta release tar-ball. This script is useful,
though not necessary, for preprocessing. Sorry about this.

The script will be provided in a new beta tar-ball sometime soon
(along with some other bug-fixes). For the meantime, if you wish, here
is the script:


#!/bin/csh -f 

source ./fms_site_paths 

if (! -d $FMS_BIN_DIR) mkdir -p $FMS_BIN_DIR 

if (! -d $FMS_SRC_DIR) then 
 echo "$FMS_SRC_DIR does not exist. Check your fms_site_paths to make
sure" 
 echo "you have selected the correct environment variables." 
endif 

cp $FMS_SRC_DIR/mkmf $FMS_BIN_DIR 

build_grid_generator.csh 
build_edit_grid.csh 
build_grid_compare.csh 
build_regrid_2d.csh 
build_regrid_3d.csh 
build_test_time_interp_ext.csh 
build_test_udunits.csh 

cc -O -o $FMS_BIN_DIR/mppnccombine -I/usr/local/include \ 
-L/usr/local/lib $FMS_SRC_DIR/postprocessing/mppnccombine/mppnccombine.c
\ 
-lnetcdf 

-Steve
begin:vcard 
n:Griffies;Stephen
x-mozilla-html:FALSE
org:DOC/NOAA/OAR/GFDL
adr:;;;;;;
version:2.1
email;internet:[EMAIL PROTECTED]
title:Physical Scientist
x-mozilla-cpt:;-11168
fn:Stephen Griffies
end:vcard

Reply via email to