open_met_file Subroutine

public subroutine open_met_file(dels, koffset, kend, spinup, TFRZ)

Uses

  • proc~~open_met_file~~UsesGraph proc~open_met_file open_met_file module~cable_common_module cable_common_module proc~open_met_file->module~cable_common_module module~cable_metutils_module CABLE_METUTILS_MODULE proc~open_met_file->module~cable_metutils_module module~casa_ncdf_module casa_ncdf_module proc~open_met_file->module~casa_ncdf_module module~cable_runtime_opts_mod cable_runtime_opts_mod module~cable_common_module->module~cable_runtime_opts_mod netcdf netcdf module~cable_metutils_module->netcdf

Arguments

Type IntentOptional Attributes Name
real, intent(out) :: dels
integer, intent(inout) :: koffset
integer, intent(out) :: kend
logical, intent(in) :: spinup
real, intent(in) :: TFRZ

Calls

proc~~open_met_file~~CallsGraph proc~open_met_file open_met_file nf90_get_att nf90_get_att proc~open_met_file->nf90_get_att nf90_get_var nf90_get_var proc~open_met_file->nf90_get_var nf90_inq_dimid nf90_inq_dimid proc~open_met_file->nf90_inq_dimid nf90_inq_varid nf90_inq_varid proc~open_met_file->nf90_inq_varid nf90_inquire_dimension nf90_inquire_dimension proc~open_met_file->nf90_inquire_dimension nf90_inquire_variable nf90_inquire_variable proc~open_met_file->nf90_inquire_variable nf90_open nf90_open proc~open_met_file->nf90_open proc~doysod2ymdhms DOYSOD2YMDHMS proc~open_met_file->proc~doysod2ymdhms proc~find_metvarid find_metvarid proc~open_met_file->proc~find_metvarid proc~handle_err HANDLE_ERR proc~open_met_file->proc~handle_err proc~is_leapyear IS_LEAPYEAR proc~open_met_file->proc~is_leapyear proc~nc_abort nc_abort proc~open_met_file->proc~nc_abort proc~ymdhms2doysod YMDHMS2DOYSOD proc~open_met_file->proc~ymdhms2doysod proc~doysod2ymdhms->proc~is_leapyear proc~find_metvarid->nf90_inq_varid nf90_strerror nf90_strerror proc~handle_err->nf90_strerror proc~nc_abort->nf90_strerror proc~ymdhms2doysod->proc~is_leapyear

Called by

proc~~open_met_file~~CalledByGraph proc~open_met_file open_met_file proc~cable_driver_init_default cable_driver_init_default proc~cable_driver_init_default->proc~open_met_file proc~mpidrv_master mpidrv_master proc~mpidrv_master->proc~open_met_file proc~serialdrv serialdrv proc~serialdrv->proc~open_met_file program~cable_offline_driver cable_offline_driver program~cable_offline_driver->proc~cable_driver_init_default program~cable_offline_driver->proc~mpidrv_master program~cable_offline_driver->proc~serialdrv