README file for EPCLIPER (3-day Climate Model East Pacific) aka. Charlie Neumann Model for East Pacific Basin DETAILS: ------- executable: epcliper.x input: compute file -> epCCYYYY.com output: ATCF objective aid format file -> epcliper.dat set ENV variable EPCLIPER_COEF="path of file called"-> epcliper.cof ksh: export EPCLIPER_COEF=/tpcprd/production/guidance/epcliper bash: export EPCLIPER_COEF=/tpcprd/production/guidance/epcliper csh: setenv EPCLIPER_COEF /tpcprd/production/guidance/epcliper CALLS: ------ sample calling sequence: epcliper.x ep892005.com > epcliper.log output is: epcliper.dat epcliper.dat is later merged into aep892005.dat with the rest of the objective guidance. DEPENDANCIES: ------------ libguidance.a BUILD: ------ make - compile and build executable make clean - remove object code and executable make install - install coefs and executables VERSION HISTORY: ---------------- last update: 24-OCT-2012 (ARK) 28-NOV-2006 - added install for coefs and executables (CAS) 24-OCT-2012 - ported to WCOSS Linux