MOST version 2.0 includes: One Way Nesting Rundown in Grid A and B Max/Min and Blow Up Check Source in A grid capable Well defined Friction Froude Number Cap at beach (fixed the bug that could allow for complex valued Froude number Checks 5-17-06 DCB) (made a Makefile.V2.pgi for PGI and compiled most3_facts_nc_V2_pgi in this dirctory) (commented out the multi-valued h0 check on both left and right shore, back to the original check 5-24-06 DCB) jnewman 20110527 added "site_" to deform?.dat in "arg 3" case jnewman 20060607 IO for operational version & added title & history attributes to netCDF output (commented out the check for single grid channels in swrun.f-swrun_lat.f swrun_lon.f it was contributing to near shore shock wave generation 6-6-06 DCB) (added qw(i) and qw(nend(ks)) eq zero for the mdified shore point in the runup in swrun.f swrun_lat.f swlon.f 6-6-06 dcb) jnewman 20060614 added optional 4th argument if set and not false/FALSE then input read from directory otherwise if 3 arguments or 4th set to false/FALSE input read from "site"_run2d/ directory jnewman 20060629 removed files/subroutines that were not used in the code D source_read.f D source_readDB.f D deform_read.f D timestep_off.f M Makefile M Makefile.V2.pgi D max_write.f D comp_max.f jnewman 20060629 V2.080 made requested changes: if (dumb(1:3) .eq. 'TIM') then with if ((dumb(1:3) .eq. 'TIM').or.(dumb(1:3) .eq. 'tim')) then same with LAT & LON jnewman 20060717 V2.086 David Burwell debugged problems related with array bounds that were being exceeded in swrun.f, found by Aurelio Mercado. ---- Windows platform build notes (chrisc 20100924) Install Cygwin (http://cygwin.com/). Using Cygwin's setup.exe tool, install the following tools, along with whatever dependencies the tool adds: - gcc-mingw-g77 - make - binutils - gzip Build the NetCDF fortran library using the MinGW compiler. NetCDF v3.6.3 is tested. http://www.unidata.ucar.edu/downloads/netcdf/netcdf-3_6_3/index.jsp $ tar xfz netcdf-3.6.3.tar.gz $ cd netcdf-3.6.3 $ CC=gcc-3 FC=g77 CFLAGS=-mno-cygwin FFLAGS=-mno-cygwin ./configure --disable-shared --disable-cxx --disable-f90 $ make $ make install Build MOST, again using the MinGW compiler. Uncomment the Windows settings in the Makefile, then: $ make ___ jnewman 20120628 added svn revision to "usage" changed title to '"MOST tsunami inundation model output"