!!
!! Module Name |
!! Functions Included |
!!
!!
!! axis_utils_mod |
!! nearest_index |
!!
!!
!! mpp_io_mod |
!! mpp_open, MPP_RDONLY, MPP_ASCII, mpp_close, MPP_OVERRWR, MPP_NETCDF,
!! mpp_write_meta, MPP_SINGLE, mpp_write, fieldtype, mpp_flush |
!!
!!
!! fms_mod |
!! error_mesg, FATAL, WARNING, stdlog, write_version_number, mpp_pe, lowercase,
!! stdout, close_file, open_namelist_file, check_nml_error |
!!
!!
!! mpp_mod |
!! mpp_npes, mpp_sync, mpp_root_pe, mpp_send, mpp_recv, mpp_max,
!! mpp_get_current_pelist, input_nml_file, COMM_TAG_1, COMM_TAG_2,
!! COMM_TAG_3, COMM_TAG_4 |
!!
!!
!! mpp_domains_mod |
!! domain2d, mpp_get_compute_domain |
!!
!!
!! diag_axis_mod |
!! diag_axis_init |
!!
!!
!! diag_output_mod |
!! write_axis_meta_data, write_field_meta_data, diag_fieldtype,
!! done_meta_data |
!!
!!
!! diag_manager_mod |
!! get_date_dif, DIAG_SECONDS, DIAG_MINUTES, DIAG_HOURS, DIAG_DAYS,
!! DIAG_MONTHS, DIAG_YEARS |
!!
!!
!! diag_util_mod |
!! diag_time_inc |
!!
!!
!! time_manager_mod |
!! operator(>), operator(>=), time_type, get_calendar_type, NO_CALENDAR,
!! set_time set_date, increment_date, increment_time |
!!
!!
module station_data_mod
use axis_utils_mod, only: nearest_index
use mpp_io_mod, only : mpp_open, MPP_RDONLY, MPP_ASCII, mpp_close,MPP_OVERWR,MPP_NETCDF, &
mpp_write_meta, MPP_SINGLE, mpp_write, fieldtype,mpp_flush
use fms_mod, only : error_mesg, FATAL, WARNING, stdlog, write_version_number,&
mpp_pe, lowercase, stdout, close_file, open_namelist_file, check_nml_error
use mpp_mod, only : mpp_npes, mpp_sync, mpp_root_pe, mpp_send, mpp_recv, mpp_max, &
mpp_get_current_pelist, input_nml_file, &
COMM_TAG_1, COMM_TAG_2, COMM_TAG_3, COMM_TAG_4
use mpp_domains_mod,only: domain2d, mpp_get_compute_domain
use diag_axis_mod, only : diag_axis_init
use diag_output_mod,only: write_axis_meta_data, write_field_meta_data,diag_fieldtype,done_meta_data
use diag_manager_mod,only : get_date_dif, DIAG_SECONDS, DIAG_MINUTES, DIAG_HOURS, &
DIAG_DAYS, DIAG_MONTHS, DIAG_YEARS
use diag_util_mod,only : diag_time_inc
use time_manager_mod, only: operator(>),operator(>=),time_type,get_calendar_type,NO_CALENDAR,set_time, &
set_date, increment_date, increment_time
!--------------------------------------------------------------------
implicit none
private
!--------------------------------------------------------------------
!----------- Version number for this module -------------------------
! Include variable "version" to be written to log file.
#include