Main code changes for the WEW implementation
##############################################
ATMOS (/eta/src/etafcst_all/)
##############################################
WAVES.comm  #new common blocks
SETUP_SERVERS.F   # MPI adjustments for coupling
INIT.F #system initialization
EBU.F  #timesteping and atmospheric modules calls
TURBL.F   #turbulent kinetic energy, surface fluxes and atmos-wave communication
SFCDIF.F  #surface layer scheme
CHKOUT.F  # post profile data
QUILT.F   # model outputs and atmos-wave communication
##############################################
WAVE (/wave/nest1/chiefwk/mpi_coupling/)
##############################################
The WAM model structure is in the wave directory
chief.F90      # MPI ROUTINES ADDITION FOR COUPLING
wavemdl.F90    # WIND FIELD PREPROCESSING. SENDS SWH, CHARNOCK etc TO THE ATMOS MODEL
readwnd.F90    # RECEIVE WINDS FROM THE ATMOS MODEL
parameters.F90 # MPI parameters and tags
