README file for BAMADV (5-day Beta-advection Model) shallow, medium and deep layer DETAILS: ------- executable: bamadv.x input: BAMD(deep), BAMM(medium), or BAMS(shallow) layer compute file -> alCCYYYY.com GFS grib files -> /com/gfs/prod/gfs.YYYYMMDD/gfs.tCCz.pgrbfHH-HHH note - GFS is internally hard-coded in source (00 - 126 forecast hours) output: ATCF objective aid format file -> bamadv.dat CALLS: ------ sample calling sequence: bamadv.x BAMD al892005.com > bamd.log "Deep Layer" bamadv.x BAMM al892005.com > bamm.log "Medium Layer" bamadv.x BAMS al892005.com > bams.log "Shallow Layer" output is: bamadv.dat (overwritten each run) bamadv.dat is individually merged into aal892005.dat with the rest of the objective guidance. DEPENDANCIES: ------------- ATCF library -> libguidanceio168.a /nwprod/lib -> libbacio_4.a .. libip_d.a .. libsp_d.a .. libw4noc_d.a /usrx/local/intel -> libpthread.a libiomp5.a BUILD: ------ make - compile and build executable make clean - remove object code and executable make install - install executable VERSION HISTORY: ---------------- last update: 26-OCT-2012 (ARK) 29-NOV-2006 - Port to Mist/Dew and install executable added to Makefile 26-OCT-2012 - Port to WCOSS - Issue encountered when compiling is undefined reference to '_kmpc_'. A web search revealed the solution of adding libpthread.a and libiomp5.a.