! This pom08 version's main changes: ! ! ! ! (1). George Mellor found bugs in subr.profq (also in pom2k); use ! ! the new one in this version. ! ! (2). nsmolar=1 case (for wet-and-dry runs with nwad=1) is ! ! incomplete, and should NOT be used if mode.ne.2 ! ! ! ! ... l.oey (Apr/15/2008) ! The T/S-oscillations mentioned below exist only when using nsmolar=1 (i.e. the Smolarkawiecz advection scheme) - I find that my coding for this case is incomplete. The code now will NOT run if user accidentally sets nsmolar=1 and attempts to run with nwad=1 and mode.ne.2, say mode=3. This problem does not affect non-WAD runs, and does not exist for WAD runs (any mode=2 or 3) if nsmolar is set =0. Descriptions: runpom08 => runscript pom08.f => code pom08.c => common block pom08.n => netcdf grid & params => produced by the runscript & used by program Outputs: fort.71 => binary restart file pom08.nc => netcdf output (~675Mbytes) pom08.out => ASCII "printout" (~320Mbytes) ... lyo (Apr/18/2008). ----------------------------------------------------------------------- ----------------------------------------------------------------------- Here is a "beta" (test) but working version of pom2k + wad. The "w(i,j,kb)" at some (i,j)'s are not as small as I want them to be, which can result in localized T/S-oscillations. The problem should be fixed in a later version. Later we also plan to put in George Mellor's wave module. Descriptions: runscript => runpom08_1_1_p05_p02_06_10 pom08.f => code pom08.c => common block pom08.n => netcdf grid & params => produced by the runscript & used by program Outputs: fort.71 => binary restart file fort.88 => binary output file pom08.nc => netcdf output pom08.out => ASCII "printout" ... lyo (Oct/17/2007). ---------------- lyo's notes: Files in this directory (/wrk/aden/lyo/wad) were all from /archive/lyo/wetdry/pom2kpowwad/pom08/runim131jm099/50d/out_1_1_p05_p02_06_10 ---------------- For Apr/18/2008 release, from: /archive/lyo/gfdexwithpom/public_release