TITLE: Wave model code change to comply with EE Project CHANGE REQUEST CLASS: Major change DESCRIPTION OF CHANGE: This is WAVEWATCH III v 3.14.10 and it is the same code as the one in NCO /nwprod/sorc. The WAVEWATCH III specific files have been put under their own specific directory in order to comply with the vertical structure being developed under the Environment Equivalency Project. There have been some minor changes to the sorc code directory. These are: * The makefiles have a new install target that moves the compiled executable to the exec directory, and a debug target that calls compile options for debugging. * Minor changes to the documentation. * Minor changes in the declaration of variables in w3odatmd.f (This change accounts for a bug that was discovered when running the model in non operational settings) * Change in w3bullmd.f to create bulletin data from the same partitioning code that is used in Wavewatch III. This reconciles the partitioning algorithm for internal WW3 model and bulletin output * multiwavegrid.fd is a new source code that has been added to create binary fix files on the fly (this used to be done externally) * input filename for main code changed to follow the naming convention in WAVEWATCH III * a small bug fix to deallocate arrays when no longer used in w3iosfmd.f (this was a problem only once in a long term hindcast run and has not been an issue in operations but we are introducing the fix for completeness) * a small bug fix in w3partmd.f to account for mapping between original and combined partitions (this has a minor effect on the partitions) * minor change in w3srcemd.f to make treatment of 0 water depth consistent with the rest of the model (this does not affect operations) * properly intializing arrays in w3updtmd.f (this bug fix accounted for some problems that non-IBM compilers were having) * setting a flexible limit to maximum number of trace calls in wminitmd.f with the help of a variable that has been set at 1000 (this was earlier hardwired at 10). This is only used in debugging mode and does not affect operations * minor bug fix for output point location in wmiopomd.f (only effects when an output pooint is located beyond the last grid point in a grid that wraps around the globe. Such a point is not in operations right now) BENEFIT OF CHANGE: The new vertical directory structure, following the Environment Equivalence Project, will speed up the transition of NWP systems changes/upgrades from R2O, between EMC and NCO, and vice-versa. USER IMPACT STATEMENT: None. TECHNICAL IMPACT STATEMENT: Minimal. All changes are minor bug fixes that do not affect operations RISKS: Minimal. All bug fixes have been thoroughly tested. Besides these bugs were discovered when running the model in non-operational conditions. PROPOSED IMPLEMENTATION DATE: TIME: