get_gw_2d_var_constdef Function

private function get_gw_2d_var_constdef(ncfile_id, try_it, varname, default_const, nlon, nlat) result(data_vec)

Uses

  • proc~~get_gw_2d_var_constdef~~UsesGraph proc~get_gw_2d_var_constdef get_gw_2d_var_constdef module~cable_def_types_mod cable_def_types_mod proc~get_gw_2d_var_constdef->module~cable_def_types_mod netcdf netcdf proc~get_gw_2d_var_constdef->netcdf module~cable_climate_type_mod cable_climate_type_mod module~cable_def_types_mod->module~cable_climate_type_mod

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: ncfile_id
integer, intent(in) :: try_it
character(len=*), intent(in) :: varname
real, intent(in) :: default_const
integer, intent(in) :: nlon
integer, intent(in) :: nlat

Return Value real(kind=r_2), dimension(mp)


Calls

proc~~get_gw_2d_var_constdef~~CallsGraph proc~get_gw_2d_var_constdef get_gw_2d_var_constdef nf90_get_var nf90_get_var proc~get_gw_2d_var_constdef->nf90_get_var nf90_inq_varid nf90_inq_varid proc~get_gw_2d_var_constdef->nf90_inq_varid

Called by

proc~~get_gw_2d_var_constdef~~CalledByGraph proc~get_gw_2d_var_constdef get_gw_2d_var_constdef interface~get_gw_data get_gw_data interface~get_gw_data->proc~get_gw_2d_var_constdef proc~gwspatialparameters GWspatialParameters proc~gwspatialparameters->interface~get_gw_data