C $ Header: $
C $ Name: $
#include "CPP_OPTIONS.h"
CStartOfInterface
SUBROUTINE SENDOUT_COMPONENT_CONFIGS
C /==========================================================\
C | SUBROUTINE SENDOUT_COMPONENT_CONFIGS |
C | o Rotuine which controls distribution of component model |
C | configuration information to other components. |
C \==========================================================/
IMPLICIT NONE
C Send atmos. config (ATMCONFIG) to ocean
C component (OCN).
CALL CPL_SEND_OCN_ATMCONFIG
C Send ocean config (OCNCONFIG) to atmos.
C component (ATM).
CALL CPL_SEND_ATM_OCNCONFIG
RETURN
END